Releases: GetStream/stream-chat-ruby
Releases · GetStream/stream-chat-ruby
v2.16.0
What's Changed
- [CHAT-2584] Add permissions v2 APIs by @ffenix113 in #62
Full Changelog: v2.15.0...v2.16.0
v2.15.0
- Add configuration support for channel truncate
- truncated_at: to truncate channel up to given time
- message: a system message to be added via truncation
- skip_push: don't send a push notification for system message
- hard_delete: true if truncation should delete messages instead of hiding
v2.14.0
- Add new flags for export channels
- clear_deleted_message_text (default: false)
- include_truncated_messages (default: false)
v2.13.0
v2.12.0
- Add support for async endpoints
get_task
delete_channels
delete_users
Full Changelog: v2.11.3...v2.12.0
v2.11.3
What's Changed
- Don't log the entire response by @krainboltgreene in #21
- Access error details through error class attr_readers by @reachire-smendola in #56
New Contributors
- @krainboltgreene made their first contribution in #21
- @reachire-smendola made their first contribution in #56
Full Changelog: v2.11.2...v2.11.3
v2.11.2
What's Changed
- Add Codeowners by @ffenix113 in #51
- Fix StreamChannelException raises. by @ffenix113 in #52
- Fix minor issues by @ffenix113 in #53
New Contributors
- @ffenix113 made their first contribution in #51
Full Changelog: v2.11.1...v2.11.2
v2.11.1
- Use edge as base url
v2.11.0
- Add support for improved search
v2.10.0
- Add custom command CRUD support