Skip to content

Releases: GetStream/stream-java

v3.23.0

03 Oct 13:18
7f8c7f5

Choose a tag to compare

3.23.0 (2025-10-03)

v3.22.0

09 Jul 11:06
90de6fa

Choose a tag to compare

3.22.0 (2025-07-09)

v3.20.0

17 Apr 15:15
9584d15

Choose a tag to compare

3.20.0 (2025-04-17)

v3.19.0

14 Apr 10:01
bd21017

Choose a tag to compare

3.19.0 (2025-04-14)

v3.17.1

11 Apr 12:44
24be30d

Choose a tag to compare

3.17.1 (2025-04-11)

Bug Fixes

  • update reaction should support moderation template (08b282b)

v3.17.0

21 Mar 11:30
afe5e56

Choose a tag to compare

3.17.0 (2025-03-21)

v3.16.0

10 Mar 13:26
a34e1f9

Choose a tag to compare

3.16.0 (2025-03-10)

v3.15.2

07 Mar 14:49
93b0dce

Choose a tag to compare

3.15.2 (2025-03-07)

Bug Fixes

v3.15.1

27 Dec 10:34
d41df99

Choose a tag to compare

3.15.1 (2024-12-27)

Bug Fixes

  • pass custom var to request (99ea58e)

v3.15.0

21 Nov 14:05
0899eb9

Choose a tag to compare

3.15.0 (2024-11-21)

  • Added support for Batch Get reactions
 ReactionBatch response = client.reactions().getBatch(List.of("id1", "id2", "id3")).join();
 List<Reaction> result = response.getReactions();