Mali Versions Save

A minimalistic gRPC microservice framework for Node.js

v0.47.1

1 year ago

fix: send response metadata even if error occurred - https://github.com/malijs/mali/commit/29d83995a0916db52b3c84a254d891f09bfdf935

v0.47.0

1 year ago

Dropped Node 14 from testing and updated all dependencies.

v0.46.1

2 years ago

This version mainly consists of dependency updates. It's recommended you to update it to the latest version.

v0.46.0

2 years ago

Changes

Improved performance on metadata creation. Contributed by @Americas and fixes https://github.com/malijs/mali/issues/283

v0.45.0

2 years ago

Improvements

This version includes several dependency bumps and a fantastic performance boost from @sjoerddal-pti. Take a look at https://github.com/malijs/mali/pull/282

v0.44.4

2 years ago

This version includes dependency updates.

v0.44.3

2 years ago

Fixes

  • Fixed the invalid TypeScript declaration for Mali.addService.

v0.44.2

2 years ago

Fixes

v0.44.1

2 years ago
  • Fixed an option to have array on protofile options.

v0.44.0

2 years ago
  • Added benchmarks to create a baseline in the boot time performance of mali apps.
  • Improved the performance of addService, use and replies.
  • Removed the following dependencies
    • grpc-create-metadata
    • lodash.concat
    • lodash.forown
    • lodash.isplainobject
    • ascallback

Full change log is available from: https://github.com/malijs/mali/compare/v0.43.1...v0.44.0