Skip to content

Releases: YoungAgency/messaging

Updated dependencies

30 Oct 13:26

Choose a tag to compare

v3.4.0

updated dep

Added Service struct

22 Jul 12:35

Choose a tag to compare

  • Service struct is now stable
  • Fixed storage bug
  • Added PublishJSON method in Service struct

Service struct

17 Jun 13:00

Choose a tag to compare

Service struct Pre-release
Pre-release

Introduced Service struct.
This struct permits to improve the management of subscriptions.

Handlers with background context

05 Jun 13:08

Choose a tag to compare

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

29 May 09:26

Choose a tag to compare

  • SubscriptionOptions SubscriptionName field will override Messenger options (if present)
  • Added SubscriptionName field to RawMessage struct. Handlers will know real subscription name

3.2.1

28 May 10:18

Choose a tag to compare

Added logger field to PubSubMessenger. Use SetLogger method to set it.
Improved parseOptions function

SubscriptionOptions bug fix

27 May 12:36

Choose a tag to compare

FIxed bug. Added ServiceAccountPath to configs

slow pub sub implementation solved

23 May 14:44

Choose a tag to compare

cache of topics in a map

Bug fix

23 May 14:35

Choose a tag to compare

slow pub sub implementation solved

Redis PubSub

23 May 13:53

Choose a tag to compare

Redis package with redis Pub Sub implementation