Skip to content

Releases: ueberdosis/hocuspocus

v2.9.2-rc.0

22 Jan 19:54
v2.9.2-rc.0
f2db843

Choose a tag to compare

v2.9.2-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.9.1-rc.0...v2.9.2-rc.0

v2.9.1-rc.0

18 Jan 19:46
v2.9.1-rc.0
a4fd439

Choose a tag to compare

v2.9.1-rc.0 Pre-release
Pre-release

What's Changed

  • Compatibility with TiptapCollab on-premise
  • build(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #774
  • Fix import paths for Node16 resolution by @Moiman in #775

New Contributors

Full Changelog: v2.9.0...v2.9.1-rc.0

2.9.0

04 Jan 13:19
v2.9.0
43cd9ae

Choose a tag to compare

WARNING: This release changes the behaviour of onStoreDocument: If there is no unsaved change, it won't be called anymore when the last user disconnects

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

21 Nov 20:13
v2.8.1
8be3c34

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

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

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

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

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

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

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