partyserver@0.3.0
·
85 commits
to main
since this release
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.