Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/afraid-baboons-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-actors-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-needles-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-geese-grab.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/optimize-acl-role-lookups.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/plenty-loops-stand.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-icons-brake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quick-lights-fetch.md

This file was deleted.

13 changes: 13 additions & 0 deletions grafast/dataplan-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion grafast/dataplan-pg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion grafast/dataplan-pg/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "1.0.0";
export const version = "1.0.1";
18 changes: 18 additions & 0 deletions graphile-build/graphile-build-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-pg/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "5.0.0";
export const version = "5.0.1";
9 changes: 9 additions & 0 deletions graphile-build/graphile-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
36 changes: 36 additions & 0 deletions postgraphile/postgraphile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "5.0.0";
export const version = "5.0.1";
9 changes: 9 additions & 0 deletions utils/graphile-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion utils/graphile-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions utils/graphile-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion utils/graphile-export/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions utils/pg-introspection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion utils/pg-introspection/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions utils/pg-sql2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion utils/pg-sql2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion utils/pg-sql2/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "5.0.0";
export const version = "5.0.1";