Releases: pubnub/ruby
Releases · pubnub/ruby
v5.2.2
March 15 2023
Fixed
- Fix issue which raised an exception when PubNub client has been configured with a secret key.
v5.2.1
December 13 2022
Fixed
- Fix format which is used to return server data from
get_message_actions
method call.
v5.2.0
December 12 2022
Added
- Add api which allow to work with message actions endpoints.
Modified
- Migrate test suite run from Travis to GitHub Actions.
v5.1.2
v5.1.1
October 26 2022
Fixed
- Fix issue because of which
callback
andhttp_sync
provided during client configuration not used when missing in method call.
v5.1.0
July 26 2022
Added
- Add support for spaces and users permissions in grant_token.
- Add user_id and deprecate uuid when creating new pubnub instance.
v5.0.0
January 13 2022
Modified
- BREAKING CHANGES: uuid is required parameter to create PubNub instance.
v4.8.0
December 16 2021
Added
- Add revoke token feature.
v4.7.1
November 25 2021
Added
- Add new method
all_history_messages
which return messages from requested interval orsince
/before
date in single object.
Fixed
- Fix exception raised when optional start / end not passed to
paged_history
.
v4.7.0
November 09 2021
Added
- Grant_token allows generation of signed token with permissions for channels, channel groups and uuids.