Releases: ueberdosis/hocuspocus
v2.15.2
v2.15.1
What's Changed
- Doc: add missing await in "Editing a document locally" example. by @blep in #888
- build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #886
- build(deps-dev): bump rollup from 2.79.0 to 2.79.2 by @dependabot in #887
- fix(server): pass
WebSocket
instead of Connection toapplyAwarenessUpdate
by @RubaXa in #882 - Transformer: move @tiptap/core to peerDependencies by @trulex in #865
- Fix links in extension list by @notpushkin in #891
- fix(comments): fix error where deletedComments yArray does not exist by @bdbch in #884
- adjust server global active connection counter to consider multiplexing by @0xb4lamx in #890
- fix: prevent 'afterUnloadDocument' being triggered immediately after onLoadDocument by @bencarletonn in #893
New Contributors
- @blep made their first contribution in #888
- @trulex made their first contribution in #865
- @notpushkin made their first contribution in #891
- @0xb4lamx made their first contribution in #890
- @bencarletonn made their first contribution in #893
Full Changelog: v2.15.0...v2.15.1
v2.15.1-rc.0
What's Changed
- Doc: add missing await in "Editing a document locally" example. by @blep in #888
- build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #886
- build(deps-dev): bump rollup from 2.79.0 to 2.79.2 by @dependabot in #887
- fix(server): pass
WebSocket
instead of Connection toapplyAwarenessUpdate
by @RubaXa in #882 - Transformer: move @tiptap/core to peerDependencies by @trulex in #865
- Fix links in extension list by @notpushkin in #891
- fix(comments): fix error where deletedComments yArray does not exist by @bdbch in #884
- adjust server global active connection counter to consider multiplexing by @0xb4lamx in #890
- fix: prevent 'afterUnloadDocument' being triggered immediately after onLoadDocument by @bencarletonn in #893
New Contributors
- @blep made their first contribution in #888
- @trulex made their first contribution in #865
- @notpushkin made their first contribution in #891
- @0xb4lamx made their first contribution in #890
- @bencarletonn made their first contribution in #893
Full Changelog: v2.15.0...v2.15.1-rc.0
v2.15.0
What's Changed
- fix JavaScript verifySignature example by @dehli in #873
- build(deps): bump uuid from 10.0.0 to 11.0.3 in /packages/extension-redis by @dependabot in #874
- build(deps): bump uuid from 10.0.0 to 11.0.3 in /packages/server by @dependabot in #875
- build(deps): bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in #869
- feature(provider): allow thread tombstoning and restoration by @bdbch in #885
New Contributors
Full Changelog: v2.14.0...v2.15.0
v2.14.0
What's Changed
- Add Poggio to sponsors list by @ConnorDoyle in #859
- build(deps): bump actions/cache from 4.1.0 to 4.1.1 by @dependabot in #864
- fix(provider): correct event handler binding for document updates and awareness by @RubaXa in #868
- feature(provider): implement comment tombstones for threads by @bdbch in #877
New Contributors
- @ConnorDoyle made their first contribution in #859
- @RubaXa made their first contribution in #868
Full Changelog: v2.13.7...v2.14.0
v2.13.7
What's Changed
- Prevent setTimeout buildup during frequent document updates by @entropi in #855
- build(deps): bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #862
- build(deps): bump express from 4.19.2 to 4.20.0 by @dependabot in #857
- build(deps): bump vite from 4.5.3 to 4.5.5 by @dependabot in #856
New Contributors
Full Changelog: v2.13.6...v2.13.7
v2.13.6
What's Changed
-
Prevent Database call applyUpdate twice by @shincurry in #849
-
allow passing websocket server options by @janthurau in #858
-
build(deps): bump axios from 1.6.2 to 1.7.4 by @dependabot in #852
-
build(deps): bump micromatch from 4.0.4 to 4.0.8 by @dependabot in #851
Full Changelog: v2.13.5...v2.13.6
v2.13.5
What's Changed
- redis memory leaks by @janthurau in #831
- makes the logger optional in the Document class by @janthurau in #841
- build(deps-dev): bump @types/uuid from 9.0.8 to 10.0.0 in /packages/server by @dependabot in #842
Full Changelog: v2.13.2...v2.13.5
v2.13.5-rc.0
What's Changed
- makes the logger optional in the Document class by @janthurau in #841
Full Changelog: v2.13.4-rc.0...v2.13.5-rc.0
v2.13.4-rc.0
fixes memory leaks when using extension-redis. The locking logic has been changed from "ignore if not acquired" to "error if not acquired" (because that means that the other instance has persisted to DB)
What's Changed
- redis memory leaks by @janthurau in #831
Full Changelog: v2.13.2...v2.13.4-rc.0