Skip to content

Releases: ably/ably-go

v1.2.22

06 Feb 14:24
17f6575
Compare
Choose a tag to compare

Full Changelog

What's Changed

  • tests: Don't assert connection key equality by @lmars in #675
  • auth: Add option to allow basic auth for non-TLS requests by @lmars in #674
  • [ClientOption] Add support for endpoint according to new routing policy by @sacOO7 in #679

v1.2.21

12 Sep 11:16
a81632d
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • JWT (JSON Web Token) authentication #569

v1.2.20

06 Sep 15:22
2fd5ae2
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • RTN17: Realtime Host fallback #225

Closed issues:

  • Rest fallback RSC15 #658
  • Rest/Realtime proxy support #652
  • Fix skipped presence integration tests for ENTER, UPDATE and LEAVE #651
  • RTN22, RTC8: Server-initiated reauth #228

v1.2.19

25 Jul 12:14
9597052
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • A synthetic leave does not trigger the presence event listener callback #646

Closed issues:

  • Add CI support for GO 1.21 and 1.22 #641
  • Update README - Known limitations #639

v1.2.18

28 Jun 17:50
0885021
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Suspended connection goes to failed state on resume attempt #638

Closed issues:

  • Flaky test - TestRealtimePresence_EnsureChannelIsAttached #508

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)