postgraphile 5.0.0-alpha.6 → 5.0.0-alpha.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +60 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,65 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-alpha.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#338](https://github.com/benjie/postgraphile-private/pull/338)
|
|
8
|
+
[`dcc3d0355`](https://github.com/benjie/postgraphile-private/commit/dcc3d03558d28506260dcfc79e1a797b60ec1773)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - `@interface mode:union`
|
|
10
|
+
interfaces now also gain root fields.
|
|
11
|
+
|
|
12
|
+
- [#339](https://github.com/benjie/postgraphile-private/pull/339)
|
|
13
|
+
[`f75926f4b`](https://github.com/benjie/postgraphile-private/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)
|
|
14
|
+
Thanks [@benjie](https://github.com/benjie)! - CRITICAL BUGFIX: mistake in
|
|
15
|
+
optimization of list() can lead to arrays being truncated
|
|
16
|
+
|
|
17
|
+
- [#338](https://github.com/benjie/postgraphile-private/pull/338)
|
|
18
|
+
[`ca1526b70`](https://github.com/benjie/postgraphile-private/commit/ca1526b7028b0b9d506b6ccda7da046b64af1ab6)
|
|
19
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix startCursor/endCursor for
|
|
20
|
+
connections using pgUnionAll steps.
|
|
21
|
+
|
|
22
|
+
- [#338](https://github.com/benjie/postgraphile-private/pull/338)
|
|
23
|
+
[`3426b0f4a`](https://github.com/benjie/postgraphile-private/commit/3426b0f4adb0c5d80c66e51c203214f06f364d3a)
|
|
24
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix bugs in pgUnionAll
|
|
25
|
+
connections relating to PageInfo
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
[[`dcc3d0355`](https://github.com/benjie/postgraphile-private/commit/dcc3d03558d28506260dcfc79e1a797b60ec1773),
|
|
29
|
+
[`f75926f4b`](https://github.com/benjie/postgraphile-private/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba),
|
|
30
|
+
[`ca1526b70`](https://github.com/benjie/postgraphile-private/commit/ca1526b7028b0b9d506b6ccda7da046b64af1ab6),
|
|
31
|
+
[`3426b0f4a`](https://github.com/benjie/postgraphile-private/commit/3426b0f4adb0c5d80c66e51c203214f06f364d3a)]:
|
|
32
|
+
- graphile-build-pg@5.0.0-alpha.8
|
|
33
|
+
- grafast@0.0.1-alpha.6
|
|
34
|
+
- @dataplan/pg@0.0.1-alpha.7
|
|
35
|
+
- grafserv@0.0.1-alpha.6
|
|
36
|
+
- graphile-build@5.0.0-alpha.7
|
|
37
|
+
|
|
38
|
+
## 5.0.0-alpha.7
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- [#335](https://github.com/benjie/postgraphile-private/pull/335)
|
|
43
|
+
[`ef8432511`](https://github.com/benjie/postgraphile-private/commit/ef84325111416a9663417bb58ec664998040cf7c)
|
|
44
|
+
Thanks [@benjie](https://github.com/benjie)! - Have ref fields support
|
|
45
|
+
ordering and filtering.
|
|
46
|
+
|
|
47
|
+
- [#336](https://github.com/benjie/postgraphile-private/pull/336)
|
|
48
|
+
[`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)
|
|
49
|
+
Thanks [@benjie](https://github.com/benjie)! - Fix over-cautious throw when
|
|
50
|
+
dealing with recursive inputs.
|
|
51
|
+
|
|
52
|
+
- Updated dependencies
|
|
53
|
+
[[`ef8432511`](https://github.com/benjie/postgraphile-private/commit/ef84325111416a9663417bb58ec664998040cf7c),
|
|
54
|
+
[`86e503d78`](https://github.com/benjie/postgraphile-private/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
|
|
55
|
+
[`2850e4732`](https://github.com/benjie/postgraphile-private/commit/2850e4732ff173347357dba048eaf3c1ef775497),
|
|
56
|
+
[`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
|
|
57
|
+
- graphile-build-pg@5.0.0-alpha.7
|
|
58
|
+
- grafast@0.0.1-alpha.5
|
|
59
|
+
- graphile-build@5.0.0-alpha.6
|
|
60
|
+
- @dataplan/pg@0.0.1-alpha.6
|
|
61
|
+
- grafserv@0.0.1-alpha.5
|
|
62
|
+
|
|
3
63
|
## 5.0.0-alpha.6
|
|
4
64
|
|
|
5
65
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "postgraphile",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.8",
|
|
4
4
|
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
},
|
|
57
57
|
"homepage": "https://graphile.org/graphile-engine/",
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@dataplan/pg": "0.0.1-alpha.
|
|
59
|
+
"@dataplan/pg": "0.0.1-alpha.7",
|
|
60
60
|
"@graphile/lru": "^5.0.0-alpha.2",
|
|
61
61
|
"@types/node": "^18.15.5",
|
|
62
62
|
"@types/pg": "^8.6.2",
|
|
63
63
|
"debug": "^4.3.3",
|
|
64
|
-
"grafast": "^0.0.1-alpha.
|
|
65
|
-
"grafserv": "^0.0.1-alpha.
|
|
66
|
-
"graphile-build": "5.0.0-alpha.
|
|
67
|
-
"graphile-build-pg": "5.0.0-alpha.
|
|
64
|
+
"grafast": "^0.0.1-alpha.6",
|
|
65
|
+
"grafserv": "^0.0.1-alpha.6",
|
|
66
|
+
"graphile-build": "5.0.0-alpha.7",
|
|
67
|
+
"graphile-build-pg": "5.0.0-alpha.8",
|
|
68
68
|
"graphile-config": "^0.0.1-alpha.2",
|
|
69
69
|
"graphql": "16.1.0-experimental-stream-defer.6",
|
|
70
70
|
"iterall": "^1.3.0",
|