Skip to content

Releases: centrifugal/centrifuge-java

0.7.0

Choose a tag to compare

@FZambia FZambia released this 16 Jun 15:49
2ffae53

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

Choose a tag to compare

@FZambia FZambia released this 11 Jun 18:36
b909f4a

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

Full Changelog: 0.6.0...0.6.1

0.6.0

Choose a tag to compare

@FZambia FZambia released this 09 May 16:25
be95d61

What's Changed

  • Remove debug println from Fossil and improve test coverage by @FZambia in #85
  • Integration tests, stability fixes, release over central portal by @FZambia in #86

Full Changelog: 0.5.0...0.6.0

0.5.0

Choose a tag to compare

@FZambia FZambia released this 04 Mar 20:32
f7d9df8

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

Choose a tag to compare

@FZambia FZambia released this 23 Feb 17:58
f1b82c4

What's Changed

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2

Choose a tag to compare

@FZambia FZambia released this 10 Oct 19:30
d0678bf

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 StreamPosition for the Subscription to 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

Choose a tag to compare

@FZambia FZambia released this 25 Oct 06:08
b2dc056

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

Choose a tag to compare

@FZambia FZambia released this 12 Oct 16:49
3971f02

What's Changed

  • Replace cfuture with minifuture by @vyndor in #70
  • Add HTTP response code to ErrorEvent by @vyndor in #69

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

Choose a tag to compare

@FZambia FZambia released this 10 Oct 04:25
2e7863c

What's Changed

  • Handle closed executor in WebSocket callbacks by @FZambia in #71

Full Changelog: 0.3.0...0.3.1

0.3.0

Choose a tag to compare

@FZambia FZambia released this 29 Jun 05:55
c3c2400

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