Skip to content

partyserver@0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Feb 03:34
· 91 commits to main since this release

Patch Changes

  • #320 9bd3f56 Thanks @threepointone! - Add CORS support to routePartykitRequest.

    Pass cors: true for permissive defaults or cors: { ...headers } for custom CORS headers. Preflight (OPTIONS) requests are handled automatically for matched routes, and CORS headers are appended to all non-WebSocket responses — including responses returned by onBeforeRequest.

  • #260 84fe996 Thanks @BlankParticle! - remove redundant initialize code as setName takes care of it, along with the nested blockConcurrencyWhile call