Skip to content

Releases: graphile-contrib/pg-omit-archived

v3.1.1

21 Jul 11:59
Compare
Choose a tag to compare

Fixed a bug in the new default override feature where INHERIT was not correctly defaulted to the new default.

v3.1.0

21 Jul 10:58
Compare
Choose a tag to compare

Added pgArchivedDefault setting so you can change the default from = NO to = YES should you so desire.

v3.0.0

11 Apr 10:41
Compare
Choose a tag to compare

Same as rc.8

v3.0.0-rc.7

02 Aug 16:38
Compare
Choose a tag to compare
v3.0.0-rc.7 Pre-release
Pre-release

Performance fix for archived relations (using exists subquery can lead to orders of magnitude faster execution)

v3.0.0-rc.6

26 Jul 13:39
Compare
Choose a tag to compare
v3.0.0-rc.6 Pre-release
Pre-release

Allow enabling for specific relations via smart tag (and fix bug in early implementation of this in rc.5).

v3.0.0-rc.4

19 Jul 13:32
Compare
Choose a tag to compare
v3.0.0-rc.4 Pre-release
Pre-release

Tweaks pgArchivedRelations to use a different argument name so that it can be combined with local archived fields.

v3.0.0-rc.3

14 Jul 12:49
Compare
Choose a tag to compare
v3.0.0-rc.3 Pre-release
Pre-release

Minor perf enhancement to pgArchivedRelations feature.

v3.0.0-rc.2

14 Jul 11:58
Compare
Choose a tag to compare
v3.0.0-rc.2 Pre-release
Pre-release

Adds the ability to filter related records (e.g. if you have forums.is_archived then posts can also have the includeArchived behaviour without having to denormalize the is_archived column) - use the pgArchivedRelations: true graphileBuildOption to opt-into this.

v3.0.0-rc.1

22 Feb 16:31
Compare
Choose a tag to compare
v3.0.0-rc.1 Pre-release
Pre-release

Add ability to do inverse checks: published_at / is_published opposite of archived_at / is_archived.

v3.0.0-rc.0

11 Feb 13:12
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release
  • TypeScript support
  • BREAKING: Requires Node v14+
  • BREAKING: Importing via CommonJS changed from require('@graphile-contrib/pg-omit-archived') to require('@graphile-contrib/pg-omit-archived').default