Skip to content

Releases: share/sharedb

v5.0.4

27 Aug 17:05
Compare
Choose a tag to compare

v5.0.3

30 Jul 16:13
Compare
Choose a tag to compare

v5.0.2

12 Jun 09:09
Compare
Choose a tag to compare

v5.0.1

28 May 16:41
Compare
Choose a tag to compare

v5.0.0

17 May 11:05
Compare
Choose a tag to compare
  • BREAKING: Drop Node.js v16 support
  • #652 — Allow deleting ops in MemoryDb

v4.1.5

15 May 07:10
Compare
Choose a tag to compare
  • #651 — Avoid mutating milestone snapshots when building from ops

v4.1.4

02 Apr 17:13
Compare
Choose a tag to compare
  • #647, #649 — Prefer MessageChannel polyfill of nextTick() over setTimeout() if no process available
  • #648 — allow use of inherits polyfill if util missing

v4.1.3

28 Mar 08:04
Compare
Choose a tag to compare
  • #645 — Fix Presence.destroy() race condition

v4.1.2

05 Dec 18:29
Compare
Choose a tag to compare
  • #635 — Guard against prototype pollution (@ericyhwang)
    • Fixes issue where specially formatted ops could cause a ShareDB server process to stop responding or crash.
    • Thanks to Evan Johnson (@evanj2357) for reporting the vulnerability!
  • #634 — Prevent caching bad presence values on the server

v4.1.1

17 Oct 16:10
Compare
Choose a tag to compare
  • #631 — Remove internal presence.subscribe() force option