Are there any risks to upgrading the Y.js version? I assume every version being a patch version means it’s fine, but I want to make sure. I have a client and server both running a pretty old version.
I assume Yjs follows semver, so all non-major version upgrades will be backwards-compatible.
For major version upgrades, you may want to consult the release notes, although not all major-version releases clearly state the breaking changes.
The changelog for old versions <13.0.0
was removed, but they can be viewed in the commit diff. Changes after v13 are document in GitHub releases.
1 Like