Skip to content

Releases: pubnub/ruby

v5.3.5

09 Oct 12:20
9272ab2
Compare
Choose a tag to compare

October 09 2024

Modified

  • Updated direct and transient dependency versions. Fixed the following issues reported by @pboling: #158.

v5.3.4

29 Apr 12:40
f0816fc
Compare
Choose a tag to compare

April 29 2024

Fixed

  • Fix issue because of which client didn't encode App Context get all event filter query value.

v5.3.3

29 Jan 11:33
f7bf448
Compare
Choose a tag to compare

January 29 2024

Modified

  • Bump required version to the minimum officially supported Ruby version.

v5.3.2

23 Nov 21:24
0acb1d8
Compare
Choose a tag to compare

November 23 2023

Modified

  • Return source event data when a client configured with crypto is unable to decrypt it (can be not encrypted data or encrypted with different options).

v5.3.1

03 Nov 10:28
7f9a319
Compare
Choose a tag to compare

November 03 2023

Modified

  • Update license information.

v5.3.0

16 Oct 11:52
312e266
Compare
Choose a tag to compare

October 16 2023

Added

  • Add crypto module that allows to configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

v5.2.2

15 Mar 07:15
d1223fe
Compare
Choose a tag to compare

March 15 2023

Fixed

  • Fix issue which raised an exception when PubNub client has been configured with a secret key.

v5.2.1

13 Dec 11:45
25e747d
Compare
Choose a tag to compare

December 13 2022

Fixed

  • Fix format which is used to return server data from get_message_actions method call.

v5.2.0

12 Dec 15:59
713ddb0
Compare
Choose a tag to compare

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

23 Nov 13:55
b3800ac
Compare
Choose a tag to compare

November 23 2022

Fixed

  • Fix issue because of which channel hasn't been encoded properly with endpoint call.