Skip to content

Commit 15d46c4

Browse files
committed
Trim extra blank lines in changelogs
Remove stray blank lines from CHANGELOG.md entries in packages/partyserver, packages/partysocket, and packages/y-partyserver to clean up formatting and keep bullet lists compact. No substantive content changes.
1 parent 7f37652 commit 15d46c4

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

packages/partyserver/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,14 +280,12 @@
280280
### Patch Changes
281281

282282
- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks
283-
284283
- getServerByName was throwing on all requests
285284
- `Env` is now an optional arg when defining `Server`
286285
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
287286
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`
288287

289288
bonus:
290-
291289
- added a bunch of fixtures
292290
- added stubs for docs
293291

packages/partysocket/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@
319319
### Patch Changes
320320

321321
- [#251](https://github.com/partykit/partykit/pull/251) [`049bcac`](https://github.com/partykit/partykit/commit/049bcac42aa49e4bddec975c63b7d7984112e450) Thanks [@threepointone](https://github.com/threepointone)! - small tweaks to `init`
322-
323322
- replace `process.env.PARTYKIT_HOST` with just `PARTYKIT_HOST`
324323
- add a `tsconfig.json`
325324
- add partykit to devDependencies in `init`
@@ -340,7 +339,6 @@
340339
- [#211](https://github.com/partykit/partykit/pull/211) [`fffe721`](https://github.com/partykit/partykit/commit/fffe72148e5cc425e80c90b6bf180192df410080) Thanks [@threepointone](https://github.com/threepointone)! - update dependencies
341340

342341
- [#191](https://github.com/partykit/partykit/pull/191) [`39cf5ce`](https://github.com/partykit/partykit/commit/39cf5cebf5e699bc50ace8b6d25cd82c807e863a) Thanks [@jevakallio](https://github.com/jevakallio)! - Improve PartySocket types and React hooks API:
343-
344342
- Add websocket lifecycle event handlers to usePartyKit options to reduce need for effects in userland
345343
- Allow usePartySocket to provide startClosed option to initialize without opening connection
346344
- Fix types for PartySocket#removeEventListener

packages/y-partyserver/CHANGELOG.md

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

99
**Server:**
10-
1110
- Replace in-memory `WSSharedDoc.conns` Map with `connection.setState()` and `getConnections()` so connection tracking survives Durable Object hibernation
1211
- Move event handler registration from `WSSharedDoc` constructor into `onStart()` to use `getConnections()` for broadcasting
1312
- Disable awareness protocol's built-in `_checkInterval` in `WSSharedDoc` constructor to prevent timers from defeating hibernation
@@ -17,7 +16,6 @@
1716
- Widen `onLoad()` return type to `Promise<YDoc | void>` to allow seeding the document from a returned YDoc
1817

1918
**Provider:**
20-
2119
- Switch awareness event listener from `"update"` to `"change"` so clock-only heartbeat renewals do not produce network traffic (allows DO hibernation during idle sessions)
2220
- Disable awareness protocol's built-in `_checkInterval` on the client to stop 15-second clock renewals and 30-second peer timeout removal
2321
- Remove provider's own `_checkInterval` liveness timer (was coupled to the awareness heartbeat)
@@ -352,14 +350,12 @@
352350
### Patch Changes
353351

354352
- [`528adea`](https://github.com/threepointone/partyserver/commit/528adeaced6dce6e888d2f54cc75c3569bf2c277) Thanks [@threepointone](https://github.com/threepointone)! - some fixes and tweaks
355-
356353
- getServerByName was throwing on all requests
357354
- `Env` is now an optional arg when defining `Server`
358355
- `y-partyserver/provider` can now take an optional `prefix` arg to use a custom url to connect
359356
- `routePartyKitRequest`/`getServerByName` now accepts `jurisdiction`
360357

361358
bonus:
362-
363359
- added a bunch of fixtures
364360
- added stubs for docs
365361

0 commit comments

Comments
 (0)