Releases: pubnub/ruby
Releases · pubnub/ruby
v4.6.0
March 8 2021
- BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
- Fix issue which caused Object request body encryption when
cipher_key
is set.
v4.5.0
v4.4.0
October 21 2020
- Add simplified Objects API support with UUID and Channel metadata / membership management.
- Add uuid and parameter to Grant API along with new Objects permissions:
get
,update
andjoin
.
v4.3.0
v4.2.7
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