Skip to content

Releases: Lomray-Software/microservice-nodejs-lib

v2.1.0

03 Nov 16:04

Choose a tag to compare

2.1.0 (2021-11-03)

Bug Fixes

  • change microservice channel name (2da9c99)
  • update dependencies version & tree (de95402)

Features

  • add match param for middlewares (80e6ef9)
  • gateway: add auto registration microservices option (85c63b5)
  • gateway: add support batch request (1fd8b97)

v2.0.1

28 Oct 13:17

Choose a tag to compare

2.0.1 (2021-10-28)

Bug Fixes

v2.0.0

28 Oct 11:37

Choose a tag to compare

2.0.0 (2021-10-28)

  • fix!: remove remote middleware & gateway auto registration (eb8b6e3)

BREAKING CHANGES

  • remote middleware & auto registration logic will be moves to configuration microservice

v1.0.1

25 Oct 15:30

Choose a tag to compare

1.0.1 (2021-10-25)

Bug Fixes

  • register/unregister microservice & remote middleware on all workers (f43927d)

v1.0.0

18 Oct 05:53

Choose a tag to compare

1.0.0 (2021-10-18)

Bug Fixes

  • add express body parser, add invalid request handler (da46596)
  • add remote middleware duplicate methods (b5f8042)
  • fix endpoint handlers & typescript (791fb64)
  • fix graceful shutdown gateway (ff271c4)
  • fix project url in package.json (65c406b)
  • remote middleware handler (c3b19a1)

Features

  • add auto registration microservice method (235063a)
  • add auto registration microservices endpoint to gateway (4c6eea4)
  • add gateway implementation (cc11467)
  • add gateway worker. add remote middleware endpoint (3284a17)
  • add remote middlewares (bbbb965)
  • add remote middlewares service. add private routes (a1b2a91)
  • add syntax sugar methods for register microservice remote middlewares (e1a6664)
  • add tools for code convention development (a3adec6)
  • implement microservice functionality (ca5bb66)
  • implement microservice requests & fix tests (a94d18e)