Skip to content

Releases: share/sharedb-postgres

v6.0.0

23 Jun 09:06

Choose a tag to compare

  • Drop Node.js v16 v18, v20 from test matrix, add v22, v24, v26
  • Drop Postgres v13 from test matrix, add v17, v18
  • Allow sharedb@6 as a dependency

v5.0.1

18 Oct 09:40

Choose a tag to compare

  • #25 — Fix snapshot commit metadata on conflict (@cuihom)

v5.0.0

25 Jun 16:21

Choose a tag to compare

This release brings sharedb-postgres up to spec with the official ShareDB database driver test suite. More details can be found in #24 (@alecgibson)

Migration from v4

The following SQL will need to be run to migrate an existing database:

ALTER TABLE snapshots
  ALTER column doc_type
  DROP NOT NULL;

ALTER TABLE snapshots
  ALTER column data
  DROP NOT NULL;

ALTER TABLE snapshots
  ADD metadata jsonb;

v4.1.0

12 Jun 09:23

Choose a tag to compare

  • #14 — Merge fork back into this library. Thanks for all the work @zbryikt !
  • #23 — Add support for recent sharedb versions