Releases: pubnub/ruby
Releases · pubnub/ruby
v5.6.0
v5.5.1
September 08 2025
Fixed
- Fix the issue introduced by RuboCop linter suggestion acceptance, which caused a wrong number of arguments error.
v5.5.0
January 28 2025
Added
- Add the ability to specify
type
andstatus
fields forchannel metadata
,uuid metadata
,member
, andmembership
. - Add missing
include
options for App Context APIs:custom
,status
,type
,uuid_status
,uuid_type
,channel_status
, andchannel_type
.
v5.4.0
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 forpublish
/signal
andsubscribe
endpoints.
v5.3.5
v5.3.4
April 29 2024
Fixed
- Fix issue because of which client didn't encode App Context get all event
filter
query value.
v5.3.3
January 29 2024
Modified
- Bump required version to the minimum officially supported Ruby version.
v5.3.2
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
November 03 2023
Modified
- Update license information.
v5.3.0
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.