Skip to content

Releases: GetStream/stream-chat-ruby

v2.19.0

02 Feb 11:27
00d1a20

Choose a tag to compare

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 as base_url. See the initializer of Client class for more information.

v2.18.0

26 Jan 12:38
8f9d844

Choose a tag to compare

2.18.0 (2022-01-26)

Features

v2.17.2

17 Jan 10:27
b025537

Choose a tag to compare

2.17.2 (2022-01-17)

Features

  • added some new metadata to the gemspec (#69) (3e747bc)

v2.17.1

17 Jan 09:32
f478502

Choose a tag to compare

What's Changed

  • Fix load faraday/mutipart error by @kyohah in #67
  • Release v2.17.1 by @github-actions in #68

New Contributors

Full Changelog: v2.17.0...v2.17.1

v2.17.0

14 Jan 13:34
4dcece8

Choose a tag to compare

2.17.0 (2022-01-14)

Features

v2.16.0

01 Dec 10:51

Choose a tag to compare

What's Changed

Full Changelog: v2.15.0...v2.16.0

v2.15.0

25 Nov 12:48

Choose a tag to compare

  • 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

24 Nov 18:19

Choose a tag to compare

  • Add new flags for export channels
    • clear_deleted_message_text (default: false)
    • include_truncated_messages (default: false)

v2.13.0

17 Nov 13:43

Choose a tag to compare

  • Add support for shadow banning user
    • shadow_ban
    • remove_shadow_ban
  • Add support for pinning messages
    • pin_message
    • unpin_message
  • Add support for partial updating messages
    • update_message_partial
  • Add support for updating channel ownership for Deleted Users

v2.12.0

01 Nov 19:56

Choose a tag to compare

  • Add support for async endpoints
    • get_task
    • delete_channels
    • delete_users

Full Changelog: v2.11.3...v2.12.0