Skip to content

Commit 28734dd

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.12.4 - graphile-bucket-provisioner-plugin@0.4.0 - graphile-connection-filter@1.5.2 - graphile-llm@0.2.1 - graphile-postgis@2.11.3 - graphile-presigned-url-plugin@0.6.0 - graphile-query@4.11.3 - graphile-schema@1.13.3 - graphile-search@1.7.2 - graphile-settings@4.21.3 - graphile-test@4.9.1 - @constructive-io/graphql-codegen@4.30.4 - @constructive-io/graphql-env@3.6.1 - @constructive-io/graphql-explorer@4.12.3 - graphql-orm-test@0.6.4 - @constructive-io/playwright-test@2.11.4 - @constructive-io/graphql-query@3.14.3 - @constructive-io/graphql-react@4.11.3 - @constructive-io/graphql-server@4.18.4 - graphql-server-test@2.12.4 - @constructive-io/graphql-test@4.11.3 - @constructive-io/test-codegen-app@1.12.4 - @constructive-io/graphql-types@3.5.1 - @constructive-io/knative-job-service@2.11.4 - @constructive-io/knative-job-worker@2.9.1 - @constructive-io/cli@7.13.4 - pgpm@4.16.1 - @pgpmjs/core@6.12.1 - @pgpmjs/export@0.4.1 - drizzle-orm-test@2.9.1 - introspectron@4.11.3 - pg-codegen@4.9.1 - pgsql-client@3.9.1 - pgsql-seed@2.9.1 - pgsql-test@4.9.1 - supabase-test@2.9.1 - @constructive-sdk/cli@0.14.5 - @constructive-io/node@0.10.5 - @constructive-io/react@0.12.5 - @constructive-io/sdk@0.14.5 - @pgpmjs/migrate-client@0.5.1
1 parent b7d7d8c commit 28734dd

83 files changed

Lines changed: 7672 additions & 2623 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.12.4](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.12.3...@constructive-io/examples-codegen-integration@1.12.4) (2026-04-19)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.12.3](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.12.2...@constructive-io/examples-codegen-integration@1.12.3) (2026-04-18)
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.12.3",
3+
"version": "1.12.4",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/graphile-bucket-provisioner-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+
# [0.4.0](https://github.com/constructive-io/constructive/compare/graphile-bucket-provisioner-plugin@0.3.0...graphile-bucket-provisioner-plugin@0.4.0) (2026-04-19)
7+
8+
### Bug Fixes
9+
10+
- backward-compatible SQL queries for legacy schema (no membership_type column) ([348e408](https://github.com/constructive-io/constructive/commit/348e408ccac7444793dcd148a67b6490cf6dc9fd))
11+
- use SAVEPOINT for schema probe queries to avoid poisoning PG transactions ([3865697](https://github.com/constructive-io/constructive/commit/3865697ea7a0271f1e8a25963c071fb1ff3f9a92))
12+
13+
### Features
14+
15+
- multi-scope bucket resolution (Option C: bucketKey + ownerId) ([9968adf](https://github.com/constructive-io/constructive/commit/9968adf8dd53d41cca7875f4008b8992cc53cc82)), closes [#876](https://github.com/constructive-io/constructive/issues/876)
16+
617
# [0.3.0](https://github.com/constructive-io/constructive/compare/graphile-bucket-provisioner-plugin@0.2.1...graphile-bucket-provisioner-plugin@0.3.0) (2026-04-18)
718

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

graphile/graphile-bucket-provisioner-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-bucket-provisioner-plugin",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Bucket provisioning plugin for PostGraphile v5 — auto-provisions S3 buckets on bucket table mutations",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-connection-filter/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.5.2](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.5.1...graphile-connection-filter@1.5.2) (2026-04-19)
7+
8+
**Note:** Version bump only for package graphile-connection-filter
9+
610
## [1.5.1](https://github.com/constructive-io/constructive/compare/graphile-connection-filter@1.5.0...graphile-connection-filter@1.5.1) (2026-04-18)
711

812
### Bug Fixes

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.5.1",
3+
"version": "1.5.2",
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-llm/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+
## [0.2.1](https://github.com/constructive-io/constructive/compare/graphile-llm@0.2.0...graphile-llm@0.2.1) (2026-04-19)
7+
8+
**Note:** Version bump only for package graphile-llm
9+
610
# 0.2.0 (2026-04-19)
711

812
### Bug Fixes

graphile/graphile-llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-llm",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "LLM integration plugin for PostGraphile v5 — server-side text-to-vector embedding and text companion fields for pgvector columns",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

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.11.3](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.11.2...graphile-postgis@2.11.3) (2026-04-19)
7+
8+
**Note:** Version bump only for package graphile-postgis
9+
610
## [2.11.2](https://github.com/constructive-io/constructive/compare/graphile-postgis@2.11.1...graphile-postgis@2.11.2) (2026-04-18)
711

812
### Bug Fixes

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.11.2",
3+
"version": "2.11.3",
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)