Skip to content

Releases: BonnierNews/lu-pg-doc-store

4.0.0

10 May 10:23
c526d78
Compare
Choose a tag to compare
  • Add support for node 14
  • Drop support for node 8

v3.3.1

24 Jun 08:47
Compare
Choose a tag to compare

faster listVersions

v3.3.0

15 May 09:34
Compare
Choose a tag to compare

updated upsert & upsertWithForce

v3.2.2

14 May 08:54
Compare
Choose a tag to compare

Removed unnecessary type cast of parameters when querying entity created with id

GIN index on entity_version externalIds.

15 Mar 09:09
9144776
Compare
Choose a tag to compare
Merge pull request #18 from BonnierNews/external-id-idx

External id idx

find by relationships

18 Feb 09:56
43993e6
Compare
Choose a tag to compare
Merge pull request #17 from BonnierNews/feature/sidetracking-abit

Feature/sidetracking abit

v3.1.0

11 Jan 09:37
Compare
Choose a tag to compare

GIN index on entity_version relationships.

v3.0.1

11 Jan 09:27
Compare
Choose a tag to compare

Optimized query by relationship and externalIds

v3.0.0: Present and persist updatedAt and createdAt in meta (#16)

14 Dec 09:17
e10c79a
Compare
Choose a tag to compare

Changes to API: entity.meta.createdAt and entity.meta.updatedAt are overwritten on upset (with the correct values)
Changes to model: Use timestamptz instead of timestamp for time columns.

Clean version history + Allow external migrations

22 Oct 11:05
8ee336f
Compare
Choose a tag to compare

Cleans entity history by actually deleting all previous versions.
Migration schema can be defined in another module.