Skip to content

Latest commit

 

History

History
222 lines (162 loc) · 15.6 KB

CHANGELOG.md

File metadata and controls

222 lines (162 loc) · 15.6 KB

Change Log

v1.1.5 (2020-05-27)

Full Changelog

Merged pull requests:

  • Add logs to help in troubleshooting RestClient http api calls #162 (gernest)
  • Remove unused fields definition on RealtimeClient #161 (gernest)
  • add implementation for RTN15b-c spec #159 (gernest)

v1.1.4 (2020-04-24)

Full Changelog

Fixed bugs:

  • Lib failing to retrying on 5xx if it can't parse the body #154
  • Flaky TestAuth_ClientID test #80
  • Likely leaking goroutines in multiple places #68

Closed issues:

  • Implementing reauthentication before or after token expires #153

Merged pull requests:

  • Properly set Error.StatusCode #157 (gernest)
  • Use ClientOptions.TLSPort for tls connections #156 (gernest)
  • RTN15a: Reconnect after networking error. #152 (tcard)
  • Fix goroutine leaks #151 (tcard)
  • Remove fmt.Println leftovers. #150 (tcard)
  • Don't read from connection on inactive state. #149 (tcard)
  • RTN23a: Receive from WebSocket with a timeout. #148 (tcard)

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)

Full Changelog

Fixed bugs:

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

Merged pull requests:

v1.1.1 (2019-02-06)

Full Changelog

Closed issues:

  • 'Readme' not up to date #112

Merged pull requests:

v1.1.0 (2018-11-09)

Full Changelog

Merged pull requests:

v0.8.2 (2018-11-01)

Full Changelog

Closed issues:

  • Revert broken encoding on 0.8.1 #106

Merged pull requests:

v0.8.1 (2018-10-12)

Full Changelog

Fixed bugs:

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

Merged pull requests:

v0.8.0-beta.1 (2018-09-05)

Full Changelog

Implemented enhancements:

  • Contribution instructions out of date #62
  • Update section about contributing #63 (ORBAT)

Merged pull requests:

v0.8.0-beta.0 (2017-08-26)

Implemented enhancements:

  • Switch arity of auth methods #44
  • Spec validation #31
  • add ably.Error error type #30
  • proto: improve Stats struct #29
  • rest: add support for token auth for requests #28
  • Consistent README #21
  • API changes Apr 2015 #19
  • API changes #15
  • Update imports to reference vendored packages #3 (lmars)

Fixed bugs:

  • Tests for Go 1.4.3 hang #46
  • Switch arity of auth methods #44
  • rest: add tests for URL-escaping channel names #42
  • realtime: Presence.Get() should attach instead of raising error #36
  • rest: check (*http.Response).StatusCode codes for != 200 #27
  • rest: make ProtocolMsgPack default #26
  • rest: set proper request headers for msgpack protocol #25
  • rest: proto.Stat serialization failure #23
  • Fix REST/Presence tests to not fail randomly. #20
  • API changes Apr 2015 #19
  • API changes #15

Closed issues:

  • Use ably-common for test data #14
  • Support client instantiation via Token or TokenRequest #12

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator