Skip to content

Releases: pubnub/ruby

v6.0.1

04 Nov 10:26
b2540e2

Choose a tag to compare

November 04 2025

Fixed

  • Send proper object for state with the heartbeat request.

Modified

  • Don't cap limit and let the server perform value validation.
  • Replace legacy timetoken query parameter with subscribe v2 parameters.

v6.0.0

15 Oct 13:39
650d2fd

Choose a tag to compare

October 15 2025

Added

  • BREAKING CHANGES: Add 'limit' and 'offset' parameters for 'here_now' for pagination support.

v5.6.0

11 Sep 11:06
4ebf4d8

Choose a tag to compare

September 11 2025

Added

  • Add the encode_channels parameter for fetch to enable or disable channel names percent-encoding in response.

v5.5.1

08 Sep 09:32
e7812ec

Choose a tag to compare

September 08 2025

Fixed

  • Fix the issue introduced by RuboCop linter suggestion acceptance, which caused a wrong number of arguments error.

v5.5.0

28 Jan 13:44
55cbf3d

Choose a tag to compare

January 28 2025

Added

  • Add the ability to specify type and status fields for channel metadata, uuid metadata, member, and membership.
  • Add missing include options for App Context APIs: custom, status, type, uuid_status, uuid_type, channel_status, and channel_type.

v5.4.0

07 Jan 08:22
dbf8728

Choose a tag to compare

January 07 2025

Added

  • Add batch history support.
  • Add fetch messages with message reactions.
  • Add fetch messages (batch history) endpoint support to fetch history for multiple channels.
  • Add fetch messages with reactions support.
  • Add include_custom_message_type support for fetch messages endpoint.
  • Add custom_message_type support for publish / signal and subscribe endpoints.

v5.3.5

09 Oct 12:20
9272ab2

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

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

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

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).