Skip to content

Commit 1cf7238

Browse files
committed
format
1 parent 7172dd1 commit 1cf7238

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

packages/partyserver/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,12 @@
292292
### Patch Changes
293293

294294
- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks
295-
296295
- getServerByName was throwing on all requests
297296
- `Env` is now an optional arg when defining `Server`
298297
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
299298
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`
300299

301300
bonus:
302-
303301
- added a bunch of fixtures
304302
- added stubs for docs
305303

packages/y-partyserver/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
- [#341](https://github.com/cloudflare/partykit/pull/341) [`e7f4b51`](https://github.com/cloudflare/partykit/commit/e7f4b51198904273befb1d39478840c628f6e2b1) Thanks [@threepointone](https://github.com/threepointone)! - Fix Yjs hibernation support and awareness propagation
2626

2727
**Server:**
28-
2928
- Replace in-memory `WSSharedDoc.conns` Map with `connection.setState()` and `getConnections()` so connection tracking survives Durable Object hibernation
3029
- Move event handler registration from `WSSharedDoc` constructor into `onStart()` to use `getConnections()` for broadcasting
3130
- Disable awareness protocol's built-in `_checkInterval` in `WSSharedDoc` constructor to prevent timers from defeating hibernation
@@ -35,7 +34,6 @@
3534
- Widen `onLoad()` return type to `Promise<YDoc | void>` to allow seeding the document from a returned YDoc
3635

3736
**Provider:**
38-
3937
- Switch awareness event listener from `"update"` to `"change"` so clock-only heartbeat renewals do not produce network traffic (allows DO hibernation during idle sessions)
4038
- Disable awareness protocol's built-in `_checkInterval` on the client to stop 15-second clock renewals and 30-second peer timeout removal
4139
- Remove provider's own `_checkInterval` liveness timer (was coupled to the awareness heartbeat)
@@ -370,14 +368,12 @@
370368
### Patch Changes
371369

372370
- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks
373-
374371
- getServerByName was throwing on all requests
375372
- `Env` is now an optional arg when defining `Server`
376373
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
377374
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`
378375

379376
bonus:
380-
381377
- added a bunch of fixtures
382378
- added stubs for docs
383379

0 commit comments

Comments
 (0)