You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dropped data when syncing library (#658) (bbc40cc), closes #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.