Skip to content

Releases: moleculerjs/moleculer

v0.14.33

02 Apr 15:37
Compare
Choose a tag to compare

What's Changed

  • autodetect Redis type discoverer when using redis SSL URI by @Freezystem in #1260
  • Transit improve by @0x0a0d in #1258
  • change from 'connect' to 'ready' event in redis clients. Fixes #1257 by @icebob in #1269
  • Add hook middlewares interceptors to preserve call context with call middlewares. by @DonVietnam in #1270
  • Remove unnecessary clone in node update method by @Ubitso in #1274

New Contributors

Full Changelog: v0.14.32...v0.14.33

v0.14.32

12 Nov 18:07
Compare
Choose a tag to compare

What's Changed

  • Update peer dependency for mqtt to 5.0.2 by @mze9412 in #1236
  • add d.ts for class Runner (MoleculerRunner) by @0x0a0d in #1245
  • Update index.d.ts with Middlewares.Transmit type definitions by @0x0a0d in #1246
  • fix memory leak by @ghostiee in #1243
  • imp(index.d.ts): middleware serviceCreating params by @0x0a0d in #1248

New Contributors

Full Changelog: v0.14.31...v0.14.32

v0.14.31

06 Aug 13:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.30...v0.14.31

v0.14.30

15 Jul 17:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.29...v0.14.30

v0.14.29

12 Mar 19:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.28...v0.14.29

v0.14.28

08 Jan 15:45
Compare
Choose a tag to compare

What's Changed

  • fix no clean exit on shutdown, with disableBalancer: true #1168
  • change __proto__ to Object.getProtoTypeOf #1170
  • fix merge schemas (handling nulls) #1172
  • fix hot reload error handling #1174
  • update d.ts file
  • update dependencies

New Contributors

Full Changelog: v0.14.27...v0.14.28

v0.14.27

17 Dec 16:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.26...v0.14.27

v0.14.26

10 Nov 08:38
Compare
Choose a tag to compare

What's Changed

Changes

  • fix typescript definitions for the Service class #1139
  • allow matching hooks to multiple actions with "|" #1149
  • fix serializers datetime flaky test #1151

New Contributors

Full Changelog: v0.14.25...v0.14.26

v0.14.25

29 Oct 17:10
Compare
Choose a tag to compare

Changes

  • fix Node 19 compatibility

Full Changelog: v0.14.24...v0.14.25

v0.14.24

11 Oct 07:05
Compare
Choose a tag to compare

Changes

  • allow moleculer-runner to resolve configuration files from node_modules #1126
  • fixed slower broker startup time issue #1132
  • fixed memory leak at dynamic service creation #1121
  • fixed invalid 'undefined' type in validator schema. #1137
  • update dependencies