Skip to content

Commit 1c9efe4

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.3.1 - graphile-pg-textsearch-plugin@1.1.0 - graphile-pgvector-plugin@1.3.0 - graphile-plugin-connection-filter-postgis@2.3.1 - graphile-postgis@2.3.1 - graphile-query@4.3.1 - graphile-schema@1.3.1 - graphile-search-plugin@3.3.1 - graphile-settings@4.6.0 - graphile-test@4.3.1 - @constructive-io/graphql-codegen@4.7.1 - @constructive-io/graphql-env@3.2.2 - @constructive-io/graphql-explorer@4.3.1 - @constructive-io/playwright-test@2.3.1 - @constructive-io/graphql-query@3.3.1 - @constructive-io/graphql-react@4.3.1 - @constructive-io/graphql-server@4.5.1 - graphql-server-test@2.3.1 - @constructive-io/graphql-test@4.3.1 - @constructive-io/test-codegen-app@1.3.1 - @constructive-io/graphql-types@3.1.2 - @constructive-io/knative-job-service@2.3.1 - @constructive-io/knative-job-worker@2.3.1 - @constructive-io/cli@7.3.1 - csv-to-pg@3.8.1 - pgpm@4.3.1 - @pgpmjs/core@6.4.1 - drizzle-orm-test@2.3.1 - introspectron@4.3.1 - pg-codegen@4.3.1 - pgsql-client@3.3.1 - pgsql-seed@2.3.1 - pgsql-test@4.3.1 - supabase-test@2.3.1 - @constructive-io/node@0.1.1 - @constructive-io/react@0.2.1 - @constructive-io/sdk@0.2.2
1 parent ef6b824 commit 1c9efe4

75 files changed

Lines changed: 7719 additions & 2640 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.3.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.3.0...@constructive-io/examples-codegen-integration@1.3.1) (2026-03-03)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
# [1.3.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.2.9...@constructive-io/examples-codegen-integration@1.3.0) (2026-03-01)
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.3.0",
3+
"version": "1.3.1",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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-03)
7+
8+
### Bug Fixes
9+
10+
- remove global bm25Matches filter operator on StringFilter to avoid snapshot breakage ([c0cc510](https://github.com/constructive-io/constructive/commit/c0cc510f88aca5d99f5278d9ea4f37f9979f24e6))
11+
12+
### Features
13+
14+
- **graphile-pg-textsearch-plugin:** auto-discover BM25 indexes with condition, score, orderBy, and filter ([aeacf87](https://github.com/constructive-io/constructive/commit/aeacf876b4457c4cb0aa206e3321447fc92f68f2))

graphile/graphile-pg-textsearch-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-pg-textsearch-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "PostGraphile v5 plugin for pg_textsearch BM25 ranked full-text search — auto-discovers BM25 indexes and adds search condition, score, orderBy, and filter fields",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-pgvector-plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.3.0](https://github.com/constructive-io/constructive/compare/graphile-pgvector-plugin@1.2.0...graphile-pgvector-plugin@1.3.0) (2026-03-03)
7+
8+
### Bug Fixes
9+
10+
- resolve duplicate VectorMetric enum type and remove global closeTo filter operator ([7c76a19](https://github.com/constructive-io/constructive/commit/7c76a1932e28c3a331b5e460d854ad12f18ba45d))
11+
- **vector-search:** fix composability test to use distance threshold instead of content condition ([dc48e4c](https://github.com/constructive-io/constructive/commit/dc48e4cbf791a48110150a8fe7baeca904f38bfa))
12+
13+
### Features
14+
15+
- **graphile-pgvector-plugin:** auto-discover vector columns with condition, distance, orderBy, and filter ([c621427](https://github.com/constructive-io/constructive/commit/c6214276d1ef8f34afd451af2e90e1e7a3229600))
16+
617
# [1.2.0](https://github.com/constructive-io/constructive/compare/graphile-pgvector-plugin@1.1.0...graphile-pgvector-plugin@1.2.0) (2026-03-01)
718

819
**Note:** Version bump only for package graphile-pgvector-plugin

graphile/graphile-pgvector-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-pgvector-plugin",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "PostGraphile v5 codec plugin for pgvector — makes vector columns, mutations, and functions work automatically",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-plugin-connection-filter-postgis/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+
## [2.3.1](https://github.com/constructive-io/constructive/compare/graphile-plugin-connection-filter-postgis@2.3.0...graphile-plugin-connection-filter-postgis@2.3.1) (2026-03-03)
7+
8+
**Note:** Version bump only for package graphile-plugin-connection-filter-postgis
9+
610
# [2.3.0](https://github.com/constructive-io/constructive/compare/graphile-plugin-connection-filter-postgis@2.2.4...graphile-plugin-connection-filter-postgis@2.3.0) (2026-03-01)
711

812
**Note:** Version bump only for package graphile-plugin-connection-filter-postgis

graphile/graphile-plugin-connection-filter-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-plugin-connection-filter-postgis",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGIS operators for postgraphile-plugin-connection-filter (PostGraphile v5)",
66
"main": "index.js",

graphile/graphile-postgis/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+
## [2.3.1](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.3.0...graphile-postgis@2.3.1) (2026-03-03)
7+
8+
**Note:** Version bump only for package graphile-postgis
9+
610
# [2.3.0](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.2.4...graphile-postgis@2.3.0) (2026-03-01)
711

812
**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.3.0",
3+
"version": "2.3.1",
44
"description": "PostGIS support for PostGraphile v5",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)