Skip to content

Releases: ueberdosis/hocuspocus

v1.0.0

18 Jan 14:58
v1.0.0
9c9984d
Compare
Choose a tag to compare

Hocuspocus v1.0.0 - public & stable release

v1.0.0-beta.7

11 Jan 21:35
v1.0.0-beta.7
c61af50
Compare
Choose a tag to compare

What's Changed

BC-BREAK: The hook onCreateDocument had been deprecated for a long time and has now been removed. Please replace it by onLoadDocument.

  • Draft: adds option to set configurable listen address, refs #461 by @janthurau in #462
  • Draft: Feature/docs & cleanups by @janthurau in #452
  • Handle errors caused by incorrect websocket close codes by @janthurau in #468
  • build(deps): bump uuid from 8.3.2 to 9.0.0 in /packages/extension-redis by @dependabot in #475
  • build(deps): bump @types/uuid from 8.3.4 to 9.0.0 in /packages/server by @dependabot in #473
  • build(deps): bump uuid from 8.3.2 to 9.0.0 in /packages/server by @dependabot in #477
  • build(deps-dev): bump autoprefixer from 9.8.8 to 10.4.13 in /packages/extension-monitor by @dependabot in #474
  • build(deps): bump axios from 0.27.2 to 1.2.2 in /packages/extension-webhook by @dependabot in #471
  • build(deps-dev): bump @fullhuman/postcss-purgecss from 3.1.3 to 5.0.0 in /packages/extension-monitor by @dependabot in #470
  • build(deps): bump tailwindcss-font-inter from 2.0.5 to 3.0.1 in /packages/extension-monitor by @dependabot in #478

Full Changelog: v1.0.0-beta.6...v1.0.0-beta.7

v1.0.0-beta.6

03 Dec 09:55
v1.0.0-beta.6
cb97fe6
Compare
Choose a tag to compare

What's Changed

  • Fixes onClose mutex issue if the document didnt have the connection anymore by @janthurau in #451

Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6

v1.0.0-beta.5

25 Nov 09:36
v1.0.0-beta.5
cf67105
Compare
Choose a tag to compare

What's Changed

  • fix: Crash when websocket receives out of bound characters pre-auth by @tommoor in #444

Full Changelog: v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4

07 Nov 19:38
v1.0.0-beta.4
dcd8ee1
Compare
Choose a tag to compare

Fixes #436: Server crashes when webhook onConnect fails(2020e5b)

Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3

03 Nov 17:09
v1.0.0-beta.3
feea649
Compare
Choose a tag to compare
  • Moves y* and prosemirror* to peerdependencies
  • Moves websocket error handling to the first possible place to avoid race conditions
  • Bumps a few dependencies

What's Changed

  • build(deps): bump actions/cache from 3.0.8 to 3.0.10 by @dependabot in #411
  • build(deps): bump @lifeomic/attempt from 3.0.2 to 3.0.3 by @dependabot in #413
  • build(deps): bump y-indexeddb from 9.0.7 to 9.0.9 by @dependabot in #414
  • build(deps-dev): bump @types/lodash.debounce from 4.0.6 to 4.0.7 by @dependabot in #415
  • build(deps-dev): bump vue-template-compiler from 2.6.14 to 2.7.10 by @dependabot in #416
  • build(deps): bump express from 4.17.3 to 4.18.2 by @dependabot in #419
  • build(deps-dev): bump @typescript-eslint/parser from 5.15.0 to 5.40.0 by @dependabot in #423
  • build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.26.0 by @dependabot in #422
  • build(deps): bump meow from 10.1.2 to 11.0.0 by @dependabot in #421
  • build(deps-dev): bump @rollup/plugin-json from 4.1.0 to 5.0.0 by @dependabot in #424
  • build(deps-dev): bump postcss from 8.4.12 to 8.4.18 by @dependabot in #427
  • build(deps): bump actions/cache from 3.0.10 to 3.0.11 by @dependabot in #426
  • Draft: Moves websocket error handling to the first possible place to avoid r… by @janthurau in #425
  • Draft: Moves prosemirror* and yjs* to peerDependencies by @janthurau in #420

Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2

28 Sep 16:41
Compare
Choose a tag to compare