Skip to content

Releases: cloudflare/partykit

partywhen@0.1.3

04 Mar 03:50

Choose a tag to compare

Patch Changes

partysync@2.0.2

04 Mar 03:50

Choose a tag to compare

Patch Changes

partysub@2.0.2

04 Mar 03:50

Choose a tag to compare

Patch Changes

partyserver@0.3.3

04 Mar 03:50

Choose a tag to compare

Patch Changes

  • 4e315b4 Thanks @threepointone! - Add __unsafe_ensureInitialized() method to Server for frameworks that receive calls via native DO RPC, bypassing the standard fetch/alarm/webSocket entry points where name hydration and onStart() normally happen.

hono-party@2.0.3

04 Mar 03:50

Choose a tag to compare

Patch Changes

partyserver@0.3.2

01 Mar 11:59

Choose a tag to compare

Patch Changes

  • #352 b033ae1 Thanks @threepointone! - Remove default console.log/console.info calls from onConnect and onMessage base methods in Server

y-partyserver@2.1.2

25 Feb 08:56

Choose a tag to compare

Patch Changes

  • #347 0171a8b Thanks @threepointone! - Add CJS build output alongside ESM. The package now ships both .js (ESM) and .cjs (CJS) files with corresponding .d.ts and .d.cts type declarations.

y-partyserver@2.1.1

25 Feb 08:40

Choose a tag to compare

Patch Changes

  • #348 37ca0cd Thanks @threepointone! - Extract Yjs functionality into a withYjs mixin that can be applied to any Server subclass. YServer is now withYjs(Server).

y-partyserver@2.1.0

24 Feb 12:46

Choose a tag to compare

Minor Changes

  • #341 e7f4b51 Thanks @threepointone! - Fix Yjs hibernation support and awareness propagation

    Server:

    • Replace in-memory WSSharedDoc.conns Map with connection.setState() and getConnections() so connection tracking survives Durable Object hibernation
    • Move event handler registration from WSSharedDoc constructor into onStart() to use getConnections() for broadcasting
    • Disable awareness protocol's built-in _checkInterval in WSSharedDoc constructor to prevent timers from defeating hibernation
    • On onStart, send sync step 1 to all existing connections so clients re-sync the server's document after hibernation wake-up
    • Simplify send() — no longer forcibly closes connections on failure
    • Remove closeConn() helper; awareness cleanup now happens in onClose via persisted connection state
    • Widen onLoad() return type to Promise<YDoc | void> to allow seeding the document from a returned YDoc

    Provider:

    • Switch awareness event listener from "update" to "change" so clock-only heartbeat renewals do not produce network traffic (allows DO hibernation during idle sessions)
    • Disable awareness protocol's built-in _checkInterval on the client to stop 15-second clock renewals and 30-second peer timeout removal
    • Remove provider's own _checkInterval liveness timer (was coupled to the awareness heartbeat)
    • Clear stale awareness meta for remote clients on WebSocket close so reconnecting clients' awareness updates are accepted
    • Bump awareness clock on reconnect to ensure remote peers accept the update
    • Fix bug where host.slice(0, -1) result was not assigned, so trailing slashes were never stripped

Patch Changes

partywhen@0.1.2

24 Feb 12:46

Choose a tag to compare

Patch Changes