Releases: centrifugal/centrifuge-go
Releases · centrifugal/centrifuge-go
v0.10.11
v0.10.10
v0.10.9
v0.10.8
What's Changed
Several problems were found when testing library under unstable conditions – with frequent reconnections. Allows to avoid already subscribed subscription error, and bad request error (sending subscribe frame before connect frame). Also protects from running several simultaneous timers for reconnect/resubscribe.
Full Changelog: v0.10.7...v0.10.8
v0.10.7
v0.10.6
v0.10.5
What's Changed
- Remove benchmark example - it was moved to Centrifuge repo by @FZambia in #103
- Up protocol to v0.16.0 by @FZambia in #103
Full Changelog: v0.10.4...v0.10.5
v0.10.4
v0.10.3
What's Changed
- Add HTTP Proxy lookup function support by @ax-esuedmeier in #94
- Add test to reproduce panic during Client close by @C-Pro in #95
- Fix nil pointer dereference during Client close, wait inflight callbacks to finish by @FZambia in #96
- Up protocol dependency to v0.13.4 by @FZambia in #97
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #89
New Contributors
- @dependabot made their first contribution in #89
- @ax-esuedmeier made their first contribution in #94
Full Changelog: v0.10.2...v0.10.3