Ably Go Versions Save

Go client library SDK for Ably realtime messaging service

v1.2.17

5 months ago

Full Changelog

Merged pull requests:

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

v1.2.16

5 months ago

Full Changelog

Closed issues:

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

Merged pull requests:

v1.2.15

5 months ago

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

8 months ago

What's Changed

Full Changelog: https://github.com/ably/ably-go/compare/v1.2.13...v1.2.14

v1.2.13

11 months ago

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

1 year ago

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

1 year ago

This release updates docstring API commentaries for public interfaces.

Full Changelog

Merged pull requests:

v1.2.10

1 year ago

Full Changelog

Implemented enhancements:

v1.2.9

1 year ago

Full Changelog

Merged pull requests:

v1.2.8

2 years ago

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: