Skip to content

Releases: gojek/courier-go

v0.6.0

26 Apr 08:44
v0.6.0
1a9171a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.6.0

v0.5.3

13 Mar 10:48
v0.5.3
698c3a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

31 Jan 09:00
v0.5.2
cd5858c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

31 Jan 08:44
v0.5.1
32871d5
Compare
Choose a tag to compare

Added

  • Add a typed KeepAlive Option.

Changed

  • Add logging inside OnConnectionLostHandler & OnReconnectHandler Handlers.

v0.5.0

20 Oct 09:18
v0.5.0
69a9d69
Compare
Choose a tag to compare

Added

  • Allow connection to multiple address simultaneously (#31)
  • add CredentialFetcher to allow updating credentials on each newOptions creation (#28)
  • add WithExponentialStartOptions ClientOption (#29)

Changed

  • add revision counter to avoid client-id clashes (#32)
  • Handle client init errors (#30)
  • update dependencies (#26)

v0.4.0

03 Jan 14:14
v0.4.0
b31c930
Compare
Choose a tag to compare

Changed

  • Handle context.Context deadline in Publish, Subscribe and Unsubscribe calls. (#22)

v0.3.1

21 Nov 11:59
v0.3.1
3b57e7f
Compare
Choose a tag to compare

Changed

  • ExponentialStartStrategy func now takes an interface{ Start() error } as input. (#20)

v0.3.0

18 Nov 07:01
v0.3.0
ad0cfc6
Compare
Choose a tag to compare

Changed

  • Message.DecodePayload method is now a pointer receiver method. (#18)

v0.2.1

16 Nov 10:21
v0.2.1
0bfad9c
Compare
Choose a tag to compare

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 added
      • WithTextMapPropagator
      • WithTextMapCarrierExtractFunc

v0.2.0

11 Nov 08:59
v0.2.0
86a5cac
Compare
Choose a tag to compare

Changed

  • add context to EncoderFunc/DecoderFunc signature (#14)