Releases: deliveryhero/hfc-pubsub
Releases · deliveryhero/hfc-pubsub
v2.0.0 Beta
What's Changed
- PUB-52: Remove grpc by @rohit-gohri in #57
- PUB-68: 💥 set min supported node version as 12.22 by @rohit-gohri in #72
- PUB-65 : ⚰️ remove dead and deprecated code by @rohit-gohri in #66
- PUB-69: throw error in case wrong path, no subs by @ishan123456789 in #76
- PUB-69: changed init position to handle CLI startup issue by @ishan123456789 in #77
- PUB-73: optimize order flow by @ishan123456789 in #79
- PUB-48: Topic class accepts generic types by @rohit-gohri in #81
Migration Guide
Read here: https://deliveryhero.github.io/hfc-pubsub/guides/migrating-to-v2
Full Changelog: v1.11.0...v2.0.0-next.0
v1.11.0
1.11.0
Minor Changes
- Adds optional health check server to tell if all subs are open or not (#73 by @ishan123456789)
- PUB-71 - Add Subscription level handleError method (#75 by @ketan-saxena)
Patch Changes
- PUB-64 - Update dependencies (#78 by @rohit-gohri)
v1.10.4
1.10.4
Patch Changes
- PUB-60 - Deprecate v1,v2 style Subscriber classes (#64 by @rohit-gohri)
- PUB-66 - Fix close method creating new subscription instance rather than closing existing one (#63 by @rohit-gohri)
v1.10.4-next.0
- Fix close method creating new subscription instance rather than closing existing one - PUB-66
v1.10.3
1.10.3
Patch Changes
- PUB-52 - Deprecate native grpc usage (#58 by @rohit-gohri)
- Allows setting up env variables through CLI args (#61 by @ishan123456789)
- PUB-50 - Update documentation (#60 by @rohit-gohri)
v1.10.2
v1.10.1
1.10.1
Patch Changes
- Undoes logger changes for list cli (#48 by @ishan123456789)
- Upgrade dependencies (#51 by @rohit-gohri)
�
v1.10.0
1.10.0
Minor Changes
- PUB-44 - Added option to add custom logger (#45 by @ishan123456789)
Patch Changes
- PUB-44 - Add changesets to manage versioning (#44 by @rohit-gohri)
�
Custom Logger Beta
- #45 Custom Logger
Changes for DLQ configuration
Minor
- #43: Optimized DLQ configuration making PROJECT_NUMBER optional for assigning Publisher, Subscriber roles and allowing default subscription creation as a part of DLQ configuration
See: https://deliveryhero.github.io/hfc-pubsub/#subscription-with-a-dead-letter-policy
Patch
- #42: Allow multiple entry points without checking for folder
- Log when all subs started successfully