Skip to content

Releases: ueberdosis/hocuspocus

v2.7.1

19 Oct 19:43
v2.7.1
a82efaf
Compare
Choose a tag to compare

What's Changed

  • fixes #730: extension-redis: This reverts an unintended breaking change causing hocuspocus instances to call onStoreDocument hooks even if the update was received on another instance: #733. This could create issues in certain situations if you are relying on the context.

Full Changelog: v2.7.0...v2.7.1

v2.7.0

16 Oct 20:35
v2.7.0
015ee5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.1...v2.7.0

v2.6.1

05 Oct 07:15
v2.6.1
f584cb7
Compare
Choose a tag to compare

What's Changed

  • fix: add documentName into broadcast message by @xcfox in #713

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

04 Oct 17:54
v2.6.0
46bcb7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

06 Sep 17:10
v2.5.0
740da34
Compare
Choose a tag to compare

Possible breaking change: extension-redis will now use channels instead of redis patterns, so if you are manually subscribing to redis messages, make sure to check out the changes (related PR)

What's Changed

  • make immediate unload optional by @georeith in #683
  • attach ydoc origin to onChange, onStoreDocument payloads by @janthurau in #688
  • Reset last message received when creating new socket by @TalhaASiddiqi in #689
  • extension-redis: Subscribe to channels instead of patterns by @EugeneZ in #679
  • extension-redis: fixes a bug that caused document updates to cause another sync by @janthurau in #696

Documentation / Misc:

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

17 Aug 20:45
v2.4.0
6fe902a
Compare
Choose a tag to compare

Possible breaking change: With this release, a failed auth won't anymore terminate the connection (and thus not call onClose) but just trigger onAuthenticateFailed.

What's Changed

New Contributors

  • @lode made their first contribution in #681

Full Changelog: v2.3.1...v2.4.0

v2.4.0-rc.1

12 Aug 19:28
v2.4.0-rc.1
f406003
Compare
Choose a tag to compare
v2.4.0-rc.1 Pre-release
Pre-release

Breaking change: With this release, a failed auth won't anymore terminate the connection (and thus not call onClose) but just trigger onAuthenticateFailed.

What's Changed

Full Changelog: v2.3.1...v2.4.0-rc.1

v2.3.1

01 Aug 18:18
v2.3.1
4160dd7
Compare
Choose a tag to compare

What's Changed

  • Force-Close the websocket state after trying to gracefully close the websocket twice, refs #661 by @janthurau in #665

Full Changelog: v2.3.0...v2.3.1

v2.3.0

31 Jul 17:46
v2.3.0
e230ea5
Compare
Choose a tag to compare

This adds an improved way of figuring out if the document is fully synced with the server.

WARNING: You should update @hocuspocus/server before upgrading the client. "hasUnsyncedChanges" of @hocuspocus/provider 2.3.0 is NOT compatible with @hocuspocus/server <2.3.0. If you upgrade the server while running provider <2.2.3, the provider will show errors in the browser, which can be safely ignored. If you dont want to see errors, upgrade the provider to v2.2.3 first, then upgrade the server to 2.3.0, and then upgrade the provider again. Or just upgrade everything simultaneously to 2.3.0.

What's Changed

New Contributors

Full Changelog: v2.2.3...v2.3.0

v2.2.3

14 Jul 20:24
v2.2.3
d5cf421
Compare
Choose a tag to compare

This is a forward-compatibility release, making @hocuspocus/provider compatible with the upcoming @hocuspocus/server v2.3.0

Full Changelog: v2.2.2...v2.2.3