Releases: centrifugal/centrifuge-java
Release list
0.7.0
0.6.1
What's Changed
- Do not dispose dispatcher of a user-supplied OkHttpClient on reconnect and close by @turik2304 in #88
- Track OkHttpClient ownership at build time by @FZambia in #89
New Contributors
- @turik2304 made their first contribution in #88
Full Changelog: 0.6.0...0.6.1
0.6.0
0.5.0
What's Changed
This release adds possibility to set custom OkHttpClient. We tried to avoid this for a long time due to compatibility concerns in the long run, but can't resist anymore. Let's try it and see how it goes 🤞
Full Changelog: 0.4.3...0.5.0
0.4.3
What's Changed
- Custom SSLSocketFactory by @rugameuser in #80
New Contributors
- @rugameuser made their first contribution in #80
Full Changelog: 0.4.2...0.4.3
0.4.2
What's Changed
This release adds a delta compression support to the SDK. You can use .setDelta("fossil") when building options of Subscription. Many thanks to @itismoej for making it happen.
- Add delta compression support by @itismoej in #74
- Delta improvements and introducing since option (to set the starting
StreamPositionfor theSubscriptionto recover from) by @FZambia in #75 - Bump protobuf-javalite version by @FZambia in #77
New Contributors
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Add access to publication info field by @oleg-smith in #72
New Contributors
- @oleg-smith made their first contribution in #72
Full Changelog: 0.4.0...0.4.1
0.4.0
0.3.1
0.3.0
What's Changed
Breaking change! This release changes the semantics of working with connection tokens described in Centrifugo v5 release post.
Previously, returning an empty token string from ConnectionTokenGetter callback resulted in client disconnection with unauthorized reason.
Now returning an empty string from ConnectionTokenGetter is a valid scenario which won't result into disconnect on the client side. It's still possible to disconnect client by returning instance of a special UnauthorizedException from ConnectionTokenGetter.
And we are putting back SetToken method to the SDK – so it's now possible to reset the token to be empty upon user logout.
Full Changelog: 0.2.8...0.3.0