Releases: ably/ably-ruby-rest
v1.2.7
v1.2.6
v1.2.5
This release updates the underlying ably-ruby library to version v1.2.4, but this does not introduce any changes that affect this library.
v1.2.4
v1.2.3
Full Changelog (in upstream ably-ruby
repository)
Implemented enhancements:
- Add full docstring coverage to public API #376 (lukaszsliwa)
Fixed bugs:
- Incorrect ProtocolMessage#connection_details object (overwrites original connection_details send on CONNECTED state) #377
Merged pull requests:
- fix: remove inbound message size validation #382 (owenpearson)
- Changes related to docstring, generate docs and CI workflow #376 (lukaszsliwa)
- Fix doc comment: incorrect channel.state type #375 (lukaszsliwa)
v1.2.2
Full Changelog (in upstream ably-ruby
repository)
- Upgrade underlying ably-ruby version to v1.2.2
- Fix Faraday version mismatch with ably-ruby #22
v1.2.1
Full Changelog (in upstream ably-ruby
repository)
Fixed bugs:
- Update Ruby version (and Gemfile.lock dependencies) #253
- Error not emitted when failing to connect to an endpoint indefinitely #233
- Connection errors when there should be warnings #198
- Implement presence re-entry requirement change for 1.1 #185
Closed issues:
v1.1.0
This 1.1 release brings many new features from 1.0:
- Push notifications are now generally available
- Experimental support for batch REST publishing
- Access to the Ably DSX
See the complete release notes at https://blog.ably.io/ablys-client-library-sdks-1-1-release-8165c73c76fd
v1.0.0 Major update
Major update to this client library with some breaking changes. See https://blog.ably.io/v1-0-client-libraries-released-8a375dca7a26 for a summary of important, breaking changes and upgrade notes. Alteranatively, see the full changelog here.