Skip to content

Commit 1ade5f1

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.6.0 - @constructive-io/send-email-link-fn@2.5.0 - graphile-connection-filter@1.1.0 - graphile-postgis@2.6.0 - graphile-query@4.6.0 - graphile-schema@1.6.0 - graphile-search@1.1.0 - graphile-settings@4.9.0 - @constructive-io/graphql-codegen@4.14.0 - @constructive-io/graphql-explorer@4.6.0 - @constructive-io/playwright-test@2.6.0 - @constructive-io/graphql-query@3.6.0 - @constructive-io/graphql-react@4.6.0 - @constructive-io/graphql-server@4.9.0 - graphql-server-test@2.6.0 - @constructive-io/graphql-test@4.6.0 - @constructive-io/test-codegen-app@1.6.0 - @constructive-io/knative-job-service@2.6.0 - @constructive-io/cli@7.7.0 - introspectron@4.6.0 - @constructive-sdk/cli@0.8.0 - @constructive-io/node@0.4.0 - @constructive-io/react@0.6.0 - @constructive-io/sdk@0.7.0
1 parent 676deeb commit 1ade5f1

49 files changed

Lines changed: 7587 additions & 2573 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/codegen-integration/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.5.4...@constructive-io/examples-codegen-integration@1.6.0) (2026-03-14)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.5.4](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.5.3...@constructive-io/examples-codegen-integration@1.5.4) (2026-03-13)
711

812
**Note:** Version bump only for package @constructive-io/examples-codegen-integration

examples/codegen-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/examples-codegen-integration",
3-
"version": "1.5.4",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

functions/send-email-link/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.5.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.4.2...@constructive-io/send-email-link-fn@2.5.0) (2026-03-14)
7+
8+
### Bug Fixes
9+
10+
- migrate remaining condition queries to filter, register filterBy behavior for pgCodecRelation, update schema snapshot with relation filter types ([5207254](https://github.com/constructive-io/constructive/commit/5207254ad96ec30100e93f6268137eaede1e4387))
11+
- update send-email-link GraphQL queries filter→where argument ([971b7ed](https://github.com/constructive-io/constructive/commit/971b7edda82341db26ecf57de90bde44f115c172))
12+
613
## [2.4.2](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.4.1...@constructive-io/send-email-link-fn@2.4.2) (2026-03-12)
714

815
**Note:** Version bump only for package @constructive-io/send-email-link-fn

functions/send-email-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/send-email-link-fn",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "Knative function to send email links (invite, password reset, email verification) using Constructive jobs",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2026-03-14)
7+
8+
### Bug Fixes
9+
10+
- add CREATE SCHEMA to seed SQL, make logical operators check runtime option ([5e8da67](https://github.com/constructive-io/constructive/commit/5e8da6706563044d98c4f5789fcd84f5a9e039ce))
11+
- always include relation plugins, check connectionFilterRelations at runtime ([b4ff740](https://github.com/constructive-io/constructive/commit/b4ff740642a90a342fe4f06476ef9828c84dcf38))
12+
- correct assertion for multiple operators on same field test (49.99 < 50) ([9691fa5](https://github.com/constructive-io/constructive/commit/9691fa5d62d1ea4f9779d8c5d70950cdaf99baca))
13+
- migrate remaining condition queries to filter, register filterBy behavior for pgCodecRelation, update schema snapshot with relation filter types ([5207254](https://github.com/constructive-io/constructive/commit/5207254ad96ec30100e93f6268137eaede1e4387))
14+
- remove connectionFilterAllowEmptyObjectInput option, handle empty filter at applyPlan level ([f21d0f0](https://github.com/constructive-io/constructive/commit/f21d0f0d536f1c7aefaed177820368d8b4b9e35c))
15+
- update test imports and description quotes for graphile-connection-filter ([b2e07e9](https://github.com/constructive-io/constructive/commit/b2e07e9d972e76ce442ee01c223f48d777124d24))
16+
- use filterFieldType instead of filterType in addConnectionFilterOperator ([eac0208](https://github.com/constructive-io/constructive/commit/eac02082d64f8bf10f65bdf892e3983ca7bff7e1))
17+
18+
### Features
19+
20+
- add ConnectionFilterComputedAttributesPlugin for feature parity ([b1ca75d](https://github.com/constructive-io/constructive/commit/b1ca75d65fd4dc2d201f57ad48e47e1ac95fb203))
21+
- add connectionFilterRelationsRequireIndex option ([58c638a](https://github.com/constructive-io/constructive/commit/58c638aeab0d4e30a450d1a3149a61ab0d258c7b))
22+
- add dedicated test suite for graphile-connection-filter ([d5e48ee](https://github.com/constructive-io/constructive/commit/d5e48eebf722edadb4faebdc30b46c6d4c45127e))
23+
- add optional relation filter plugins (forward + backward) with toggle ([e8af929](https://github.com/constructive-io/constructive/commit/e8af929b2e9c636758710213c958c2f336154c7b))
24+
- add runtime tests for array filters, declarative operator factory, negation string ops, and edge cases ([bb57932](https://github.com/constructive-io/constructive/commit/bb5793283a95525b6deca7a6a5d8ce9afd0edca5))
25+
- add v5-native graphile-connection-filter plugin ([616dee9](https://github.com/constructive-io/constructive/commit/616dee9a42ac4730e3f9f59ad9612bc223770819))
26+
- rename filter argument to where (configurable via connectionFilterArgumentName) ([10b4fc6](https://github.com/constructive-io/constructive/commit/10b4fc6360774cd79fa936d442dfef4fa9e5f252))
27+
- replace imperative addConnectionFilterOperator with declarative connectionFilterOperatorFactories ([bc8fda5](https://github.com/constructive-io/constructive/commit/bc8fda5cafb6a778f4e2e62082d03a97c688afb6))
28+
- tighten TypeScript types in satellite filter plugins ([72ac8fe](https://github.com/constructive-io/constructive/commit/72ac8fe65a9e6462f40e342eb88d0147c6ffe775))

graphile/graphile-connection-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-connection-filter",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "PostGraphile v5 native connection filter plugin - adds advanced filtering to connections",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-postgis/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.6.0](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.5.2...graphile-postgis@2.6.0) (2026-03-14)
7+
8+
### Features
9+
10+
- consolidate graphile-plugin-connection-filter-postgis into graphile-postgis ([b59919a](https://github.com/constructive-io/constructive/commit/b59919a14b0330c3fdf0fbde10bad9e912e8ec8f))
11+
612
## [2.5.2](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.5.1...graphile-postgis@2.5.2) (2026-03-12)
713

814
**Note:** Version bump only for package graphile-postgis

graphile/graphile-postgis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-postgis",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"description": "PostGIS support for PostGraphile v5",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-query/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.6.0](https://github.com/constructive-io/constructive/compare/graphile-query@4.5.4...graphile-query@4.6.0) (2026-03-14)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
## [4.5.4](https://github.com/constructive-io/constructive/compare/graphile-query@4.5.3...graphile-query@4.5.4) (2026-03-13)
711

812
**Note:** Version bump only for package graphile-query

graphile/graphile-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-query",
3-
"version": "4.5.4",
3+
"version": "4.6.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Execute GraphQL queries against PostGraphile v5 schemas",
66
"main": "index.js",

0 commit comments

Comments
 (0)