Skip to content

partyserver@0.5.8

Choose a tag to compare

@github-actions github-actions released this 14 Jun 00:27
· 4 commits to main since this release

Patch Changes

  • #407 2be6104 Thanks @threepointone! - Encode the x-partykit-props header as base64 so props containing non-ASCII characters (e.g. accented names like "Usuário") no longer trigger workerd's "header value contains non-ASCII characters" warning, which would throw a TypeError in browser fetch implementations. The header is decoded back to the original Unicode payload on the server, and raw-JSON values from older callers are still accepted for backwards compatibility.