Releases: graphile-contrib/pg-omit-archived
Releases · graphile-contrib/pg-omit-archived
v3.1.1
v3.1.0
v3.0.0
v3.0.0-rc.7
Performance fix for archived relations (using exists
subquery can lead to orders of magnitude faster execution)
v3.0.0-rc.6
Allow enabling for specific relations via smart tag (and fix bug in early implementation of this in rc.5).
v3.0.0-rc.4
Tweaks pgArchivedRelations to use a different argument name so that it can be combined with local archived fields.
v3.0.0-rc.3
Minor perf enhancement to pgArchivedRelations
feature.
v3.0.0-rc.2
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
Add ability to do inverse checks: published_at
/ is_published
opposite of archived_at
/ is_archived
.
v3.0.0-rc.0
- TypeScript support
- BREAKING: Requires Node v14+
- BREAKING: Importing via CommonJS changed from
require('@graphile-contrib/pg-omit-archived')
torequire('@graphile-contrib/pg-omit-archived').default