Releases: GetStream/stream-chat-ruby
Releases · GetStream/stream-chat-ruby
v2.22.2
v2.22.1
v2.22.0
v2.21.0
v2.20.0
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_URL
env var, you'll need to provide it manually in the**options
asbase_url
. See the initializer ofClient
class for more information.