You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fetch-messages): add `encode_channels` parameter (#170)
feat(fetch-messages): add `encode_channels` parameter
Add the `encode_channels` parameter for `fetch` to enable or disable channel names percent-encoding
in response.
Fix usage when `secret_key` is set (#168)
fix(fetch-message): fix usage when `secret_key`` is set
Fix the issue introduced by RuboCop linter suggestion acceptance, which caused a wrong number of
arguments error.
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.
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.
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)