Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.64"
".": "0.8.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.8.0](https://github.com/GetStream/stream-node/compare/v0.7.64...v0.8.0) (2026-08-18)


### ⚠ BREAKING CHANGES

* minimum supported Node.js is now 22.12.0. Node 18 went EOL in April 2025, Node 20 in April 2026.

### Features

* modernize the toolchain and drop EOL Node versions ([#331](https://github.com/GetStream/stream-node/issues/331)) ([dbabec0](https://github.com/GetStream/stream-node/commit/dbabec0f003e086a2d19b1a1bf4ff635c4f214cd))

## [0.7.64](https://github.com/GetStream/stream-node/compare/v0.7.63...v0.7.64) (2026-08-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stream-io/node-sdk",
"version": "0.7.64",
"version": "0.8.0",
"description": "",
"exports": {
".": {
Expand Down