Releases: centrifugal/gocent
Releases · centrifugal/gocent
v3.3.0
What's Changed
- Include response body in status error (#1) by @miguelb-gk in #20
- Fix option comments by @FZambia in #21
- Update ci workflows by @FZambia in #18
New Contributors
- @miguelb-gk made their first contribution in #20
Full Changelog: v3.2.0...v3.3.0
v3.2.0
v3.1.0
- Add
Client.Subscribe
method to dynamically subscribe user to a channel (using server-side subscriptions).
gorelease -base v3.0.0 -version v3.1.0
github.com/centrifugal/gocent/v3
--------------------------------
Compatible changes:
- (*Client).Subscribe: added
- (*Pipe).AddSubscribe: added
v3.1.0 is a valid semantic version for this release.
v3.0.0
HTTP API client for Centrifugo >= v3.0.0
- API address now should be passed explicitly, like
http://localhost:8000/api
. Previouslygocent
could automatically add/api
for address likehttp://localhost:8000
- this behaviour now removed. - API changed to reflect Centrifugo v3 improvements - see migration guide and API description