Skip to content

Comments

Bump moleculer from 0.14.14 to 0.14.22 in /ee/server/services#151

Closed
dependabot[bot] wants to merge 1 commit into3.18.5-pdisfrom
dependabot/npm_and_yarn/ee/server/services/moleculer-0.14.22
Closed

Bump moleculer from 0.14.14 to 0.14.22 in /ee/server/services#151
dependabot[bot] wants to merge 1 commit into3.18.5-pdisfrom
dependabot/npm_and_yarn/ee/server/services/moleculer-0.14.22

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 15, 2022

Bumps moleculer from 0.14.14 to 0.14.22.

Release notes

Sourced from moleculer's releases.

v0.14.22

35 commits from 11 contributors.

Changes

  • fixed 'Ctx is undefined when using shard strategy and preferLocal is false, throws error on emit' #1072
  • fixed info packet send at broker stop #1101
  • added support for either-or versions to waitForServices #1030
  • fixed streaming issue with compression #1100
  • add requestID to debug logs in transit #1104
  • removed static on methods for the use of ServiceFactory #1098
  • fixed the issue with setting tracing and metrics options with env variables #1112
  • added dependencyTimeout broker option #1118
  • improved d.ts #1099 #1111 #1115
  • updated dependencies

v0.14.21

20 commits from 2 contributors.

ESM support #1063

This version contains an ESM-based Moleculer Runner. This Runner is able to load ESM configuration file and ESM services. It can load the CJS services, as well

Example usage

moleculer-runner-esm --repl services/**/*.service.mjs

Moreover, the index.js file is wrapped into index.mjs, so you can import internal modules from the core in ESM modules. E.g.:

import { ServiceBroker, Errors } from "moleculer";

Please note, the hot-reload function doesn't work with this ESM Runner. The cause: nodejs/modules#307 Node maintainers try to solve the missing features (module cache and module dependency tree) with loaders but this API is not stable yet.

Other Changes

  • broker.stopping property is created to indicate that broker is in stopping state.

v0.14.20

52 commits from 8 contributors.

Dependency logic changed #1077

In mixed architecture, it's not hard to create a circular service dependency that may cause a dead-lock during the start of Moleculer nodes. The problem is that Moleculer node only sends the local service registry to remote nodes after all local services started properly. As of 0.14.20, this behavior has changed. The new logic uses a debounced registry sending method which is triggered every time a local service, that the node manages, has started().
Note that the new method generates more INFO packets, than early versions, during the start of the node. The number of INFO packets depends on the number of the services that the node manages. The debounce timeout, between sending INFO packets, is 1 second.

Other Changes

... (truncated)

Changelog

Sourced from moleculer's changelog.

0.14.22 (2022-08-13)

35 commits from 11 contributors.

Changes

  • fixed 'Ctx is undefined when using shard strategy and preferLocal is false, throws error on emit' #1072
  • fixed info packet send at broker stop #1101
  • added support for either-or versions to waitForServices #1030
  • fixed streaming issue with compression #1100
  • add requestID to debug logs in transit #1104
  • removed static on methods for the use of ServiceFactory #1098
  • fixed the issue with setting tracing and metrics options with env variables #1112
  • added dependencyTimeout broker option #1118
  • improved d.ts #1099 #1111 #1115
  • updated dependencies

0.14.21 (2022-04-30)

20 commits from 2 contributors.

ESM support #1063

This version contains an ESM-based Moleculer Runner. This Runner is able to load ESM configuration file and ESM services. It can load the CJS services, as well

Example usage

moleculer-runner-esm --repl services/**/*.service.mjs

Moreover, the index.js file is wrapped into index.mjs, so you can import internal modules from the core in ESM modules. E.g.:

import { ServiceBroker, Errors } from "moleculer";

Please note, the hot-reload function doesn't work with this ESM Runner. The cause: nodejs/modules#307 Node maintainers try to solve the missing features (module cache and module dependency tree) with loaders but this API is not stable yet.

Other Changes

  • broker.stopping property is created to indicate that broker is in stopping state.

0.14.20 (2022-04-19)

52 commits from 8 contributors.

... (truncated)

Commits
  • 7edaadb 0.14.22
  • 95d5ea5 remove codesee workflow
  • 66b5b2f revert pino
  • ed8231e added major versions of peer dependencies
  • 51df6cb changelog + update deps
  • 6ea23c6 Merge pull request #1115 from disce-omnes/fix-serviceStarted-serviceStopped-t...
  • 7497d47 Merge pull request #1118 from disce-omnes/add-dependencyTimeout-broker-option
  • 8d3f2c0 Merge pull request #1111 from alvarocantador/master
  • 46d8221 add dependencyTimeout broker option
  • 306058f add return type void to service started & stopped handlers
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [moleculer](https://github.com/moleculerjs/moleculer) from 0.14.14 to 0.14.22.
- [Release notes](https://github.com/moleculerjs/moleculer/releases)
- [Changelog](https://github.com/moleculerjs/moleculer/blob/master/CHANGELOG.md)
- [Commits](moleculerjs/moleculer@v0.14.14...v0.14.22)

---
updated-dependencies:
- dependency-name: moleculer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 17, 2022

Superseded by #152.

@dependabot dependabot bot closed this Aug 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ee/server/services/moleculer-0.14.22 branch August 17, 2022 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants