Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/cors-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/evil-carrots-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-reconnect-after-max-retries.md

This file was deleted.

4 changes: 2 additions & 2 deletions fixtures/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"nanoid": "^5.1.6",
"partyserver": "^0.1.3",
"partysocket": "^1.1.12",
"partyserver": "^0.1.4",
"partysocket": "^1.1.13",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions fixtures/globe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"cobe": "^0.6.5",
"partyserver": "^0.1.3",
"partysocket": "^1.1.12",
"partyserver": "^0.1.4",
"partysocket": "^1.1.13",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions fixtures/hono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"hono": "^4.11.1",
"hono-party": "^1.0.0",
"partyserver": "^0.1.3",
"partysocket": "^1.1.12",
"partyserver": "^0.1.4",
"partysocket": "^1.1.13",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion fixtures/monaco-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"monaco-editor": "^0.55.1",
"partysocket": "^1.1.12",
"partysocket": "^1.1.13",
"y-monaco": "^0.1.6"
}
}
2 changes: 1 addition & 1 deletion fixtures/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"types": "wrangler types env.d.ts --include-runtime false"
},
"dependencies": {
"partysocket": "^1.1.12"
"partysocket": "^1.1.13"
}
}
2 changes: 1 addition & 1 deletion fixtures/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"nanoid": "^5.1.6",
"partysocket": "^1.1.12"
"partysocket": "^1.1.13"
}
}
2 changes: 1 addition & 1 deletion fixtures/tiptap-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tiptap/extension-collaboration": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"partyserver": "^0.1.3",
"partyserver": "^0.1.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
Expand Down
4 changes: 2 additions & 2 deletions fixtures/tldraw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"start": "vite dev"
},
"dependencies": {
"partyserver": "^0.1.3",
"partysocket": "^1.1.12",
"partyserver": "^0.1.4",
"partysocket": "^1.1.13",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tldraw": "^4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions fixtures/todo-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"nanoid": "^5.1.6",
"partyserver": "^0.1.3",
"partysocket": "^1.1.12",
"partyserver": "^0.1.4",
"partysocket": "^1.1.13",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"valibot": "^1.2.0"
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/partyserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# partyflare

## 0.1.4

### Patch Changes

- [#320](https://github.com/cloudflare/partykit/pull/320) [`9bd3f56`](https://github.com/cloudflare/partykit/commit/9bd3f5672eea27cb259f77fb3cf2444da5921803) Thanks [@threepointone](https://github.com/threepointone)! - 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`.

- [#260](https://github.com/cloudflare/partykit/pull/260) [`84fe996`](https://github.com/cloudflare/partykit/commit/84fe9965cecbff3cf4f2f280c27d8f2d88909613) Thanks [@BlankParticle](https://github.com/BlankParticle)! - remove redundant initialize code as setName takes care of it, along with the nested blockConcurrencyWhile call

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partyserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partyserver",
"version": "0.1.3",
"version": "0.1.4",
"repository": {
"type": "git",
"url": "git://github.com/cloudflare/partykit.git"
Expand Down
6 changes: 6 additions & 0 deletions packages/partysocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# partysocket

## 1.1.13

### Patch Changes

- [#322](https://github.com/cloudflare/partykit/pull/322) [`3ed3bf0`](https://github.com/cloudflare/partykit/commit/3ed3bf003972b29bbe9194fedcde6bf729d5af14) Thanks [@threepointone](https://github.com/threepointone)! - 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.

## 1.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/partysocket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "partysocket",
"version": "1.1.12",
"version": "1.1.13",
"description": "A better WebSocket that Just Works™",
"homepage": "https://docs.partykit.io/reference/partysocket-api",
"bugs": "https://github.com/cloudflare/partykit/issues",
Expand Down