Skip to content

Commit abf612c

Browse files
committed
Fix formatting in y-partyserver CHANGELOG
Remove extraneous blank lines and tidy list formatting in packages/y-partyserver/CHANGELOG.md to improve readability of the patch notes.
1 parent e54c3b0 commit abf612c

2 files changed

Lines changed: 35 additions & 14 deletions

File tree

package-lock.json

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

packages/y-partyserver/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
- [#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
3636

3737
**Server:**
38-
3938
- Replace in-memory `WSSharedDoc.conns` Map with `connection.setState()` and `getConnections()` so connection tracking survives Durable Object hibernation
4039
- Move event handler registration from `WSSharedDoc` constructor into `onStart()` to use `getConnections()` for broadcasting
4140
- Disable awareness protocol's built-in `_checkInterval` in `WSSharedDoc` constructor to prevent timers from defeating hibernation
@@ -45,7 +44,6 @@
4544
- Widen `onLoad()` return type to `Promise<YDoc | void>` to allow seeding the document from a returned YDoc
4645

4746
**Provider:**
48-
4947
- Switch awareness event listener from `"update"` to `"change"` so clock-only heartbeat renewals do not produce network traffic (allows DO hibernation during idle sessions)
5048
- Disable awareness protocol's built-in `_checkInterval` on the client to stop 15-second clock renewals and 30-second peer timeout removal
5149
- Remove provider's own `_checkInterval` liveness timer (was coupled to the awareness heartbeat)
@@ -380,14 +378,12 @@
380378
### Patch Changes
381379

382380
- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks
383-
384381
- getServerByName was throwing on all requests
385382
- `Env` is now an optional arg when defining `Server`
386383
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
387384
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`
388385

389386
bonus:
390-
391387
- added a bunch of fixtures
392388
- added stubs for docs
393389

0 commit comments

Comments
 (0)