Releases: share/sharedb
Releases · share/sharedb
Release list
v6.0.0
- Drop Node.js v20 from test matrix; add v26
- #709 — Fix fetching snapshot by timestamp if timestamp after current, and ops have been TTLed (@alecgibson)
v5.2.2
- #695 — Fix
hasOwn()for browsers missing this function (@welkinwong )
v5.2.1
- #693 — Hard rollback error for Presence (@dawidreedsy)
v5.2.0
- #691 — Remove redundant
typeunset (@dawidreedsy) - #692 — Allow detection of op submission during a hard rollback (@dawidreedsy)
v5.1.1
- #686 — Fix
closedcheck when handlingquerySubscribe()(@alecgibson)
v5.1.0
- #682 — Optionally skip committing no-ops to the database with
new Backend({doNotCommitNoOps: true})(@alecgibson)
v5.0.4
- #679 — Presence broadcast performance improvement (@alecgibson)
v5.0.3
- #671 — Fix inflight/pending callback execution order (@benjismith)
v5.0.2
- #660 — Fix error handling in
_fetchCreateOpVersion()(@alecgibson) - #662 #663 #664 - Various test stability fixes
v5.0.1
- #659 (@alecgibson) — Add
_createmetadata field to snapshots to avoidgetCommittedOpVersion(): should result in slightly improved performance for certain edge cases, and potentially allows disabling thesrc/seq/vindex insharedb-mongo@4.2.0