Skip to content

partyserver@0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 09:49
· 96 commits to main since this release

Minor Changes

  • #327 eef891a Thanks @threepointone! - Add connection.tags property to read back tags assigned via getConnectionTags(). Works in both hibernating and in-memory modes. Tags are validated and always include the connection id as the first tag.

Patch Changes

  • #325 c15e9d9 Thanks @threepointone! - Add lobby.className to onBeforeConnect/onBeforeRequest callbacks, providing the Durable Object class name (e.g. "MyAgent"). The existing lobby.party field is now deprecated (it returns the kebab-case URL namespace) and will be changed to return the class name in the next major version.