Releases: gojek/courier-android
Releases · gojek/courier-android
0.2.1
What's Changed
- Add config for max inflight messages limit by @deepanshu42 in #63
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- add new functionality for qos1 without persistence by @anubhav7nov in #62
Full Changelog: 0.1.9...0.2.0
0.1.9
What's Changed
- Fix ordering of message & stream adapter factories by @deepanshu42 in #61
Full Changelog: 0.1.8...0.1.9
0.1.8
What's Changed
- Fix event stream buffer overflow issue by @deepanshu42 in #60
Full Changelog: 0.1.7...0.1.8
0.1.7
What's Changed
- Add api for adding/removing event handler dynamically by @deepanshu42 in #56
- Add new builder functionality in Courier by @deepanshu42 in #57
Breaking Changes
- Now event handlers can be added/removed dynamically using
MqttClient
. So instead of passingEventHandler
insideMqttConfiguration
,MqttClient.addEventHandler
API can be used to addEventHandler
and listen to internal MQTT events.
Full Changelog: 0.1.6...0.1.7
0.1.6
What's Changed
- Fix alpn empty exception for android N and below by @anubhav7nov in #53
Full Changelog: 0.1.5...0.1.6
0.1.5
What's Changed
- Fix argument injection in topic name by @deepanshu42 in #52
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- Remove built-in adapters and add text message adapter by @deepanshu42 in #51
Breaking Changes
- Built-in message & stream adapters are removed. If using them, consider using
TextMessageAdapterFactory
or creating your own custom implementations.
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- Add topic & content-type in message adapter by @deepanshu42 in #48
- Update documentation by @deepanshu42 in #50
Note: This is a breaking change if you are creating your own custom message adapters. Refer this for the new implementation.
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- Update com.google.code.gson dependency by @sebasrock in #47
- Remove empty username check by @deepanshu42 in #49
New Contributors
- @sebasrock made their first contribution in #47
Full Changelog: 0.1.1...0.1.2