Releases: YoungAgency/messaging
Releases · YoungAgency/messaging
Updated dependencies
v3.4.0 updated dep
Added Service struct
- Service struct is now stable
- Fixed storage bug
- Added PublishJSON method in Service struct
Service struct
Introduced Service struct.
This struct permits to improve the management of subscriptions.
Handlers with background context
Handlers now have a background context so that when a graceful shutdown is being executed, the handlers can finish the execution using a valid context
Subscription name behaviour
- SubscriptionOptions SubscriptionName field will override Messenger options (if present)
- Added SubscriptionName field to RawMessage struct. Handlers will know real subscription name
3.2.1
Added logger field to PubSubMessenger. Use SetLogger method to set it.
Improved parseOptions function
SubscriptionOptions bug fix
FIxed bug. Added ServiceAccountPath to configs
slow pub sub implementation solved
cache of topics in a map
Bug fix
slow pub sub implementation solved
Redis PubSub
Redis package with redis Pub Sub implementation