Releases: ably/ably-go
Releases · ably/ably-go
v1.4.0
This release adds support for Message Updates, Deletes, and Appends — allowing published messages to be updated, deleted, or appended to after the fact using the new UpdateMessage, DeleteMessage, and AppendMessage operations.
Changes
Implemented enhancements:
- feat: Implement Message Updates, Deletes, and Appends #697
- Add V2 operation types for protocol v6+ #695
- state: add v2 object create types #699
- Switch to github.com/coder/websocket #698
Fixed bugs:
- fix: Prevent deadlock when releasing a realtime channel #693
Merged pull requests:
- Only run tests on the latest two Go versions #700
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.22
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: