Skip to content

Releases: malijs/mali

v0.43.1

11 Jun 09:12
3cd4000
Compare
Choose a tag to compare
  • Bumped dependencies
  • Security fixes

Full change log is available from: v0.43.0...v0.43.1

v0.43.0

28 May 14:20
9506115
Compare
Choose a tag to compare
  • Reduced the package size by 40% 🚀
    • v0.42.0 publish size was 54 kB with install size of 422 kB.
    • v0.43.0 publish size was 53.4 kB with install size of 253 kB.
  • Removed lots of dependencies
  • Added Node 16 to our testing suite
  • Added Node 16 to package.json engines.

Full changelog is available from: v0.42.0...v0.43.0

v0.42.0

19 May 16:42
1de410a
Compare
Choose a tag to compare

Huge thanks to @iszak for reducing the boot time of Mali applications.

Full changelog is available from: 0.41.2...v0.42.0

0.41.2

07 Apr 06:08
9ea5ad9
Compare
Choose a tag to compare
  • Bump grpc-js and grpc-proto-loader to latest versions
  • Change peer dependency range to include proto-loader 0.6.0 version

v0.41.1

16 Mar 10:41
dca23de
Compare
Choose a tag to compare
  • Updated npm publish configuration due to an error with 0.41.0 release not updating latest tag on npm.

v0.41.0

11 Mar 09:29
98b9e13
Compare
Choose a tag to compare
  • fix(app): update jsdoc and ts definitions for start
  • build(github): bump github checkout versions
  • docs(app): fix invalid jsdoc parameter for grpc services
  • fix(grpc): add missing default values for grpc metadata
  • fix(metadata): fix invalid test for metadata
  • chore: bump dependencies
  • feat: add yagiz nizipli to contributors
  • docs(readme): update readme
  • build(deps-dev): bump google-protobuf from 3.15.3 to 3.15.5 (#233)
  • build(deps-dev): bump @grpc/grpc-js from 1.2.7 to 1.2.10 (#234)
  • fix: outdated types (#236)

v0.40.0...v0.41.0

0.40.0

17 Feb 01:41
Compare
Choose a tag to compare
  • revert peer dependencies to allow for broader range and be backwards compatible 4592eba
  • Merge pull request #222 from socketkit/master cdee479
  • chore: bump dependencies bc175d1
  • fix: app.use handling for es modules e6dbcf4
  • Merge pull request #221 from malijs/dependabot/npm_and_yarn/grpc/grpc-js-1.2.6 1da82ca
  • Bump @grpc/grpc-js from 1.2.5 to 1.2.6 919627a

v0.31.0...v0.40.0

0.31.0

03 Feb 19:08
Compare
Choose a tag to compare
  • update grpc-create-metadata 9d7e4e6

v0.30.0...v0.31.0

0.30.0

01 Feb 01:53
Compare
Choose a tag to compare

Fixes #192.

The biggest change is that now app.start() is async call.

const server = await app.start('0.0.0.0:50051')

Changes

v0.23.0...v0.30.0

v0.23.0

01 Feb 01:43
Compare
Choose a tag to compare

v0.22.0...v0.23.0