Skip to content

v10.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Dec 00:36
· 23 commits to main since this release

10.0.0 (2024-12-08)

Bug Fixes

BREAKING CHANGES

  • The library synchronization no longer sends individual
    messages for every entity of every entity type. Instead, a single batch
    message is produced for all entities, except for game asset entities
    (cover images, icons, and background images). This single message is a
    JSON payload of an array of all batched messages that would have
    otherwise been published. This array contains each message as a topic
    and a string payload. The payload may be parsed as JSON.