Releases: GetStream/stream-chat-ruby
Releases · GetStream/stream-chat-ruby
v2.19.0
2.19.0 (2022-02-02)
Features
- ability to provide custom http client (#75) (bfff20d)
- add connection pooling and idle timeout (#74) (7891005)
- env var handling enhancement (#76) (0cdc38a)
🚨 Note: if you used
STREAM_CHAT_URLenv var, you'll need to provide it manually in the**optionsasbase_url. See the initializer ofClientclass for more information.
v2.18.0
v2.17.2
v2.17.1
v2.17.0
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_taskdelete_channelsdelete_users
Full Changelog: v2.11.3...v2.12.0