Skip to content

Commit cd49f48

Browse files
chore(main): release 0.4.15 (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zita Szupera <[email protected]>
1 parent 92cdde4 commit cd49f48

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.4.15](https://github.com/GetStream/stream-node/compare/v0.4.14...v0.4.15) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* update to API spec 157.6.2 ([#87](https://github.com/GetStream/stream-node/issues/87)) ([92cdde4](https://github.com/GetStream/stream-node/commit/92cdde47ca016f70816eb363d8d6123f254b5411))
9+
10+
`client.chat.getExportChannelsStatus` is removed, you can use the `client.getTask` instead, or the new `export.channels.success` and `export.channels.error` Webhook events
11+
312
## [0.4.14](https://github.com/GetStream/stream-node/compare/v0.4.13...v0.4.14) (2025-02-18)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stream-io/node-sdk",
3-
"version": "0.4.14",
3+
"version": "0.4.15",
44
"description": "",
55
"exports": {
66
".": {

0 commit comments

Comments
 (0)