Releases: gojek/courier-go
Releases · gojek/courier-go
Release list
v0.5.3
What's Changed
- De-duplicate subscription calls by @ajatprabha in #39
- add InfoHandler and ClientInfoEmitter for exposing connected clients information by @ajatprabha in #34
- use SetCredentialsProvider by @ajatprabha in #40
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- Update multi-connection mode connect logic by @ajatprabha in #37
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Added
- Add a typed
KeepAliveOption.
Changed
- Add logging inside
OnConnectionLostHandler&OnReconnectHandlerHandlers.
v0.5.0
v0.4.0
Changed
- Handle
context.Contextdeadline inPublish,SubscribeandUnsubscribecalls. (#22)
v0.3.1
Changed
ExponentialStartStrategyfunc now takes aninterface{ Start() error }as input. (#20)
v0.3.0
Changed
Message.DecodePayloadmethod is now a pointer receiver method. (#18)
v0.2.1
Added
otelcourier- Tracer now has public Middleware(s) so that end users can decide the order in which they get applied.
- New
Option(s)are addedWithTextMapPropagatorWithTextMapCarrierExtractFunc
v0.2.0
Changed
- add context to EncoderFunc/DecoderFunc signature (#14)