Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [10.0.0](v9.5.0...v10.0.0) (2024-12-08) ### Bug Fixes * dropped data when syncing library ([#658](#658)) ([bbc40cc](bbc40cc)), closes [#657](#657) ### 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.
- Loading branch information