Skip to content

Releases: GetStream/stream-ruby

v6.0.0

14 Aug 07:35
43a5d64

Choose a tag to compare

6.0.0 (2025-08-14)

Bug Fixes

  • multiple ID encoding for get_activities (bbf666b)

v5.1.0

20 Nov 12:27
50df8e7

Choose a tag to compare

5.1.0 (2023-11-20)

Features

  • soft delete and restore (4c974be)

v5.0.0

31 Mar 13:15
ca9f245

Choose a tag to compare

5.0.0 (2023-03-31)

Bug Fixes

  • order of dependencies (5d2b86b)
  • remove redundant 'freeze' calls from regular expressions (7b1c08a)
  • remove redundant development dependency declarations (7f6239e)

v4.6.0

21 Sep 15:14
046f113

Choose a tag to compare

4.6.0 (2022-09-21)

Features

Bug Fixes

  • rubocop: ENV.fetch('xy') instead of ENV['xy'] per rubocop (#140) (6b25736)

v4.5.0

26 Jan 16:48

Choose a tag to compare

  • Add connection pooling into http client

v4.4.0

18 Oct 16:27

Choose a tag to compare

  • Add first reaction support for feed read
  • Add user id support in own reactions for reaction filtering

v4.3.0

27 Sep 19:40

Choose a tag to compare

  • Add missing enrichment options to feed enrichment
  • Add support to get activities enriched

v4.2.0

27 Sep 18:52

Choose a tag to compare

  • Add feeds extra data support for reactions
  • Repo maintenance improvements (i.e. README, CHANGELOG)

v4.1.0

15 Mar 10:30

Choose a tag to compare

  • Add Ruby 3.x support

v4.0.2

15 Mar 09:04

Choose a tag to compare

  • Fix delete activity call
  • Move to github actions
  • Handle rspec should deprecation
  • Add envrc into gitignore