Skip to content

Releases: ably/ably-go

v1.2.17

02 Feb 09:52
dd8236f
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

  • fix: keep client default client read limit when realtime doesn't specify #631 (AndyTWF)

v1.2.16

19 Jan 17:54
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • ably-go doesn't retry requests to fallback hosts on a timeout #626

Merged pull requests:

v1.2.15

16 Jan 13:41
b8e6391
Compare
Choose a tag to compare

Full Changelog

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:

  • [SDK-222] [no connection serial ] + implement missing internal presence map + presencequeue #621 (sacOO7)
  • [SDK-3746] Feature/integration 2.0 #613 (sacOO7)

v1.2.14

05 Oct 08:59
e66ad6a
Compare
Choose a tag to compare

What's Changed

  • Fix message extras unmarshaled to incompatible json type by @zknill in #624

Full Changelog: v1.2.13...v1.2.14

v1.2.13

01 Aug 12:20
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Allow configuring ably/websocket read limits #610
  • Update README for usage of ablytest package #602

Merged pull requests:

  • [SDK-3731] Fix websocket read limits #614 (sacOO7)
  • Fix README for ablytest package usage #604 (sacOO7)

v1.2.12

09 Jun 13:06
cbb0f59
Compare
Choose a tag to compare

Full Changelog

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:

v1.2.11

05 Jan 10:51
aed1a5b
Compare
Choose a tag to compare

This release updates docstring API commentaries for public interfaces.

Full Changelog

Merged pull requests:

v1.2.10

16 Dec 16:49
a65d852
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

v1.2.9

25 Nov 08:54
cc7e378
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

v1.2.8

01 Jul 12:30
5c89c7b
Compare
Choose a tag to compare

1.2.8 (2022-07-01)

Full Changelog (2022-07-01)

Closed issues:

  • Use the net/http/httptest package to write unit test(s) for websockets #541
  • Migrate from deprecated websocket package #368

Merged pull requests: