Skip to content

Releases: pubnub/ruby

v5.1.1

26 Oct 15:52
4414f40
Compare
Choose a tag to compare

October 26 2022

Fixed

  • Fix issue because of which callback and http_sync provided during client configuration not used when missing in method call.

v5.1.0

26 Jul 14:38
f80d58a
Compare
Choose a tag to compare

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

13 Jan 11:52
3aa4f3b
Compare
Choose a tag to compare

January 13 2022

Modified

  • BREAKING CHANGES: uuid is required parameter to create PubNub instance.

v4.8.0

16 Dec 17:47
b382302
Compare
Choose a tag to compare

December 16 2021

Added

  • Add revoke token feature.

v4.7.1

25 Nov 07:26
05f9b7c
Compare
Choose a tag to compare

November 25 2021

Added

  • Add new method all_history_messages which return messages from requested interval or since / before date in single object.

Fixed

  • Fix exception raised when optional start / end not passed to paged_history.

v4.7.0

15 Nov 20:52
734d938
Compare
Choose a tag to compare

November 09 2021

Added

  • Grant_token allows generation of signed token with permissions for channels, channel groups and uuids.

v4.6.2

09 Jun 13:34
Compare
Choose a tag to compare

June 9 2021

Full Changelog

  • Add new sdks section to .pubnub.yml with information about available artifacts and distribution variants.

v4.6.1

18 May 21:30
Compare
Choose a tag to compare

May 19 2021

Full Changelog

  • Exclude spec and fixtures from built gem file.
  • Fix Ruby SDK repository location under sdks section in .pubnub.yml.
  • Add new section to .pubnub.yml file with information about SDK and destribution types.

v4.6.0

08 Mar 11:02
Compare
Choose a tag to compare

March 8 2021

Full Changelog

  • 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

03 Dec 17:05
Compare
Choose a tag to compare

December 3 2020

Full Changelog

  • Add support for APNS2 device/channel management.