Skip to content

Releases: pubnub/ruby

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.

v4.4.0

21 Oct 12:28
Compare
Choose a tag to compare

October 21 2020

Full Changelog

  • 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 and join.

v4.3.0

18 Oct 20:33
Compare
Choose a tag to compare

October 18 2020

Full Changelog

  • Add delete permission for channel to Grant.

v4.2.7

14 Sep 23:52
Compare
Choose a tag to compare

September 14 2020

Full Changelog

  • Don't suppress runtime errors.

v4.2.6

25 Aug 16:51
Compare
Choose a tag to compare

August 25 2020

Full Changelog

  • 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

02 Jun 16:32
Compare
Choose a tag to compare

June 2 2020

Full Changelog

  • 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

22 May 00:55
Compare
Choose a tag to compare

May 22 2020

Full Changelog

  • 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

19 Feb 11:01
Compare
Choose a tag to compare

🐛 Resolved issue with a subscribe loop where the connection was reinitiated after receiving a 4xx error code from the server

v4.2.2

13 Nov 13:16
b39cffb
Compare
Choose a tag to compare

⭐ Fix in Message Counts