Skip to content

Releases: pubnub/ruby

v4.2.6

25 Aug 16:51

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

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

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

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

Choose a tag to compare

⭐ Fix in Message Counts

v4.2.1

28 Oct 15:36
e662a46

Choose a tag to compare

⭐ Add missing Objects API listener methods.
⭐ Add listener integration tests for objects.

v4.2.0

14 Oct 15:47
eaa5e3f

Choose a tag to compare

⭐ Implemented Objects API