Releases: pubnub/ruby
Releases · pubnub/ruby
v4.2.6
August 25 2020
- History can now respond with message meta information.
- Added official support for Ruby 2.7.X
- History properly decrypts messages when using the "include_token" parameter.
v4.2.5
June 2 2020
- Updated Subscribe endpoint tests to use an unsorted channels list.
- Fixed Message Counts channel timetokens by disabling alphabetic sorting of the channels list.
v4.2.4
May 22 2020
- Update Grant, Revoke and Audit PAM tests to use v2 paths instead of v1.
- Replace event name with full endpoint path in PAM signatures, for compatibility with PAM v2 signatures. Addresses the following PRs from @stefan-qsd: #112.
- Change paths for PAM endpoints from v1 to v2.
- Update PAM signature generator to correctly sort the query string parameters based on key instead of combined key and value.
v4.2.3
🐛 Resolved issue with a subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server
v4.2.2
⭐ Fix in Message Counts
v4.2.1
⭐ Add missing Objects API listener methods.
⭐ Add listener integration tests for objects.
v4.2.0
⭐ Implemented Objects API