Skip to content

Tags: pubnub/ruby

Tags

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `type` and `status` fields (#167)

feat(app-context): add `type` and `status` fields

Add the ability to specify `type` and `status` fields for `channel metadata`, `uuid metadata`,
`member`, and `membership`.

feat(app-context): add missing `include` options support

Add missing `include` options for App Context APIs: `custom`, `status`, `type`, `uuid_status`,
`uuid_type`, `channel_status`, and `channel_type`.

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add fetch messages and custom message type support (#165)

feat(custom-message-type): add support for publish and subscribe

Add `custom_message_type` support for publish / signal and subscribe endpoints.

feat(history): add batch history support

Add fetch messages (batch history) endpoint support to fetch history for multiple channels.

feat(history): add fetch messages with message reactions

Add fetch messages with reactions support.

feat(custom-message-type): add support for fetch messages

Add `include_custom_message_type` support for fetch messages endpoint.

v5.3.5

Toggle v5.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump dependencies (#163)

refactor(dependencies): bump direct and transient dependency versions

Updated direct and transient dependency versions.

---------

Co-authored-by: PubNub Release Bot <[email protected]>

v5.3.4

Toggle v5.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix `filter` value encoding for PAM (#159)

fix(pam): fix `filter` value encoding for PAM

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

v5.3.3

Toggle v5.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump required Ruby version (#157)

build(gemfile): bump required Ruby version

v5.3.2

Toggle v5.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return unencrypted data (#156)

refactor(crypto): return unencrypted data

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

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update license information (#154)

chore(license): update license information

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add crypto module (#151)

feat(crypto): add crypto module

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

fix(crypto): fix legacy cryptor

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

Co-authored-by: Michał Dobrzański <[email protected]>

v5.2.2

Toggle v5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix exception with secret key (#148)

fix(message-actions): fix exception with secret key

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

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `get_message_actions` response (#141)

fix: fix `get_message_actions` response

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

build(github-actions): update command processor target

Update name of account to which commands should be sent.