Skip to content

Releases: GetStream/stream-node

v0.4.26

16 Jul 14:52
3ade594
Compare
Choose a tag to compare

0.4.26 (2025-07-16)

Features

v0.4.25

24 Jun 07:47
91e1586
Compare
Choose a tag to compare

0.4.25 (2025-06-24)

Features

v0.4.24

06 May 09:46
3123e5c
Compare
Choose a tag to compare

0.4.24 (2025-05-06)

Features

  • empty commit to trigger release (c0890a8)

v0.4.23

30 Apr 11:20
3ecb044
Compare
Choose a tag to compare

0.4.23 (2025-04-30)

Features

call.getCallStats is removed, use client.video.getCallReport instead:

// old syntax
call.getCallStats({ session: '<session id>' })

// new syntax
client.video.getCallReport({
  type: call.type,
  id: call.id,
  session_id: '<session id>',
})

v0.4.22

09 Apr 14:43
73202b8
Compare
Choose a tag to compare

0.4.22 (2025-04-09)

Bug Fixes

  • handle missing optional dependency in declarations (#103) (eb271c5)

v0.4.21

08 Apr 09:07
8c4f8ee
Compare
Choose a tag to compare

0.4.21 (2025-04-08)

Bug Fixes

maxConnections config option on StreamClient is no longer available

v0.4.20

07 Apr 14:49
6eb9673
Compare
Choose a tag to compare

0.4.20 (2025-04-07)

Features

  • set max connections to 100, allow integrators to configure Fetch API (#98) (b044b59)

v0.4.19

17 Mar 09:53
eb1f9a8
Compare
Choose a tag to compare

0.4.19 (2025-03-17)

Features

v0.4.18

10 Mar 13:19
1b9f41b
Compare
Choose a tag to compare

0.4.18 (2025-03-10)

Bug Fixes

  • support realtime AI model overrides (#94) (1071f75)

v0.4.17

06 Mar 13:18
5f148a3
Compare
Choose a tag to compare

0.4.17 (2025-03-06)

Bug Fixes

  • use an exact version of @stream-io/openai-realtime-api (#92) (d6f0419)