Skip to content

Latest commit

 

History

History
304 lines (172 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

304 lines (172 loc) · 15.4 KB

Please refer to GitHub issues for changelog starting from v2.2: https://github.com/kalisio/feathers-distributed/issues.

Changelog

v2.1.0 (2022-12-01)

Full Changelog

Implemented enhancements:

  • Add healthcheck endpoint aggregating healthcheck for all remote applications #109
  • Support for Feathers 5 with koa middleware #108
  • Allow to override remote service name #106
  • Support custom service method call #99
  • Make service discovery more reliable #80
  • Plugin architecture to support multiple discovery/RPC libraries #15
  • Allow the user service to be distributed #12

Closed issues:

  • Does HTTP belong? #104

Merged pull requests:

v2.0.2 (2022-09-01)

Full Changelog

v2.0.1 (2022-08-01)

Full Changelog

Closed issues:

  • Healthchecks do not have a timeout #100

v2.0.0 (2022-06-28)

Full Changelog

Implemented enhancements:

  • Upgrade NodeJS to v16 #90
  • Upgrade Feathers to v5 #31

Merged pull requests:

v1.0.5 (2021-03-23)

Full Changelog

Closed issues:

  • Infinite event propagation #84
  • Realtime micro-services #83
  • Cannot read property 'find' of undefined #74

Merged pull requests:

v1.0.4 (2020-09-21)

Full Changelog

Implemented enhancements:

  • Add healthcheck endpoint(s) #79

Security fixes:

Closed issues:

  • Remove console.log from source-code #75
  • ERROR install if npm uuid package is already a dependency #72
  • Working app or example of per-service authentication? #71

Merged pull requests:

v1.0.3 (2020-06-22)

Full Changelog

Closed issues:

  • Not Working With REST API #69
  • Migrating multiple Feathers apps from v0.x to v1.x #56

v1.0.2 (2020-05-15)

Full Changelog

Closed issues:

  • Babel compile for target above NodeJS 10 #55

v1.0.1 (2020-05-12)

Full Changelog

v1.0.0 (2020-05-12)

Full Changelog

Implemented enhancements:

  • Performance overhead with a large number of services #48
  • Upgrade to latest Node.js LTS #42

Fixed bugs:

  • Race condition on service discovery #49
  • Port allocation seems to fail in a Docker Swarm without port binding #45

Closed issues:

  • Publishing a new NPM version #52
  • Mac OS is crashing when debugger stops on a breakpoint #47
  • When to initialized the library #46
  • npm install is not copying necessary files. #41

Merged pull requests:

v0.7.1 (2019-11-04)

Full Changelog

Fixed bugs:

  • Crash in v0.7 when registering middlewares #39

v0.7.0 (2019-11-03)

Full Changelog

Implemented enhancements:

  • Allow to select statically which events to be distributed #37
  • Initialization delay before starting cote #36

Fixed bugs:

  • Custom service events are not propagated #38

v0.6.0 (2019-10-21)

Full Changelog

Implemented enhancements:

  • Unecessary discovery layer #2

Fixed bugs:

  • Remote services are lost after a restart #35

v0.5.2 (2019-10-15)

Full Changelog

v0.5.1 (2019-10-15)

Full Changelog

Implemented enhancements:

  • CPU usage is high with more than 40 services #34

v0.5.0 (2019-09-10)

Full Changelog

Implemented enhancements:

  • Make hooks aware of remote service calls #32

Fixed bugs:

  • Error type from remote services not correctly retrieved at endpoint level #33
  • Does not work with REST client #30

v0.4.1 (2019-09-04)

Full Changelog

Implemented enhancements:

  • Allow to control port range for cote #29

Fixed bugs:

  • Example needs to be updated to latest code version #28

v0.4.0 (2019-06-09)

Full Changelog

Implemented enhancements:

  • Update code standard #27
  • Ability to add middlewares to remote services #26
  • Allow to define which remote services to be managed #23

Fixed bugs:

  • Errors from remote services not correctly formatted at endpoint level #25
  • Does not work with middleware #13

Closed issues:

  • Distributed application with authentification (Question) #24

v0.3.4 (2019-05-29)

Full Changelog

Implemented enhancements:

  • Allow to define which services to be distributed #22

v0.3.3 (2019-04-10)

Full Changelog

Closed issues:

  • notFound handler blocks request to remote service #18

v0.3.2 (2018-12-13)

Full Changelog

Merged pull requests:

v0.3.1 (2018-08-31)

Full Changelog

v0.3.0 (2018-08-31)

Full Changelog

Closed issues:

  • checking for user service (JWT) #10

Merged pull requests:

  • errorHandler seems to be working with v3 #11 (Flofie)
  • upgrade feathers v3 #9 (Flofie)

v0.2.0 (2018-03-12)

Full Changelog

Implemented enhancements:

  • Authentication management #4

Fixed bugs:

  • Unreliable service discovery #1

Closed issues:

  • [Query] Using remote services inside local service methods #5

Merged pull requests:

  • Authentication management #8 (Flofie)
  • [Snyk Update] New fixes for 1 vulnerable dependency path #7 (snyk-bot)

* This Changelog was automatically generated by github_changelog_generator