Skip to content

Commit 8893fbe

Browse files
committed
Create proud-geckos-like.md
1 parent de71f9e commit 8893fbe

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.changeset/proud-geckos-like.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
"agents": patch
3+
---
4+
5+
partykit releases
6+
7+
## partyserver
8+
9+
### `0.1.3` (Feb 8, 2026)
10+
11+
- [#319](https://github.com/cloudflare/partykit/pull/319) — Add `configurable: true` to the `state`, `setState`, `serializeAttachment`, and `deserializeAttachment` property descriptors on connection objects. This allows downstream consumers (like the Cloudflare Agents SDK) to redefine these properties with `Object.defineProperty` for namespacing or wrapping internal state storage. Default behavior is unchanged.
12+
13+
### `0.1.4` (Feb 9, 2026)
14+
15+
- [#320](https://github.com/cloudflare/partykit/pull/320)**Add CORS support to `routePartykitRequest`**. Pass `cors: true` for permissive defaults or `cors: { ...headers }` for custom CORS headers. Preflight (OPTIONS) requests are handled automatically for matched routes, and CORS headers are appended to all non-WebSocket responses — including responses returned by `onBeforeRequest`.
16+
- [#260](https://github.com/cloudflare/partykit/pull/260) — Remove redundant initialize code as `setName` takes care of it, along with the nested `blockConcurrencyWhile` call.
17+
18+
---
19+
20+
## partysocket
21+
22+
### `1.1.12` (Feb 8, 2026)
23+
24+
- [#317](https://github.com/cloudflare/partykit/pull/317) — Fix `PartySocket.reconnect()` crashing when using `basePath` without `room`. The reconnect guard now accepts either `room` or `basePath` as sufficient context to construct a connection URL.
25+
- [#319](https://github.com/cloudflare/partykit/pull/319) — Throw a clear error when constructing a `PartySocket` without `room` or `basePath` (and without `startClosed: true`), instead of silently connecting to a malformed URL containing `"undefined"` as the room name.
26+
27+
### `1.1.13` (Feb 9, 2026)
28+
29+
- [#322](https://github.com/cloudflare/partykit/pull/322) — Fix `reconnect()` not working after `maxRetries` has been exhausted. The `_connectLock` was not released when the max retries early return was hit in `_connect()`, preventing any subsequent `reconnect()` call from initiating a new connection.

0 commit comments

Comments
 (0)