Skip to content

Releases: GetStream/stream-node

v0.6.0

18 Aug 15:38
8a76015

Choose a tag to compare

0.6.0 (2025-08-18)

⚠ BREAKING CHANGES

  • API naming review (#130)

Features

v0.5.1

28 Jul 07:37
9df1cfc

Choose a tag to compare

0.5.1 (2025-07-25)

Features

v0.5.0

17 Jul 14:16
b305ce3

Choose a tag to compare

0.5.0 (2025-07-17)

⚠ BREAKING CHANGES

  • add support for feeds v3 API (#118)

Features

v0.4.26

16 Jul 14:52
3ade594

Choose a tag to compare

0.4.26 (2025-07-16)

Features

v0.4.25

24 Jun 07:47
91e1586

Choose a tag to compare

0.4.25 (2025-06-24)

Features

v0.4.24

06 May 09:46
3123e5c

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

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

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

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

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)