Skip to content

Releases: ably/ably-ruby

v1.1.6

25 May 11:12
b27828e
Compare
Choose a tag to compare

Full Changelog

This release will have no effect for users of the realtime ably-ruby client, however for users of ably-ruby-rest it will update the faraday dependency to 1.x (this change was already made for ably-ruby in v1.1.5).

Merged pull requests:

v1.1.5

05 May 17:56
77379ec
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

v1.1.4

16 Apr 16:06
9c39ce3
Compare
Choose a tag to compare

v1.1.4

Full Changelog

Implemented enhancements:

  • statesman dependency very outdated #199
  • Add support for custom transportParams #176
  • Re-enable imempotency tests as part of 1.1 release #174
  • Ensure request method accepts UPDATE, PATCH & DELETE verbs #168
  • my-members presenceMap requirement change for 1.1 #163
  • Add ChannelProperties as part of 1.0 spec (RTL15) #112

Fixed bugs:

  • client_id should be passed as clientId #159
  • Error in the HTTP2 framing layer issue before heroku-20 #215
  • Using a clientId should no longer be forcing token auth in the 1.1 spec #182

Merged pull requests:

v1.1.3

15 Dec 18:37
Compare
Choose a tag to compare

Support RestChannel.publish(Message, params) and RestChannel.publish([Message], params)

Transient publishing and small fixes

06 May 14:32
Compare
Choose a tag to compare

See https://github.com/ably/ably-ruby/blob/master/CHANGELOG.md#v111

Transient publishing is now enabled in 1.1.1, and a few fixes to bugs relating to broken publishing with recovered connections or resuming connections that fail.

Major update v1.1 release

15 Feb 10:58
Compare
Choose a tag to compare

This 1.1 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

Add support for JWT tokens

18 Jun 14:51
Compare
Choose a tag to compare

Implemented enhancements:

  • Add support for JWT #136

Fixed bugs:

  • Documentation for add_request_ids #152

Merged pull requests:

Native heartbeats, request ID support, encoding fixes, test reliability

01 May 00:44
Compare
Choose a tag to compare

Fixed bugs:

  • WebSocket driver does not emit events for heartbeats #116

Closed issues:

  • Passing a frozen channel name or name gives an error on the REST client [Reopen] #145
  • Passing a frozen channel name or name gives an error on the REST client #132

Merged pull requests:

Add request_id to REST client

23 Apr 14:34
Compare
Choose a tag to compare

Encoding issue fixes

13 Oct 11:56
Compare
Choose a tag to compare