Skip to content

Releases: GetStream/stream-chat-ruby

v2.16.0

01 Dec 10:51
Compare
Choose a tag to compare

What's Changed

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

v2.15.0

25 Nov 12:48
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add support for async endpoints
    • get_task
    • delete_channels
    • delete_users

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

v2.11.3

22 Oct 08:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.2...v2.11.3

v2.11.2

05 Oct 13:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.1...v2.11.2

v2.11.1

23 Aug 17:51
Compare
Choose a tag to compare
  • Use edge as base url

v2.11.0

25 Jun 12:43
Compare
Choose a tag to compare
  • Add support for improved search

v2.10.0

04 Jun 16:32
Compare
Choose a tag to compare
  • Add custom command CRUD support