Skip to content

Commit 740596e

Browse files
committed
Merge branch 'main' of https://github.com/zirkelc/ai-retry
2 parents 7d99cb0 + f24eedc commit 740596e

3 files changed

Lines changed: 16 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.1.1"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/zirkelc/ai-retry/compare/v2.1.1...v2.2.0) (2026-07-27)
4+
5+
6+
### Features
7+
8+
* experimental call-level streaming retry ([#55](https://github.com/zirkelc/ai-retry/issues/55)) ([1a991e7](https://github.com/zirkelc/ai-retry/commit/1a991e7babc2cbdcc1b76777bf3c807545e45697))
9+
10+
11+
### Documentation
12+
13+
* **examples:** consolidate the experimental streaming examples ([c35c33a](https://github.com/zirkelc/ai-retry/commit/c35c33a40a32a2d7161d9d09dd1c42564d81f96e))
14+
* **examples:** merge the call and stream timeout examples into one ([5d6c85d](https://github.com/zirkelc/ai-retry/commit/5d6c85d0a136ddbe4991206c188d921ba9091c23))
15+
* **examples:** use slowModel/fastModel directly, drop the factory + extra vars ([b4450a7](https://github.com/zirkelc/ai-retry/commit/b4450a715782d461980948f11333fa32a298aa53))
16+
317
## [2.1.1](https://github.com/zirkelc/ai-retry/compare/v2.1.0...v2.1.1) (2026-07-27)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-retry",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Retry and fallback mechanisms for AI SDK",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)