Skip to content

Commit d7a460e

Browse files
Version Packages (#608)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9b76cd commit d7a460e

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/pretty-swans-smash.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/agents/CHANGELOG.md

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

3+
## 0.2.19
4+
5+
### Patch Changes
6+
7+
- [#607](https://github.com/cloudflare/agents/pull/607) [`c9b76cd`](https://github.com/cloudflare/agents/commit/c9b76cd50d82f3016395fa1d55a3ca7017bf3501) Thanks [@threepointone](https://github.com/threepointone)! - Add jurisdiction support to MCP agent and handlers
8+
9+
Introduces a `jurisdiction` option to MCP agent server and streaming/SSE handlers, allowing Durable Object instances to be created in specific geographic regions for compliance (e.g., GDPR). Documentation updated to explain usage and available jurisdictions.
10+
311
## 0.2.18
412

513
### Patch Changes

packages/agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@
136136
},
137137
"type": "module",
138138
"types": "dist/index.d.ts",
139-
"version": "0.2.18"
139+
"version": "0.2.19"
140140
}

0 commit comments

Comments
 (0)