Skip to content

Commit fc23b83

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.10.15 - graphile-presigned-url-plugin@0.2.0 - graphile-query@4.9.11 - graphile-schema@1.11.8 - graphile-search@1.5.7 - graphile-settings@4.18.6 - @constructive-io/graphql-codegen@4.28.1 - @constructive-io/graphql-explorer@4.10.11 - node-type-registry@0.9.0 - graphql-orm-test@0.4.15 - @constructive-io/playwright-test@2.9.11 - @constructive-io/graphql-query@3.12.12 - @constructive-io/graphql-react@4.9.12 - @constructive-io/graphql-server@4.15.11 - graphql-server-test@2.10.7 - @constructive-io/graphql-test@4.9.11 - @constructive-io/test-codegen-app@1.10.15 - @constructive-io/knative-job-service@2.9.11 - @constructive-io/cli@7.11.16 - introspectron@4.9.11 - @constructive-sdk/cli@0.12.16 - @constructive-io/node@0.8.16 - @constructive-io/react@0.10.16 - @constructive-io/sdk@0.12.16
1 parent d4465e3 commit fc23b83

49 files changed

Lines changed: 7615 additions & 2621 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.10.15](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.14...@constructive-io/examples-codegen-integration@1.10.15) (2026-04-01)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.10.14](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.10.13...@constructive-io/examples-codegen-integration@1.10.14) (2026-03-31)
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.10.14",
3+
"version": "1.10.15",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
# 0.2.0 (2026-04-01)
7+
8+
### Bug Fixes
9+
10+
- add explicit transaction management (BEGIN/COMMIT/ROLLBACK) + sanitize filename in Content-Disposition ([a17dec9](https://github.com/constructive-io/constructive/commit/a17dec99130b8bcfb2f7b945f1c9387c8d18fdac))
11+
- replace duck-typing with [@storage](https://github.com/storage)Files smart tag for downloadUrl detection ([b677569](https://github.com/constructive-io/constructive/commit/b6775696914a78646813c7a3a65b169e06e6779f))
12+
- Use jwt_private.current_database_id() instead of querying metaschema_public.database ([ebea118](https://github.com/constructive-io/constructive/commit/ebea1183c5061235b5c58293fa1b365b5d3fcb6c))
13+
14+
### Features
15+
16+
- add LRU bucket metadata cache to presigned-url-plugin ([c015745](https://github.com/constructive-io/constructive/commit/c015745a92439206e348517d9fe941ea7c7a7833))
17+
- graphile-presigned-url-plugin — requestUploadUrl, confirmUpload mutations + downloadUrl field ([7276344](https://github.com/constructive-io/constructive/commit/7276344a85273d7c99a92fc8addfcb782b76237d))

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.1.0",
3+
"version": "0.2.0",
44
"description": "Presigned URL upload plugin for PostGraphile v5 — requestUploadUrl, confirmUpload mutations 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.9.11](https://github.com/constructive-io/constructive/compare/graphile-query@4.9.10...graphile-query@4.9.11) (2026-04-01)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
## [4.9.10](https://github.com/constructive-io/constructive/compare/graphile-query@4.9.9...graphile-query@4.9.10) (2026-03-31)
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.9.10",
3+
"version": "4.9.11",
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.11.8](https://github.com/constructive-io/constructive/compare/graphile-schema@1.11.7...graphile-schema@1.11.8) (2026-04-01)
7+
8+
**Note:** Version bump only for package graphile-schema
9+
610
## [1.11.7](https://github.com/constructive-io/constructive/compare/graphile-schema@1.11.6...graphile-schema@1.11.7) (2026-03-31)
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.11.7",
3+
"version": "1.11.8",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
66
"main": "index.js",

graphile/graphile-search/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+
## [1.5.7](https://github.com/constructive-io/constructive/compare/graphile-search@1.5.6...graphile-search@1.5.7) (2026-04-01)
7+
8+
### Bug Fixes
9+
10+
- correct search ordering for pgvector, BM25, and trgm with LIMIT ([096f74c](https://github.com/constructive-io/constructive/commit/096f74ccad282e7aba6e2d05ce7e95c5e3ca9fd0))
11+
612
## [1.5.6](https://github.com/constructive-io/constructive/compare/graphile-search@1.5.5...graphile-search@1.5.6) (2026-03-31)
713

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

graphile/graphile-search/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-search",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "Unified PostGraphile v5 search plugin — abstracts tsvector, BM25, pg_trgm, and pgvector behind a single adapter-based architecture with composite searchScore",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)