Skip to content

Releases: centrifugal/gocent

v3.3.0

20 Jul 07:30
d1bbedf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

26 Jan 10:17
83633d2
Compare
Choose a tag to compare
  • Fix broadcast request bug: JSON payloads were additionally encoded to base64 due to the lack of json.RawMessage usage. See #16.

v3.1.0

26 Oct 09:10
d6e75c5
Compare
Choose a tag to compare
  • 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

03 Sep 11:56
b04cd71
Compare
Choose a tag to compare

HTTP API client for Centrifugo >= v3.0.0

  • API address now should be passed explicitly, like http://localhost:8000/api. Previously gocent could automatically add /api for address like http://localhost:8000 - this behaviour now removed.
  • API changed to reflect Centrifugo v3 improvements - see migration guide and API description

v2.2.0

15 Feb 05:36
Compare
Choose a tag to compare
  • Add Config.GetAddr function to dynamically provide API endpoint at the moment of API request