Ivan Zhuravlev
Ivan Zhuravlev
### :dart: Relevant issues [issue#1065](https://github.com/moleculerjs/moleculer/issues/1065) ### :gem: Type of change - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality)...
add default option `useNewCustomCheckerFunction: true` for fastest, old custom method [deprecated](https://github.com/icebob/fastest-validator/blob/master/CHANGELOG.md#new-custom-function-signature) #### TODO: - [ ] adding tests new and old custom methods - [ ] adding backward compatibility example...
## Prerequisites Please answer the following questions for yourself before submitting an issue. - [X] I am running the latest version - [X] I checked the documentation and found no...
Prepare for the new API and breaking changes. Changelog: https://github.com/mike-marcacci/node-redlock/blob/main/CHANGELOG.md
PoC: https://repl.it/@IvanZhuravlev/validationforstream#index.js
**Describe the solution you'd like** Broker in runner cluster mode load all services by default and create every service replicate. Need settings and logic in moleculer-runner for load services on...
Now brokers configuration should be specified in moleculer.config.js or env. How do you look at integration with vault, etcd and other centralized configuration and secret key management systems? Can we...
**Is your feature request related to a problem? Please describe.** Every middleware create layer catch: hooks error, fallback, retry. Metrics middleware get error in catch from latest layer. This leads...
replace [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to [find-my-way](https://github.com/delvedor/find-my-way) on next major version
Add sugar to the moleculer-web, the authorize option in the settings, example: ```js authorize: { type: "bearer", // add social and other adapters checkToken: "user.resolveToken" } ``` ```js authorize: {...