Skip to content

v2.13.0

Compare
Choose a tag to compare
@janthurau janthurau released this 18 May 10:38
· 34 commits to main since this release
v2.13.0
2dd3871

Bugfix which causes behaviour change: When two clients simultaneously request a document, before this change, the 2nd client would immediately sync with an empty ydoc and potentially sync with the database afterwards. The first client would wait until the document loaded from the DB and only then sync. With this version, both clients will wait for the document to finish loading, and only then sync.

What's Changed

  • Wait for createDocument to be loaded for subsequent createConnections by @jordangarcia in #822

New Contributors

Full Changelog: v2.12.3...v2.13.0