Skip to content

Releases: ueberdosis/hocuspocus

v2.8.1

21 Nov 20:13
v2.8.1
8be3c34
Compare
Choose a tag to compare

What's Changed

  • graceful shutdown: fixes promise issues by @janthurau in #750
  • Raised peer versions for @tiptap and yjs-related packages to be compatible with latest tiptap versions

Full Changelog: v2.8.0...v2.8.1

v2.8.0

15 Nov 19:57
v2.8.0
388abc0
Compare
Choose a tag to compare

We've added graceful shutdown (#747). By default, Hocuspocus will listen for SIGINT, SIGTERM and SIGQUIT, and react accordingly (save all documents & shutdown). If you don't want that, you can turn it off by passing stopOnSignals:false to Hocuspocus.

What's Changed

New Contributors

Full Changelog: v2.7.1...v2.8.0

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