Tags: pubnub/ruby
Tags
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`.
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.
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]>
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.
PreviousNext