Skip to content

Releases: gojek/courier-go

v0.5.3

Choose a tag to compare

@ajatprabha ajatprabha released this 13 Mar 10:48
v0.5.3
698c3a9

What's Changed

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

v0.5.2

Choose a tag to compare

@ajatprabha ajatprabha released this 31 Jan 09:00
v0.5.2
cd5858c

What's Changed

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

v0.5.1

Choose a tag to compare

@ajatprabha ajatprabha released this 31 Jan 08:44
v0.5.1
32871d5

Added

  • Add a typed KeepAlive Option.

Changed

  • Add logging inside OnConnectionLostHandler & OnReconnectHandler Handlers.

v0.5.0

Choose a tag to compare

@ajatprabha ajatprabha released this 20 Oct 09:18
v0.5.0
69a9d69

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

Choose a tag to compare

@ajatprabha ajatprabha released this 03 Jan 14:14
v0.4.0
b31c930

Changed

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

v0.3.1

Choose a tag to compare

@ajatprabha ajatprabha released this 21 Nov 11:59
v0.3.1
3b57e7f

Changed

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

v0.3.0

Choose a tag to compare

@ajatprabha ajatprabha released this 18 Nov 07:01
v0.3.0
ad0cfc6

Changed

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

v0.2.1

Choose a tag to compare

@ajatprabha ajatprabha released this 16 Nov 10:21
v0.2.1
0bfad9c

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

Choose a tag to compare

@ajatprabha ajatprabha released this 11 Nov 08:59
v0.2.0
86a5cac

Changed

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

v0.1.1

Choose a tag to compare

@ajatprabha ajatprabha released this 22 Sep 16:52
v0.1.1
3ba7928

Added

  • add xds resolver (#3)
  • add support for TLS connection (#12)

Changed

  • update Options API to retain Option type definition (#11)