Skip to content

Releases: ably/ably-go

v1.1.3

02 Apr 09:35
9b053c4
Compare
Choose a tag to compare

Change Log

v1.1.3 (2020-04-01)

Full Changelog

Fixed bugs:

  • Drop dependency on subpackage #134

Closed issues:

  • Ambiguous import - found go-codec in multiple modules #135
  • Remove develop branch #128

Merged pull requests:

  • Fix flaky tests #139 (tcard)
  • bug: TestRestClient Stats failure due to race cond with sandbox #138 (audiolion)
  • bug: unpinned range scope variables in tests #137 (audiolion)
  • Update github.com/ugorji/go/codec to v1.1.7 #136 (lmars)

1.1.2

20 Jan 10:03
Compare
Choose a tag to compare

This is a bugfix release.

Change Log

v1.1.2

Full Changelog

Fixed bugs:

  • Unhelpful error message when failing to parse an HTTP response #127

Merged pull requests:

1.1.1

06 Feb 16:24
Compare
Choose a tag to compare

This is a major revision, including support in the REST API for 1.1 library features. See the README and CHANGELOG for more details.

This 1.1-beta release brings many new features from 1.0:

See the complete release notes at https://blog.ably.io/ablys-client-library-sdks-1-1-release-8165c73c76fd

v0.8.2-beta.1

01 Nov 08:15
d231275
Compare
Choose a tag to compare

This is a minor bug fix release.

Fixed bugs:

  • Revert broken encoding on 0.8.1 #106

v0.8.1-beta.1

12 Oct 16:09
1575759
Compare
Choose a tag to compare

This is a minor bug fix release.

Fixed bugs:

  • Client appears to be leaking TCP connections/file descriptors #89
  • Library not sending X-Ably-Lib header (RSC7b) #69

v0.8.0-beta.1

06 Sep 08:02
Compare
Choose a tag to compare

This is a minor bug fix release.

Implemented enhancements:

  • Update section about contributing #63 (ORBAT)

Merged pull requests:

  • use constants for message encoding strings #77 (gernest)

v0.8.0 Beta 0 update

13 Oct 15:39
Compare
Choose a tag to compare

This is a work-in-progress release moving towards a v0.8 stable release.

Known limitations at this time:

  • Realtime connection recovery is not implemented
  • Realtime connection failure handling is not implemented
  • ChannelsOptions and CipherParams are not supported when creating a Channel
  • Realtime Ping function is not implemented
  • Fallback support not implemented
  • API compatibility is not guaranteed