diff --git a/.changeset/afraid-baboons-hunt.md b/.changeset/afraid-baboons-hunt.md deleted file mode 100644 index a5b143fd2d..0000000000 --- a/.changeset/afraid-baboons-hunt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@dataplan/pg": patch ---- - -Export `PgRootStep` interface, and improve said interface to support -`placeholder` of a `PgTypedStep` (with no codec necessary). diff --git a/.changeset/chatty-actors-scream.md b/.changeset/chatty-actors-scream.md deleted file mode 100644 index d71354833f..0000000000 --- a/.changeset/chatty-actors-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphile-build-pg": patch ---- - -Re-export `sql` and `SQL` from `graphile-build-pg`. diff --git a/.changeset/fresh-needles-smile.md b/.changeset/fresh-needles-smile.md deleted file mode 100644 index 0c40e22751..0000000000 --- a/.changeset/fresh-needles-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"postgraphile": patch ---- - -V4 preset now adds build.pgSql (=build.sql) for back compat diff --git a/.changeset/nine-geese-grab.md b/.changeset/nine-geese-grab.md deleted file mode 100644 index 6cb8696e2f..0000000000 --- a/.changeset/nine-geese-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"graphile-config": patch ---- - -Move some type dependencies to dev dependencies diff --git a/.changeset/optimize-acl-role-lookups.md b/.changeset/optimize-acl-role-lookups.md deleted file mode 100644 index ce00751863..0000000000 --- a/.changeset/optimize-acl-role-lookups.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"pg-introspection": patch -"postgraphile": patch ---- - -Optimize ACL role lookups, significantly improving performance for schemas with -many roles (reported 11,000 roles goes from 20+ minutes to 5 seconds!) diff --git a/.changeset/plenty-loops-stand.md b/.changeset/plenty-loops-stand.md deleted file mode 100644 index 7e39057152..0000000000 --- a/.changeset/plenty-loops-stand.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"graphile-export": patch ---- - -Fallback to `require('eslint')` if `import('eslint')` fails for compat with -non-ESM Jest usage diff --git a/.changeset/purple-icons-brake.md b/.changeset/purple-icons-brake.md deleted file mode 100644 index b7a9dd24c2..0000000000 --- a/.changeset/purple-icons-brake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pg-introspection": patch -"postgraphile": patch ---- - -Further enhance performance of pgIntrospection through precomputed lookups. diff --git a/.changeset/quick-lights-fetch.md b/.changeset/quick-lights-fetch.md deleted file mode 100644 index 3e80ce1011..0000000000 --- a/.changeset/quick-lights-fetch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"graphile-utils": patch -"pg-sql2": patch -"postgraphile": patch ---- - -Restore `sql.TRUE`, `sql.FALSE` and `sql.NULL` from v4 of pg-sql2. diff --git a/grafast/dataplan-pg/CHANGELOG.md b/grafast/dataplan-pg/CHANGELOG.md index 3a634c7b69..d09eabd375 100644 --- a/grafast/dataplan-pg/CHANGELOG.md +++ b/grafast/dataplan-pg/CHANGELOG.md @@ -1,5 +1,18 @@ # @dataplan/pg +## 1.0.1 + +### Patch Changes + +- [#2984](https://github.com/graphile/crystal/pull/2984) + [`be429b8`](https://github.com/graphile/crystal/commit/be429b8d2ce7e9923af076cb89d8483fa44e6ae0) + Thanks [@benjie](https://github.com/benjie)! - Export `PgRootStep` interface, + and improve said interface to support `placeholder` of a `PgTypedStep` (with + no codec necessary). +- Updated dependencies + [[`dda2e78`](https://github.com/graphile/crystal/commit/dda2e7897e69681b326baed5e15d047b6393e314)]: + - pg-sql2@5.0.1 + ## 1.0.0 Identical to 1.0.0-rc.8. diff --git a/grafast/dataplan-pg/package.json b/grafast/dataplan-pg/package.json index f69bc0d49f..5ab7774fea 100644 --- a/grafast/dataplan-pg/package.json +++ b/grafast/dataplan-pg/package.json @@ -1,6 +1,6 @@ { "name": "@dataplan/pg", - "version": "1.0.0", + "version": "1.0.1", "description": "PostgreSQL step classes for Grafast", "type": "commonjs", "main": "dist/index.js", diff --git a/grafast/dataplan-pg/src/version.ts b/grafast/dataplan-pg/src/version.ts index 8491c7a473..c02c330abf 100644 --- a/grafast/dataplan-pg/src/version.ts +++ b/grafast/dataplan-pg/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "1.0.0"; +export const version = "1.0.1"; diff --git a/graphile-build/graphile-build-pg/CHANGELOG.md b/graphile-build/graphile-build-pg/CHANGELOG.md index b44b73a6f3..8765926128 100644 --- a/graphile-build/graphile-build-pg/CHANGELOG.md +++ b/graphile-build/graphile-build-pg/CHANGELOG.md @@ -1,5 +1,23 @@ # graphile-build-pg +## 5.0.1 + +### Patch Changes + +- [#2984](https://github.com/graphile/crystal/pull/2984) + [`4555428`](https://github.com/graphile/crystal/commit/45554280b59d955e4e1e2a589d1f87717f4e48a0) + Thanks [@benjie](https://github.com/benjie)! - Re-export `sql` and `SQL` from + `graphile-build-pg`. + +- Updated dependencies + [[`92106c3`](https://github.com/graphile/crystal/commit/92106c3b8e8ef34e68c52503dc22d13d30d85a9e), + [`86aab72`](https://github.com/graphile/crystal/commit/86aab720d5f963fe1f41845a465e7684097df09d), + [`23c5c6e`](https://github.com/graphile/crystal/commit/23c5c6e80ca831c84b65b3c3442253a80cb28633), + [`dda2e78`](https://github.com/graphile/crystal/commit/dda2e7897e69681b326baed5e15d047b6393e314)]: + - graphile-config@1.0.1 + - pg-introspection@1.0.1 + - pg-sql2@5.0.1 + ## 5.0.0 Identical to 5.0.0-rc.8. diff --git a/graphile-build/graphile-build-pg/package.json b/graphile-build/graphile-build-pg/package.json index 8ed030a208..37a9f23198 100644 --- a/graphile-build/graphile-build-pg/package.json +++ b/graphile-build/graphile-build-pg/package.json @@ -1,6 +1,6 @@ { "name": "graphile-build-pg", - "version": "5.0.0", + "version": "5.0.1", "description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.", "type": "commonjs", "main": "./dist/index.js", diff --git a/graphile-build/graphile-build-pg/src/version.ts b/graphile-build/graphile-build-pg/src/version.ts index a472bda490..8f71015179 100644 --- a/graphile-build/graphile-build-pg/src/version.ts +++ b/graphile-build/graphile-build-pg/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "5.0.0"; +export const version = "5.0.1"; diff --git a/graphile-build/graphile-utils/CHANGELOG.md b/graphile-build/graphile-utils/CHANGELOG.md index ffeaa2e2fd..238cc7a559 100644 --- a/graphile-build/graphile-utils/CHANGELOG.md +++ b/graphile-build/graphile-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # graphile-utils +## 5.0.1 + +### Patch Changes + +- [#2973](https://github.com/graphile/crystal/pull/2973) + [`dda2e78`](https://github.com/graphile/crystal/commit/dda2e7897e69681b326baed5e15d047b6393e314) + Thanks [@benjie](https://github.com/benjie)! - Restore `sql.TRUE`, `sql.FALSE` + and `sql.NULL` from v4 of pg-sql2. + ## 5.0.0 Identical to 5.0.0-rc.8. diff --git a/graphile-build/graphile-utils/package.json b/graphile-build/graphile-utils/package.json index 1d9dbebb4c..5ca728253a 100644 --- a/graphile-build/graphile-utils/package.json +++ b/graphile-build/graphile-utils/package.json @@ -1,6 +1,6 @@ { "name": "graphile-utils", - "version": "5.0.0", + "version": "5.0.1", "description": "Utilities to help with building graphile-build plugins", "type": "commonjs", "main": "dist/index.js", diff --git a/postgraphile/postgraphile/CHANGELOG.md b/postgraphile/postgraphile/CHANGELOG.md index f91db39248..d00918fc3c 100644 --- a/postgraphile/postgraphile/CHANGELOG.md +++ b/postgraphile/postgraphile/CHANGELOG.md @@ -1,5 +1,41 @@ # postgraphile +## 5.0.1 + +### Patch Changes + +- [#2974](https://github.com/graphile/crystal/pull/2974) + [`52364e7`](https://github.com/graphile/crystal/commit/52364e71e4b6cade8e7b797f07f35d8ad4ecb039) + Thanks [@benjie](https://github.com/benjie)! - V4 preset now adds build.pgSql + (=build.sql) for back compat + +- [#2983](https://github.com/graphile/crystal/pull/2983) + [`86aab72`](https://github.com/graphile/crystal/commit/86aab720d5f963fe1f41845a465e7684097df09d) + Thanks [@msotnikov](https://github.com/msotnikov)! - Optimize ACL role + lookups, significantly improving performance for schemas with many roles + (reported 11,000 roles goes from 20+ minutes to 5 seconds!) + +- [#3012](https://github.com/graphile/crystal/pull/3012) + [`23c5c6e`](https://github.com/graphile/crystal/commit/23c5c6e80ca831c84b65b3c3442253a80cb28633) + Thanks [@benjie](https://github.com/benjie)! - Further enhance performance of + pgIntrospection through precomputed lookups. + +- [#2973](https://github.com/graphile/crystal/pull/2973) + [`dda2e78`](https://github.com/graphile/crystal/commit/dda2e7897e69681b326baed5e15d047b6393e314) + Thanks [@benjie](https://github.com/benjie)! - Restore `sql.TRUE`, `sql.FALSE` + and `sql.NULL` from v4 of pg-sql2. + +- Updated dependencies + [[`be429b8`](https://github.com/graphile/crystal/commit/be429b8d2ce7e9923af076cb89d8483fa44e6ae0), + [`4555428`](https://github.com/graphile/crystal/commit/45554280b59d955e4e1e2a589d1f87717f4e48a0), + [`92106c3`](https://github.com/graphile/crystal/commit/92106c3b8e8ef34e68c52503dc22d13d30d85a9e), + [`dda2e78`](https://github.com/graphile/crystal/commit/dda2e7897e69681b326baed5e15d047b6393e314)]: + - @dataplan/pg@1.0.1 + - graphile-build-pg@5.0.1 + - graphile-config@1.0.1 + - graphile-utils@5.0.1 + - pg-sql2@5.0.1 + ## 5.0.0 Identical to 5.0.0-rc.10. diff --git a/postgraphile/postgraphile/package.json b/postgraphile/postgraphile/package.json index fc412bb881..b977834bfe 100644 --- a/postgraphile/postgraphile/package.json +++ b/postgraphile/postgraphile/package.json @@ -1,6 +1,6 @@ { "name": "postgraphile", - "version": "5.0.0", + "version": "5.0.1", "description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL", "type": "commonjs", "main": "./dist/index.js", diff --git a/postgraphile/postgraphile/src/version.ts b/postgraphile/postgraphile/src/version.ts index a472bda490..8f71015179 100644 --- a/postgraphile/postgraphile/src/version.ts +++ b/postgraphile/postgraphile/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "5.0.0"; +export const version = "5.0.1"; diff --git a/utils/graphile-config/CHANGELOG.md b/utils/graphile-config/CHANGELOG.md index 74d54f1442..a21e068c5f 100644 --- a/utils/graphile-config/CHANGELOG.md +++ b/utils/graphile-config/CHANGELOG.md @@ -1,5 +1,14 @@ # graphile-config +## 1.0.1 + +### Patch Changes + +- [#2998](https://github.com/graphile/crystal/pull/2998) + [`92106c3`](https://github.com/graphile/crystal/commit/92106c3b8e8ef34e68c52503dc22d13d30d85a9e) + Thanks [@benjie](https://github.com/benjie)! - Move some type dependencies to + dev dependencies + ## 1.0.0 Identical to 1.0.0-rc.6. diff --git a/utils/graphile-config/package.json b/utils/graphile-config/package.json index c236ab837d..eae0cd35ca 100644 --- a/utils/graphile-config/package.json +++ b/utils/graphile-config/package.json @@ -1,6 +1,6 @@ { "name": "graphile-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Standard plugin interface and helpers to be used across the Graphile stack.", "type": "commonjs", "main": "./dist/index.js", diff --git a/utils/graphile-export/CHANGELOG.md b/utils/graphile-export/CHANGELOG.md index 1caeb4dc6d..582e8ccdb9 100644 --- a/utils/graphile-export/CHANGELOG.md +++ b/utils/graphile-export/CHANGELOG.md @@ -1,5 +1,14 @@ # graphile-export +## 1.0.1 + +### Patch Changes + +- [#2970](https://github.com/graphile/crystal/pull/2970) + [`3e71bd0`](https://github.com/graphile/crystal/commit/3e71bd08c551fc355e82c7ed129857a8d3ce94dd) + Thanks [@benjie](https://github.com/benjie)! - Fallback to `require('eslint')` + if `import('eslint')` fails for compat with non-ESM Jest usage + ## 1.0.0 Identical to 1.0.0-rc.6. diff --git a/utils/graphile-export/package.json b/utils/graphile-export/package.json index 8e8cb55b5c..8fe046d8e2 100644 --- a/utils/graphile-export/package.json +++ b/utils/graphile-export/package.json @@ -1,6 +1,6 @@ { "name": "graphile-export", - "version": "1.0.0", + "version": "1.0.1", "description": "Export in-memory generated GraphQL schemas to JS files when built with our helpers.", "type": "commonjs", "main": "./dist/index.js", diff --git a/utils/pg-introspection/CHANGELOG.md b/utils/pg-introspection/CHANGELOG.md index deaaa14590..afd001fb52 100644 --- a/utils/pg-introspection/CHANGELOG.md +++ b/utils/pg-introspection/CHANGELOG.md @@ -1,5 +1,20 @@ # pg-introspection +## 1.0.1 + +### Patch Changes + +- [#2983](https://github.com/graphile/crystal/pull/2983) + [`86aab72`](https://github.com/graphile/crystal/commit/86aab720d5f963fe1f41845a465e7684097df09d) + Thanks [@msotnikov](https://github.com/msotnikov)! - Optimize ACL role + lookups, significantly improving performance for schemas with many roles + (reported 11,000 roles goes from 20+ minutes to 5 seconds!) + +- [#3012](https://github.com/graphile/crystal/pull/3012) + [`23c5c6e`](https://github.com/graphile/crystal/commit/23c5c6e80ca831c84b65b3c3442253a80cb28633) + Thanks [@benjie](https://github.com/benjie)! - Further enhance performance of + pgIntrospection through precomputed lookups. + ## 1.0.0 Identical to 1.0.0-rc.5. diff --git a/utils/pg-introspection/package.json b/utils/pg-introspection/package.json index 7218adcdea..0aa118615d 100644 --- a/utils/pg-introspection/package.json +++ b/utils/pg-introspection/package.json @@ -1,6 +1,6 @@ { "name": "pg-introspection", - "version": "1.0.0", + "version": "1.0.1", "description": "Strongly typed PostgreSQL introspection library", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/utils/pg-sql2/CHANGELOG.md b/utils/pg-sql2/CHANGELOG.md index 0b7c5275ca..2f71682eb4 100644 --- a/utils/pg-sql2/CHANGELOG.md +++ b/utils/pg-sql2/CHANGELOG.md @@ -1,5 +1,14 @@ # pg-sql2 +## 5.0.1 + +### Patch Changes + +- [#2973](https://github.com/graphile/crystal/pull/2973) + [`dda2e78`](https://github.com/graphile/crystal/commit/dda2e7897e69681b326baed5e15d047b6393e314) + Thanks [@benjie](https://github.com/benjie)! - Restore `sql.TRUE`, `sql.FALSE` + and `sql.NULL` from v4 of pg-sql2. + ## 5.0.0 Identical to 5.0.0-rc.5. diff --git a/utils/pg-sql2/package.json b/utils/pg-sql2/package.json index 6a880a2a1b..0d85cd0a1e 100644 --- a/utils/pg-sql2/package.json +++ b/utils/pg-sql2/package.json @@ -1,6 +1,6 @@ { "name": "pg-sql2", - "version": "5.0.0", + "version": "5.0.1", "description": "Generate safe Postgres-compliant SQL with tagged template literals", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/utils/pg-sql2/src/version.ts b/utils/pg-sql2/src/version.ts index a472bda490..8f71015179 100644 --- a/utils/pg-sql2/src/version.ts +++ b/utils/pg-sql2/src/version.ts @@ -1,2 +1,2 @@ // This file is autogenerated by /scripts/postversion.mjs -export const version = "5.0.0"; +export const version = "5.0.1";