Releases: cloudflare/partykit
Releases · cloudflare/partykit
partysync@2.0.1
Patch Changes
- #343
c59d33dThanks @threepointone! - update deps
partysub@2.0.1
Patch Changes
- #343
c59d33dThanks @threepointone! - update deps
partysocket@1.1.16
Patch Changes
- #343
c59d33dThanks @threepointone! - update deps
partyserver@0.3.1
Patch Changes
- #343
c59d33dThanks @threepointone! - update deps
hono-party@2.0.2
Patch Changes
- #343
c59d33dThanks @threepointone! - update deps
partysocket@1.1.15
Patch Changes
- #340
122376fThanks @threepointone! - Declarereactas an optional peer dependency so strict package managers like pnpm correctly resolve it for thepartysocket/reactandpartysocket/use-wssubpath exports.
partyserver@0.3.0
Minor Changes
- #337
67685b9Thanks @threepointone! - PersistServer.nameto durable storage so it survives cold starts without an HTTP request. Fixesthis.namethrowing insideonAlarm()and scheduled callbacks (cloudflare/agents#933).
Patch Changes
eec6607Thanks @threepointone! - Switch name persistence from syncctx.storage.kvto asyncctx.storage.get/put, removing the requirement for SQLite-backed Durable Objects.
hono-party@2.0.1
Patch Changes
- #339
d1906a9Thanks @threepointone! - Expose Hono context as a third argument toonBeforeConnectandonBeforeRequestcallbacks, giving access toc.env,c.var,c.get(), etc.