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.