Releases: ably/ably-go
Releases · ably/ably-go
v1.2.21
v1.2.20
v1.2.19
v1.2.18
v1.2.17
v1.2.16
v1.2.15
Closed issues:
- Implement no connection serial #612
- Potential go routine on blocking functions #623
- Client gives up on reconnect #606
- RTP5: Channel state change side effects on presence #259
- RTP18: Server-initiated presence sync #256
- RTP2, RTP17, RTP19: PresenceMap #255
- RTP1: HAS_PRESENCE flag #248
- RTP16: Presence connection state conditions #214
Merged pull requests:
v1.2.14
v1.2.13
v1.2.12
This release adds a new experimental RealtimeChannels.GetDerived
method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
Merged pull requests:
- Support Go 1.20, drop support for Go 1.18 #586 (amnonbc)
- Add new GetDerived method to support subscription filters #594 (mschristensen)
- Add new async publishing methods PublishAsync and PublishMultipleAsync #596 (andydunstall)
- Fix docs for transient publishing #595 (andydunstall)
- Add support for setting agents option #590 (andydunstall)