Skip to content

Commit 89eebf1

Browse files
Version Packages (#940)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 943c407 commit 89eebf1

File tree

14 files changed

+48
-123
lines changed

14 files changed

+48
-123
lines changed

.changeset/cute-cases-melt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-mcp-oauth-restore.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-dryers-grow.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/healthy-lobsters-behave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/keen-rare-slim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 5 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agents/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cloudflare/agents
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- [#954](https://github.com/cloudflare/agents/pull/954) [`943c407`](https://github.com/cloudflare/agents/commit/943c4070992bb836625abb5bf4e3271a6f52f7a2) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
9+
- [#944](https://github.com/cloudflare/agents/pull/944) [`e729b5d`](https://github.com/cloudflare/agents/commit/e729b5d393f7f81de64c9c1c0f3ede41a7a784c0) Thanks [@threepointone](https://github.com/threepointone)! - Export `DurableObjectOAuthClientProvider` from top-level `agents` package and fix `restoreConnectionsFromStorage()` to use the Agent's `createMcpOAuthProvider()` override instead of hardcoding the default provider
10+
11+
- [#850](https://github.com/cloudflare/agents/pull/850) [`2cb12df`](https://github.com/cloudflare/agents/commit/2cb12dfc0c8fc3bcf316cfb2d04e87ee5f049d62) Thanks [@Muhammad-Bin-Ali](https://github.com/Muhammad-Bin-Ali)! - Fix: MCP OAuth callback errors are now returned as structured results instead of throwing unhandled exceptions. Errors with an active connection properly transition to "failed" state and are surfaced to clients via WebSocket broadcast.
12+
313
## 0.5.0
414

515
This release adds per-connection protocol message control and a built-in retry system. Agents can now suppress JSON protocol frames for binary-only clients (MQTT, IoT devices) while keeping RPC and regular messaging working — useful for Durable Objects that serve mixed connection types. The new `this.retry()` method and per-task retry options bring exponential backoff with jitter to scheduling, queues, and MCP connections without external dependencies. This release also improves scheduling ergonomics with synchronous getter methods, a cleaner discriminated union schema, and fixes for hibernation, deep type recursion, and SSE keepalives.

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"durable objects"
1010
],
1111
"type": "module",
12-
"version": "0.5.0",
12+
"version": "0.5.1",
1313
"license": "MIT",
1414
"repository": {
1515
"directory": "packages/agents",

packages/ai-chat/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudflare/ai-chat
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#954](https://github.com/cloudflare/agents/pull/954) [`943c407`](https://github.com/cloudflare/agents/commit/943c4070992bb836625abb5bf4e3271a6f52f7a2) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
8+
39
## 0.1.2
410

511
### Patch Changes

packages/ai-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/ai-chat",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Cloudflare Agents (x) AI SDK Chat",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)