Skip to content

Commit 122a6b5

Browse files
committed
chore(main): release 3.0.0
1 parent 998e18f commit 122a6b5

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/zirkelc/ai-stream-utils/compare/v2.3.0...v3.0.0) (2026-07-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* `filterUIMessageStream`, `mapUIMessageStream`, `flatMapUIMessageStream` and `partTypeIs` are removed, along with the `MapInput`, `MapUIMessageStreamFn`, `FlatMapInput`, `FlatMapContext`, `FlatMapUIMessageStreamFn` and `FlatMapUIMessageStreamPredicate` types. Use `pipe(stream).filter(...)` / `.map(...)` instead.
9+
* requires AI SDK v7. The peer range drops `5.x || 6.x`. Streams containing `custom`, `reasoning-file` or `tool-approval-response` chunks previously threw; a `reasoning` part filter no longer matches `reasoning-file` chunks, and `transformProviderMetadata` now rewrites metadata on tool output chunks it previously skipped.
10+
11+
### Features
12+
13+
* remove the deprecated standalone stream functions ([1030b24](https://github.com/zirkelc/ai-stream-utils/commit/1030b24c01a377be653b8410200e45d8cf5322d1))
14+
* support AI SDK v7 ([c2be7c1](https://github.com/zirkelc/ai-stream-utils/commit/c2be7c1c2dc4f381fc07a373273929a0cfb1a193))
15+
16+
17+
### Code Refactoring
18+
19+
* **examples:** drop mock-model helpers for ai-test-kit directly ([979b362](https://github.com/zirkelc/ai-stream-utils/commit/979b362a0dcf48b68e22c3e18fe6347464388bf4))
20+
321
## [2.3.0](https://github.com/zirkelc/ai-stream-utils/compare/v2.2.0...v2.3.0) (2026-06-09)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-stream-utils",
3-
"version": "2.3.0",
3+
"version": "3.0.0",
44
"description": "AI SDK: Filter and transform UI messages while streaming to the client",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)