Skip to content

Releases: gojek/courier-flutter

0.0.18

05 Jan 06:28
Compare
Choose a tag to compare
  • Fix Invalid reasonType in MQTT Connect Discarded Courier Event

0.0.17

20 Dec 07:05
Compare
Choose a tag to compare

Fix invalid mapping for connection info in CourierEvent

0.0.16

30 Oct 05:52
Compare
Choose a tag to compare

Bump Dio dependency back to ^5.3.3

0.0.15

30 Oct 05:48
Compare
Choose a tag to compare

A special version that uses Dio 4.0.1 with onAuthFailure method in AuthProvider interface

0.0.14

20 Oct 03:23
Compare
Choose a tag to compare
  • provide onAuthFailure method in AuthProvider interface

0.0.13

20 Oct 03:23
Compare
Choose a tag to compare
  • Bump dio to ^5.33.0

0.0.12

31 Aug 06:52
Compare
Choose a tag to compare
  • Update StreamController in EventHandler to use Broadcast to avoid Fatal Exception Bad state: Stream has already been listened to

0.0.11

20 Jul 06:04
Compare
Choose a tag to compare
  • Add optional MessageAdapter param for messageStream and publish If this is passed, it will use it to decode/encode the data, otherwise it will use the messageAdapters passed when initializing `CourierClient``

0.0.10

18 Jul 05:08
Compare
Choose a tag to compare
  • Handle Stream onError for CourierMessageStream internally
  • Fix BytesMessageAdapter encode & decode
  • Granular debug log for encode and decode

Courier protobuf 0.0.2

18 Jul 05:08
Compare
Choose a tag to compare
  • Update Decode logic to only check if T is GeneratedMessage before decoding