Skip to content

Commit 28b0b23

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.18.6 - graphile-presigned-url-plugin@0.18.0 - graphile-query@4.17.4 - graphile-schema@1.19.4 - graphile-settings@5.0.0 - @constructive-io/graphql-codegen@4.40.6 - @constructive-io/graphql-explorer@4.18.4 - graphql-orm-test@0.13.6 - @constructive-io/playwright-test@2.17.6 - @constructive-io/graphql-query@3.23.4 - @constructive-io/graphql-react@4.17.6 - @constructive-io/graphql-server@4.30.0 - graphql-server-test@2.21.6 - @constructive-io/graphql-test@4.18.6 - @constructive-io/test-codegen-app@1.18.6 - @constructive-io/knative-job-service@2.17.4 - @constructive-io/cli@7.20.6 - pgpm@4.23.6 - @pgpmjs/export@0.14.0 - introspectron@4.17.6 - @constructive-sdk/cli@0.21.6 - @constructive-io/react@0.19.6 - @constructive-io/sdk@0.21.6 - @pgpmjs/migrate-client@0.12.5
1 parent 03486de commit 28b0b23

49 files changed

Lines changed: 7635 additions & 2615 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.18.6](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.18.5...@constructive-io/examples-codegen-integration@1.18.6) (2026-05-13)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.18.5](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.18.4...@constructive-io/examples-codegen-integration@1.18.5) (2026-05-12)
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.18.5",
3+
"version": "1.18.6",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/graphile-presigned-url-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.18.0](https://github.com/constructive-io/constructive/compare/graphile-presigned-url-plugin@0.17.1...graphile-presigned-url-plugin@0.18.0) (2026-05-13)
7+
8+
### Bug Fixes
9+
10+
- scope BucketNameResolver to (databaseId, bucketKey) ([304d201](https://github.com/constructive-io/constructive/commit/304d201a03bd5fcc059566c373ccf6465b134489))
11+
12+
### BREAKING CHANGES
13+
14+
- custom resolveBucketName callbacks must now accept
15+
(databaseId: string, bucketKey: string) instead of (databaseId: string).
16+
617
## [0.17.1](https://github.com/constructive-io/constructive/compare/graphile-presigned-url-plugin@0.17.0...graphile-presigned-url-plugin@0.17.1) (2026-05-11)
718

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

graphile/graphile-presigned-url-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-presigned-url-plugin",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
44
"description": "Presigned URL upload plugin for PostGraphile v5 — requestUploadUrl mutation and downloadUrl computed field",
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.17.4](https://github.com/constructive-io/constructive/compare/graphile-query@4.17.3...graphile-query@4.17.4) (2026-05-13)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
## [4.17.3](https://github.com/constructive-io/constructive/compare/graphile-query@4.17.2...graphile-query@4.17.3) (2026-05-12)
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.17.3",
3+
"version": "4.17.4",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Execute GraphQL queries against PostGraphile v5 schemas",
66
"main": "index.js",

graphile/graphile-schema/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.19.4](https://github.com/constructive-io/constructive/compare/graphile-schema@1.19.3...graphile-schema@1.19.4) (2026-05-13)
7+
8+
**Note:** Version bump only for package graphile-schema
9+
610
## [1.19.3](https://github.com/constructive-io/constructive/compare/graphile-schema@1.19.2...graphile-schema@1.19.3) (2026-05-12)
711

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

graphile/graphile-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-schema",
3-
"version": "1.19.3",
3+
"version": "1.19.4",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
66
"main": "index.js",

graphile/graphile-settings/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
# [5.0.0](https://github.com/constructive-io/constructive/compare/graphile-settings@4.33.2...graphile-settings@5.0.0) (2026-05-13)
7+
8+
### Bug Fixes
9+
10+
- scope BucketNameResolver to (databaseId, bucketKey) ([304d201](https://github.com/constructive-io/constructive/commit/304d201a03bd5fcc059566c373ccf6465b134489))
11+
12+
### Features
13+
14+
- wire enable_bulk database setting into GraphQL server and graphile-settings ([d5ab604](https://github.com/constructive-io/constructive/commit/d5ab604955912f8c70a88bd9b9fe32b8f24c7981))
15+
16+
### BREAKING CHANGES
17+
18+
- custom resolveBucketName callbacks must now accept
19+
(databaseId: string, bucketKey: string) instead of (databaseId: string).
20+
621
## [4.33.2](https://github.com/constructive-io/constructive/compare/graphile-settings@4.33.1...graphile-settings@4.33.2) (2026-05-12)
722

823
**Note:** Version bump only for package graphile-settings

graphile/graphile-settings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-settings",
3-
"version": "4.33.2",
3+
"version": "5.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "graphile settings",
66
"main": "index.js",
@@ -47,9 +47,9 @@
4747
"grafast": "1.0.0",
4848
"grafserv": "1.0.0",
4949
"graphile-bucket-provisioner-plugin": "workspace:*",
50-
"graphile-bulk-mutations": "workspace:^",
5150
"graphile-build": "5.0.0",
5251
"graphile-build-pg": "5.0.0",
52+
"graphile-bulk-mutations": "workspace:^",
5353
"graphile-config": "1.0.0",
5454
"graphile-connection-filter": "workspace:^",
5555
"graphile-ltree": "workspace:^",

0 commit comments

Comments
 (0)