postgraphile 5.0.0-alpha.19 → 5.0.0-alpha.20
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 +504 -479
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,39 +1,64 @@
|
|
|
1
1
|
# postgraphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-alpha.20
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#441](https://github.com/benjie/crystal/pull/441)
|
|
8
|
+
[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Change bundling techniques for
|
|
10
|
+
grafast and @dataplan/pg
|
|
11
|
+
|
|
12
|
+
- [#441](https://github.com/benjie/crystal/pull/441)
|
|
13
|
+
[`6c1c1a34f`](https://github.com/benjie/crystal/commit/6c1c1a34f674bf4ef3b13dadebb4e13c422c940e)
|
|
14
|
+
Thanks [@benjie](https://github.com/benjie)! - Introduce \_allRows base
|
|
15
|
+
inflector used by allRowsConnection and allRowsList
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
[[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f),
|
|
19
|
+
[`6c1c1a34f`](https://github.com/benjie/crystal/commit/6c1c1a34f674bf4ef3b13dadebb4e13c422c940e)]:
|
|
20
|
+
- graphile-build-pg@5.0.0-alpha.20
|
|
21
|
+
- @dataplan/pg@0.0.1-alpha.17
|
|
22
|
+
- grafast@0.0.1-alpha.16
|
|
23
|
+
- graphile-utils@5.0.0-alpha.20
|
|
24
|
+
- @dataplan/json@0.0.1-alpha.16
|
|
25
|
+
- grafserv@0.0.1-alpha.16
|
|
26
|
+
- graphile-build@5.0.0-alpha.18
|
|
27
|
+
|
|
3
28
|
## 5.0.0-alpha.19
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
|
6
31
|
|
|
7
|
-
- [#433](https://github.com/benjie/
|
|
8
|
-
[`5491e10b0`](https://github.com/benjie/
|
|
32
|
+
- [#433](https://github.com/benjie/crystal/pull/433)
|
|
33
|
+
[`5491e10b0`](https://github.com/benjie/crystal/commit/5491e10b0f1629e607e7385985315169e156071d)
|
|
9
34
|
Thanks [@benjie](https://github.com/benjie)! - Improve error messages from
|
|
10
35
|
custom string scalars when they cannot be parsed as a string.
|
|
11
36
|
|
|
12
|
-
- [#434](https://github.com/benjie/
|
|
13
|
-
[`a9561d62d`](https://github.com/benjie/
|
|
37
|
+
- [#434](https://github.com/benjie/crystal/pull/434)
|
|
38
|
+
[`a9561d62d`](https://github.com/benjie/crystal/commit/a9561d62d54a6a1331d64b32e4cf3d162ad67a55)
|
|
14
39
|
Thanks [@benjie](https://github.com/benjie)! - Deprecate
|
|
15
40
|
`preset.gather.pgJwtType` (tuple), instead use `preset.gather.pgJwtTypes`
|
|
16
41
|
which expects a string and parses it similar to the PostgreSQL parser (and
|
|
17
42
|
also allows multiple types to be specified).
|
|
18
43
|
|
|
19
|
-
- [#433](https://github.com/benjie/
|
|
20
|
-
[`232885703`](https://github.com/benjie/
|
|
44
|
+
- [#433](https://github.com/benjie/crystal/pull/433)
|
|
45
|
+
[`232885703`](https://github.com/benjie/crystal/commit/232885703dd577f71488fd1fc5a02e852a96d446)
|
|
21
46
|
Thanks [@benjie](https://github.com/benjie)! - Change type of pgJwtSecret and
|
|
22
47
|
pgJwtSignOptions from `any` to the correct types.
|
|
23
48
|
|
|
24
|
-
- [#438](https://github.com/benjie/
|
|
25
|
-
[`db19ed9c3`](https://github.com/benjie/
|
|
49
|
+
- [#438](https://github.com/benjie/crystal/pull/438)
|
|
50
|
+
[`db19ed9c3`](https://github.com/benjie/crystal/commit/db19ed9c39f08b537f3bf316d1cf9bb39cee2603)
|
|
26
51
|
Thanks [@benjie](https://github.com/benjie)! - When using
|
|
27
52
|
`@interface mode:relational`, don't add pointless relationships from concrete
|
|
28
53
|
type back to abstract or from abstract to related concrete types.
|
|
29
54
|
|
|
30
|
-
- [#438](https://github.com/benjie/
|
|
31
|
-
[`31e776e03`](https://github.com/benjie/
|
|
55
|
+
- [#438](https://github.com/benjie/crystal/pull/438)
|
|
56
|
+
[`31e776e03`](https://github.com/benjie/crystal/commit/31e776e03ad0829e0ded52e32be789578dcf8d4f)
|
|
32
57
|
Thanks [@benjie](https://github.com/benjie)! - Fix spurious error relating to
|
|
33
58
|
connection for `@interface type:relational`
|
|
34
59
|
|
|
35
|
-
- [#436](https://github.com/benjie/
|
|
36
|
-
[`055c4e438`](https://github.com/benjie/
|
|
60
|
+
- [#436](https://github.com/benjie/crystal/pull/436)
|
|
61
|
+
[`055c4e438`](https://github.com/benjie/crystal/commit/055c4e43888c007706db7079edd89d6def9b318d)
|
|
37
62
|
Thanks [@benjie](https://github.com/benjie)! - Fix inflection of computed
|
|
38
63
|
column field names in secondary schemas when using the V5 preset. Also, use
|
|
39
64
|
underscores instead of dashes for the serviceName/schemaName separator for the
|
|
@@ -41,57 +66,57 @@
|
|
|
41
66
|
than having to use string properties like
|
|
42
67
|
`const { ["myService-mySchema-my_function_name"]: myFunctionResource } = pgRegistry.pgResources`
|
|
43
68
|
|
|
44
|
-
- [#435](https://github.com/benjie/
|
|
45
|
-
[`cf32f0397`](https://github.com/benjie/
|
|
69
|
+
- [#435](https://github.com/benjie/crystal/pull/435)
|
|
70
|
+
[`cf32f0397`](https://github.com/benjie/crystal/commit/cf32f0397f7a47509df9876112275f1ad135e8f2)
|
|
46
71
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug in listOfCodec causing
|
|
47
72
|
wrong extensions to be used in non-deterministic manner (thanks to @jvandermey
|
|
48
73
|
for finding the bug and helping to track it down).
|
|
49
74
|
|
|
50
|
-
- [#428](https://github.com/benjie/
|
|
51
|
-
[`57d88b5fa`](https://github.com/benjie/
|
|
75
|
+
- [#428](https://github.com/benjie/crystal/pull/428)
|
|
76
|
+
[`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b)
|
|
52
77
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug exporting schema, and
|
|
53
78
|
importing schema with \_\_assertStep.
|
|
54
79
|
|
|
55
|
-
- [#438](https://github.com/benjie/
|
|
56
|
-
[`a22830b2f`](https://github.com/benjie/
|
|
80
|
+
- [#438](https://github.com/benjie/crystal/pull/438)
|
|
81
|
+
[`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d)
|
|
57
82
|
Thanks [@benjie](https://github.com/benjie)! - Plugin name now automatically
|
|
58
83
|
used in `provides` for every hook, allowing ordering hooks before/after their
|
|
59
84
|
equivalents in other plugins.
|
|
60
85
|
|
|
61
|
-
- [#422](https://github.com/benjie/
|
|
62
|
-
[`9f87a26b1`](https://github.com/benjie/
|
|
86
|
+
- [#422](https://github.com/benjie/crystal/pull/422)
|
|
87
|
+
[`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)
|
|
63
88
|
Thanks [@benjie](https://github.com/benjie)! - Comments enabled in released
|
|
64
89
|
packages
|
|
65
90
|
|
|
66
|
-
- [#428](https://github.com/benjie/
|
|
67
|
-
[`9695c65f8`](https://github.com/benjie/
|
|
91
|
+
- [#428](https://github.com/benjie/crystal/pull/428)
|
|
92
|
+
[`9695c65f8`](https://github.com/benjie/crystal/commit/9695c65f8dbad807de683a70f5f663af2d3b35f0)
|
|
68
93
|
Thanks [@benjie](https://github.com/benjie)! - Optimize away some unnecessary
|
|
69
94
|
content from graphile-exported schema
|
|
70
95
|
|
|
71
|
-
- [#428](https://github.com/benjie/
|
|
72
|
-
[`c00a21cb9`](https://github.com/benjie/
|
|
96
|
+
- [#428](https://github.com/benjie/crystal/pull/428)
|
|
97
|
+
[`c00a21cb9`](https://github.com/benjie/crystal/commit/c00a21cb9e9dd80a8b69228746bd7973da21facc)
|
|
73
98
|
Thanks [@benjie](https://github.com/benjie)! - Improve name and description of
|
|
74
99
|
TagsFilePlugin
|
|
75
100
|
|
|
76
|
-
- [#433](https://github.com/benjie/
|
|
77
|
-
[`a5f224295`](https://github.com/benjie/
|
|
101
|
+
- [#433](https://github.com/benjie/crystal/pull/433)
|
|
102
|
+
[`a5f224295`](https://github.com/benjie/crystal/commit/a5f22429501f9e13f0490d25500ca7a8403babc7)
|
|
78
103
|
Thanks [@benjie](https://github.com/benjie)! - Add
|
|
79
104
|
`postgraphile/presets/lazy-jwt` to handle boilerplate of JWT setup if the user
|
|
80
105
|
doesn't want to do it themselves.
|
|
81
106
|
- Updated dependencies
|
|
82
|
-
[[`ea003ca3a`](https://github.com/benjie/
|
|
83
|
-
[`5491e10b0`](https://github.com/benjie/
|
|
84
|
-
[`a9561d62d`](https://github.com/benjie/
|
|
85
|
-
[`232885703`](https://github.com/benjie/
|
|
86
|
-
[`db19ed9c3`](https://github.com/benjie/
|
|
87
|
-
[`31e776e03`](https://github.com/benjie/
|
|
88
|
-
[`055c4e438`](https://github.com/benjie/
|
|
89
|
-
[`cf32f0397`](https://github.com/benjie/
|
|
90
|
-
[`57d88b5fa`](https://github.com/benjie/
|
|
91
|
-
[`a22830b2f`](https://github.com/benjie/
|
|
92
|
-
[`9f87a26b1`](https://github.com/benjie/
|
|
93
|
-
[`9695c65f8`](https://github.com/benjie/
|
|
94
|
-
[`c00a21cb9`](https://github.com/benjie/
|
|
107
|
+
[[`ea003ca3a`](https://github.com/benjie/crystal/commit/ea003ca3a8f68fb87dca603582e47981ed033996),
|
|
108
|
+
[`5491e10b0`](https://github.com/benjie/crystal/commit/5491e10b0f1629e607e7385985315169e156071d),
|
|
109
|
+
[`a9561d62d`](https://github.com/benjie/crystal/commit/a9561d62d54a6a1331d64b32e4cf3d162ad67a55),
|
|
110
|
+
[`232885703`](https://github.com/benjie/crystal/commit/232885703dd577f71488fd1fc5a02e852a96d446),
|
|
111
|
+
[`db19ed9c3`](https://github.com/benjie/crystal/commit/db19ed9c39f08b537f3bf316d1cf9bb39cee2603),
|
|
112
|
+
[`31e776e03`](https://github.com/benjie/crystal/commit/31e776e03ad0829e0ded52e32be789578dcf8d4f),
|
|
113
|
+
[`055c4e438`](https://github.com/benjie/crystal/commit/055c4e43888c007706db7079edd89d6def9b318d),
|
|
114
|
+
[`cf32f0397`](https://github.com/benjie/crystal/commit/cf32f0397f7a47509df9876112275f1ad135e8f2),
|
|
115
|
+
[`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
|
|
116
|
+
[`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
|
|
117
|
+
[`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5),
|
|
118
|
+
[`9695c65f8`](https://github.com/benjie/crystal/commit/9695c65f8dbad807de683a70f5f663af2d3b35f0),
|
|
119
|
+
[`c00a21cb9`](https://github.com/benjie/crystal/commit/c00a21cb9e9dd80a8b69228746bd7973da21facc)]:
|
|
95
120
|
- grafast@0.0.1-alpha.15
|
|
96
121
|
- graphile-build-pg@5.0.0-alpha.19
|
|
97
122
|
- graphile-build@5.0.0-alpha.17
|
|
@@ -105,25 +130,25 @@
|
|
|
105
130
|
|
|
106
131
|
### Patch Changes
|
|
107
132
|
|
|
108
|
-
- [#421](https://github.com/benjie/
|
|
109
|
-
[`415f436a0`](https://github.com/benjie/
|
|
133
|
+
- [#421](https://github.com/benjie/crystal/pull/421)
|
|
134
|
+
[`415f436a0`](https://github.com/benjie/crystal/commit/415f436a04d42ba7d7a51457f99e8d8e6baee051)
|
|
110
135
|
Thanks [@benjie](https://github.com/benjie)! - `@notNull` is now respected in
|
|
111
136
|
PgAttributesPlugin for outputs as well as inputs.
|
|
112
137
|
|
|
113
|
-
- [#421](https://github.com/benjie/
|
|
114
|
-
[`5b8e46a8a`](https://github.com/benjie/
|
|
138
|
+
- [#421](https://github.com/benjie/crystal/pull/421)
|
|
139
|
+
[`5b8e46a8a`](https://github.com/benjie/crystal/commit/5b8e46a8a868d68290d0f274934593a23b5bb25e)
|
|
115
140
|
Thanks [@benjie](https://github.com/benjie)! - Breaking for types: move
|
|
116
141
|
`Pg*Tags` to `GraphileBuild.Pg*Tags` for easier declaration merging
|
|
117
142
|
|
|
118
|
-
- [#421](https://github.com/benjie/
|
|
119
|
-
[`bb64c090d`](https://github.com/benjie/
|
|
143
|
+
- [#421](https://github.com/benjie/crystal/pull/421)
|
|
144
|
+
[`bb64c090d`](https://github.com/benjie/crystal/commit/bb64c090d1094875ec51a8577a000cb4f796e197)
|
|
120
145
|
Thanks [@benjie](https://github.com/benjie)! - New `build.pgResolveOutputType`
|
|
121
146
|
helper exported to aid plugins determining GraphQL output type from a codec
|
|
122
147
|
(taken from PgAttributesPlugin).
|
|
123
148
|
- Updated dependencies
|
|
124
|
-
[[`415f436a0`](https://github.com/benjie/
|
|
125
|
-
[`5b8e46a8a`](https://github.com/benjie/
|
|
126
|
-
[`bb64c090d`](https://github.com/benjie/
|
|
149
|
+
[[`415f436a0`](https://github.com/benjie/crystal/commit/415f436a04d42ba7d7a51457f99e8d8e6baee051),
|
|
150
|
+
[`5b8e46a8a`](https://github.com/benjie/crystal/commit/5b8e46a8a868d68290d0f274934593a23b5bb25e),
|
|
151
|
+
[`bb64c090d`](https://github.com/benjie/crystal/commit/bb64c090d1094875ec51a8577a000cb4f796e197)]:
|
|
127
152
|
- graphile-build-pg@5.0.0-alpha.18
|
|
128
153
|
- graphile-utils@5.0.0-alpha.18
|
|
129
154
|
|
|
@@ -131,13 +156,13 @@
|
|
|
131
156
|
|
|
132
157
|
### Patch Changes
|
|
133
158
|
|
|
134
|
-
- [#420](https://github.com/benjie/
|
|
135
|
-
[`c1518fad0`](https://github.com/benjie/
|
|
159
|
+
- [#420](https://github.com/benjie/crystal/pull/420)
|
|
160
|
+
[`c1518fad0`](https://github.com/benjie/crystal/commit/c1518fad093dc53c033866541f378878aab69b5c)
|
|
136
161
|
Thanks [@benjie](https://github.com/benjie)! - Fix schema so it can run
|
|
137
162
|
without NodePlugin
|
|
138
163
|
|
|
139
164
|
- Updated dependencies
|
|
140
|
-
[[`c1518fad0`](https://github.com/benjie/
|
|
165
|
+
[[`c1518fad0`](https://github.com/benjie/crystal/commit/c1518fad093dc53c033866541f378878aab69b5c)]:
|
|
141
166
|
- graphile-build-pg@5.0.0-alpha.17
|
|
142
167
|
- graphile-build@5.0.0-alpha.16
|
|
143
168
|
- graphile-utils@5.0.0-alpha.17
|
|
@@ -147,7 +172,7 @@
|
|
|
147
172
|
### Patch Changes
|
|
148
173
|
|
|
149
174
|
- Updated dependencies
|
|
150
|
-
[[`d99d666fb`](https://github.com/benjie/
|
|
175
|
+
[[`d99d666fb`](https://github.com/benjie/crystal/commit/d99d666fb234eb02dd196610995fa480c596242a)]:
|
|
151
176
|
- grafast@0.0.1-alpha.14
|
|
152
177
|
- @dataplan/json@0.0.1-alpha.14
|
|
153
178
|
- @dataplan/pg@0.0.1-alpha.15
|
|
@@ -160,50 +185,50 @@
|
|
|
160
185
|
|
|
161
186
|
### Patch Changes
|
|
162
187
|
|
|
163
|
-
- [#417](https://github.com/benjie/
|
|
164
|
-
[`e7dd2e039`](https://github.com/benjie/
|
|
188
|
+
- [#417](https://github.com/benjie/crystal/pull/417)
|
|
189
|
+
[`e7dd2e039`](https://github.com/benjie/crystal/commit/e7dd2e039769958d59a83ec3b164cad063c82500)
|
|
165
190
|
Thanks [@benjie](https://github.com/benjie)! - `codec` is now baked into
|
|
166
191
|
NodeId handlers (rather than using `codecName` and looking that up in
|
|
167
192
|
`codecs`). All related APIs have thus simplified, e.g. the step
|
|
168
193
|
`node(codecs, handler, $id)` is now `node(handler, $id)`, etc. TypeScript
|
|
169
194
|
should point out any issues you have hopefully.
|
|
170
195
|
|
|
171
|
-
- [#417](https://github.com/benjie/
|
|
172
|
-
[`620f9e07e`](https://github.com/benjie/
|
|
196
|
+
- [#417](https://github.com/benjie/crystal/pull/417)
|
|
197
|
+
[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b)
|
|
173
198
|
Thanks [@benjie](https://github.com/benjie)! - Grafast now supports
|
|
174
199
|
`operationsCacheMaxLength` and `operationOperationPlansCacheMaxLength`
|
|
175
200
|
configuration via `schema.extensions.grafast.*`. Currently undocumented.
|
|
176
201
|
|
|
177
|
-
- [#417](https://github.com/benjie/
|
|
178
|
-
[`881672305`](https://github.com/benjie/
|
|
202
|
+
- [#417](https://github.com/benjie/crystal/pull/417)
|
|
203
|
+
[`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d)
|
|
179
204
|
Thanks [@benjie](https://github.com/benjie)! - `deepEval` has been renamed to
|
|
180
205
|
`applyTransforms`
|
|
181
206
|
|
|
182
|
-
- [#418](https://github.com/benjie/
|
|
183
|
-
[`9ab2adba2`](https://github.com/benjie/
|
|
207
|
+
- [#418](https://github.com/benjie/crystal/pull/418)
|
|
208
|
+
[`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de)
|
|
184
209
|
Thanks [@benjie](https://github.com/benjie)! - Overhaul peerDependencies and
|
|
185
210
|
dependencies to try and eliminate duplicate modules error.
|
|
186
211
|
|
|
187
|
-
- [#417](https://github.com/benjie/
|
|
188
|
-
[`ff4395bfc`](https://github.com/benjie/
|
|
212
|
+
- [#417](https://github.com/benjie/crystal/pull/417)
|
|
213
|
+
[`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9)
|
|
189
214
|
Thanks [@benjie](https://github.com/benjie)! - Grafast operation cache now
|
|
190
215
|
tied to the schema, so multiple schemas will not cause degraded performance
|
|
191
216
|
from clearing the cache.
|
|
192
217
|
|
|
193
|
-
- [#417](https://github.com/benjie/
|
|
194
|
-
[`502b23340`](https://github.com/benjie/
|
|
218
|
+
- [#417](https://github.com/benjie/crystal/pull/417)
|
|
219
|
+
[`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b)
|
|
195
220
|
Thanks [@benjie](https://github.com/benjie)! - `preset.grafast.context` second
|
|
196
221
|
parameter is no longer the existing GraphQL context, but instead the GraphQL
|
|
197
222
|
request details (which contains the `contextValue`). If you were using this
|
|
198
223
|
(unlikely), add `.contextValue` to usage of the second argument.
|
|
199
224
|
|
|
200
|
-
- [#417](https://github.com/benjie/
|
|
201
|
-
[`dc94b4a30`](https://github.com/benjie/
|
|
225
|
+
- [#417](https://github.com/benjie/crystal/pull/417)
|
|
226
|
+
[`dc94b4a30`](https://github.com/benjie/crystal/commit/dc94b4a3003a2fbe1d76e17bb519092fa134243a)
|
|
202
227
|
Thanks [@benjie](https://github.com/benjie)! - Rename
|
|
203
228
|
'postgraphilePresetAmber' to 'PostGraphileAmberPreset'
|
|
204
229
|
|
|
205
|
-
- [#410](https://github.com/benjie/
|
|
206
|
-
[`4eda0cd57`](https://github.com/benjie/
|
|
230
|
+
- [#410](https://github.com/benjie/crystal/pull/410)
|
|
231
|
+
[`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)
|
|
207
232
|
Thanks [@benjie](https://github.com/benjie)! - Use a single behavior check per
|
|
208
233
|
location.
|
|
209
234
|
|
|
@@ -218,17 +243,17 @@
|
|
|
218
243
|
on what the type of the attribute is.
|
|
219
244
|
|
|
220
245
|
- Updated dependencies
|
|
221
|
-
[[`e7dd2e039`](https://github.com/benjie/
|
|
222
|
-
[`620f9e07e`](https://github.com/benjie/
|
|
223
|
-
[`f115b6fb2`](https://github.com/benjie/
|
|
224
|
-
[`1882e0185`](https://github.com/benjie/
|
|
225
|
-
[`881672305`](https://github.com/benjie/
|
|
226
|
-
[`e5012f9a1`](https://github.com/benjie/
|
|
227
|
-
[`9ab2adba2`](https://github.com/benjie/
|
|
228
|
-
[`47f6f018b`](https://github.com/benjie/
|
|
229
|
-
[`ff4395bfc`](https://github.com/benjie/
|
|
230
|
-
[`502b23340`](https://github.com/benjie/
|
|
231
|
-
[`4eda0cd57`](https://github.com/benjie/
|
|
246
|
+
[[`e7dd2e039`](https://github.com/benjie/crystal/commit/e7dd2e039769958d59a83ec3b164cad063c82500),
|
|
247
|
+
[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
|
|
248
|
+
[`f115b6fb2`](https://github.com/benjie/crystal/commit/f115b6fb2338212688ccdbc3aeef77416058a2f7),
|
|
249
|
+
[`1882e0185`](https://github.com/benjie/crystal/commit/1882e018576adf69bcae8a999224cb4d5e62a3e1),
|
|
250
|
+
[`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
|
|
251
|
+
[`e5012f9a1`](https://github.com/benjie/crystal/commit/e5012f9a1901af63e1703ea4d717e8a22544f5e7),
|
|
252
|
+
[`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
|
|
253
|
+
[`47f6f018b`](https://github.com/benjie/crystal/commit/47f6f018b11761cbfaa63d709edc0e3f4f9a9924),
|
|
254
|
+
[`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
|
|
255
|
+
[`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b),
|
|
256
|
+
[`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)]:
|
|
232
257
|
- graphile-build-pg@5.0.0-alpha.15
|
|
233
258
|
- graphile-build@5.0.0-alpha.14
|
|
234
259
|
- grafast@0.0.1-alpha.13
|
|
@@ -241,96 +266,96 @@
|
|
|
241
266
|
|
|
242
267
|
### Patch Changes
|
|
243
268
|
|
|
244
|
-
- [#406](https://github.com/benjie/
|
|
245
|
-
[`bfe5997e3`](https://github.com/benjie/
|
|
269
|
+
- [#406](https://github.com/benjie/crystal/pull/406)
|
|
270
|
+
[`bfe5997e3`](https://github.com/benjie/crystal/commit/bfe5997e365fae9561133f6cd8126e986860b8c2)
|
|
246
271
|
Thanks [@benjie](https://github.com/benjie)! - Ability to control via
|
|
247
272
|
behaviors whether the record type is selectable on CRUD mutation payloads.
|
|
248
273
|
|
|
249
|
-
- [#407](https://github.com/benjie/
|
|
250
|
-
[`9281a2d88`](https://github.com/benjie/
|
|
274
|
+
- [#407](https://github.com/benjie/crystal/pull/407)
|
|
275
|
+
[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478)
|
|
251
276
|
Thanks [@benjie](https://github.com/benjie)! - Exported `version` no longer
|
|
252
277
|
uses `require('../package.json')` hack, instead the version number is written
|
|
253
278
|
to a source file at versioning time. Packages now export `version`.
|
|
254
279
|
|
|
255
|
-
- [#406](https://github.com/benjie/
|
|
256
|
-
[`903c04b3b`](https://github.com/benjie/
|
|
280
|
+
- [#406](https://github.com/benjie/crystal/pull/406)
|
|
281
|
+
[`903c04b3b`](https://github.com/benjie/crystal/commit/903c04b3b866b4b9136ba6f8ba22dfd7aae8b7b5)
|
|
257
282
|
Thanks [@benjie](https://github.com/benjie)! - Add `filterBy` and `orderBy`
|
|
258
283
|
behaviors for each codec type (array, range, composite, binary, scalar) to
|
|
259
284
|
allow simpler global customization.
|
|
260
285
|
|
|
261
|
-
- [#406](https://github.com/benjie/
|
|
262
|
-
[`c5eceba07`](https://github.com/benjie/
|
|
286
|
+
- [#406](https://github.com/benjie/crystal/pull/406)
|
|
287
|
+
[`c5eceba07`](https://github.com/benjie/crystal/commit/c5eceba07d0ca2ec93c058e2fcaf9fdf1b7b32e0)
|
|
263
288
|
Thanks [@benjie](https://github.com/benjie)! - Incorrect ordering of behaviors
|
|
264
289
|
`orderBy:array`/`orderBy:range` fixed ->
|
|
265
290
|
`array:attribute:orderBy`/`range:attribute:orderBy`.
|
|
266
291
|
|
|
267
|
-
- [#407](https://github.com/benjie/
|
|
268
|
-
[`9281a2d88`](https://github.com/benjie/
|
|
292
|
+
- [#407](https://github.com/benjie/crystal/pull/407)
|
|
293
|
+
[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478)
|
|
269
294
|
Thanks [@benjie](https://github.com/benjie)! - More accurate database
|
|
270
295
|
identifier parser used in a couple places.
|
|
271
296
|
|
|
272
|
-
- [#407](https://github.com/benjie/
|
|
273
|
-
[`808af8af3`](https://github.com/benjie/
|
|
297
|
+
- [#407](https://github.com/benjie/crystal/pull/407)
|
|
298
|
+
[`808af8af3`](https://github.com/benjie/crystal/commit/808af8af3fcc0d20154845a6b9962a094153d899)
|
|
274
299
|
Thanks [@benjie](https://github.com/benjie)! - Allow marking relations as
|
|
275
300
|
`@notNull`
|
|
276
301
|
|
|
277
|
-
- [#406](https://github.com/benjie/
|
|
278
|
-
[`9f5a784c6`](https://github.com/benjie/
|
|
302
|
+
- [#406](https://github.com/benjie/crystal/pull/406)
|
|
303
|
+
[`9f5a784c6`](https://github.com/benjie/crystal/commit/9f5a784c601b67dfb2cbf7bd836d7aa060fba63c)
|
|
279
304
|
Thanks [@benjie](https://github.com/benjie)! - Introduce TypeScript CIF
|
|
280
305
|
gatherConfig() to help typing the `gather` phase for plugins.
|
|
281
306
|
|
|
282
|
-
- [#408](https://github.com/benjie/
|
|
283
|
-
[`2849cc3fb`](https://github.com/benjie/
|
|
307
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
308
|
+
[`2849cc3fb`](https://github.com/benjie/crystal/commit/2849cc3fb8e4302b57cdf21f8c9a5fea33b797f8)
|
|
284
309
|
Thanks [@benjie](https://github.com/benjie)! - Better handle the situation
|
|
285
310
|
where a node fetcher could not be found.
|
|
286
311
|
|
|
287
|
-
- [#408](https://github.com/benjie/
|
|
288
|
-
[`8ca9425ed`](https://github.com/benjie/
|
|
312
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
313
|
+
[`8ca9425ed`](https://github.com/benjie/crystal/commit/8ca9425edec68fbac0e727bd3d2754bf4843cc74)
|
|
289
314
|
Thanks [@benjie](https://github.com/benjie)! - Detect when your preset doesn't
|
|
290
315
|
have any plugins, or omits the QueryPlugin, and raise an error or warning
|
|
291
316
|
indicating to the user that there's likely an issue here.
|
|
292
317
|
|
|
293
|
-
- [#406](https://github.com/benjie/
|
|
294
|
-
[`51414d328`](https://github.com/benjie/
|
|
318
|
+
- [#406](https://github.com/benjie/crystal/pull/406)
|
|
319
|
+
[`51414d328`](https://github.com/benjie/crystal/commit/51414d3281f04c8fd450d6364960336b862a5795)
|
|
295
320
|
Thanks [@benjie](https://github.com/benjie)! - Add support for `bytea`
|
|
296
321
|
datatype using new `Base64EncodedBinary` scalar in GraphQL.
|
|
297
322
|
|
|
298
|
-
- [#407](https://github.com/benjie/
|
|
299
|
-
[`9281a2d88`](https://github.com/benjie/
|
|
323
|
+
- [#407](https://github.com/benjie/crystal/pull/407)
|
|
324
|
+
[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478)
|
|
300
325
|
Thanks [@benjie](https://github.com/benjie)! - Possible to set the modifier of
|
|
301
326
|
an argument type via `@arg0modifier` smart tag
|
|
302
327
|
|
|
303
|
-
- [#408](https://github.com/benjie/
|
|
304
|
-
[`bc14d488d`](https://github.com/benjie/
|
|
328
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
329
|
+
[`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57)
|
|
305
330
|
Thanks [@benjie](https://github.com/benjie)! - When sorting, specify a
|
|
306
331
|
concrete locale to localeCompare to ensure stable ordering across machines.
|
|
307
332
|
|
|
308
|
-
- [#408](https://github.com/benjie/
|
|
309
|
-
[`dda361d11`](https://github.com/benjie/
|
|
333
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
334
|
+
[`dda361d11`](https://github.com/benjie/crystal/commit/dda361d11c4d2625c5770df32843f3ec1407c922)
|
|
310
335
|
Thanks [@benjie](https://github.com/benjie)! - Improve error messages for
|
|
311
336
|
getInputTypeByName and getOutputTypeByName.
|
|
312
337
|
|
|
313
338
|
- Updated dependencies
|
|
314
|
-
[[`f5dd38aa3`](https://github.com/benjie/
|
|
315
|
-
[`bfe5997e3`](https://github.com/benjie/
|
|
316
|
-
[`9281a2d88`](https://github.com/benjie/
|
|
317
|
-
[`903c04b3b`](https://github.com/benjie/
|
|
318
|
-
[`c5eceba07`](https://github.com/benjie/
|
|
319
|
-
[`675b7abb9`](https://github.com/benjie/
|
|
320
|
-
[`c5050dd28`](https://github.com/benjie/
|
|
321
|
-
[`9281a2d88`](https://github.com/benjie/
|
|
322
|
-
[`808af8af3`](https://github.com/benjie/
|
|
323
|
-
[`9f5a784c6`](https://github.com/benjie/
|
|
324
|
-
[`2849cc3fb`](https://github.com/benjie/
|
|
325
|
-
[`8ca9425ed`](https://github.com/benjie/
|
|
326
|
-
[`51414d328`](https://github.com/benjie/
|
|
327
|
-
[`a298fc893`](https://github.com/benjie/
|
|
328
|
-
[`1300a9753`](https://github.com/benjie/
|
|
329
|
-
[`088d83b1d`](https://github.com/benjie/
|
|
330
|
-
[`0d1782869`](https://github.com/benjie/
|
|
331
|
-
[`9281a2d88`](https://github.com/benjie/
|
|
332
|
-
[`bc14d488d`](https://github.com/benjie/
|
|
333
|
-
[`dda361d11`](https://github.com/benjie/
|
|
339
|
+
[[`f5dd38aa3`](https://github.com/benjie/crystal/commit/f5dd38aa34c10f5ef0e0fa8fa48b70534ac3c294),
|
|
340
|
+
[`bfe5997e3`](https://github.com/benjie/crystal/commit/bfe5997e365fae9561133f6cd8126e986860b8c2),
|
|
341
|
+
[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
|
|
342
|
+
[`903c04b3b`](https://github.com/benjie/crystal/commit/903c04b3b866b4b9136ba6f8ba22dfd7aae8b7b5),
|
|
343
|
+
[`c5eceba07`](https://github.com/benjie/crystal/commit/c5eceba07d0ca2ec93c058e2fcaf9fdf1b7b32e0),
|
|
344
|
+
[`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
|
|
345
|
+
[`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
|
|
346
|
+
[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
|
|
347
|
+
[`808af8af3`](https://github.com/benjie/crystal/commit/808af8af3fcc0d20154845a6b9962a094153d899),
|
|
348
|
+
[`9f5a784c6`](https://github.com/benjie/crystal/commit/9f5a784c601b67dfb2cbf7bd836d7aa060fba63c),
|
|
349
|
+
[`2849cc3fb`](https://github.com/benjie/crystal/commit/2849cc3fb8e4302b57cdf21f8c9a5fea33b797f8),
|
|
350
|
+
[`8ca9425ed`](https://github.com/benjie/crystal/commit/8ca9425edec68fbac0e727bd3d2754bf4843cc74),
|
|
351
|
+
[`51414d328`](https://github.com/benjie/crystal/commit/51414d3281f04c8fd450d6364960336b862a5795),
|
|
352
|
+
[`a298fc893`](https://github.com/benjie/crystal/commit/a298fc8931f3a0579fb6846d63b52fa3fcc6e65e),
|
|
353
|
+
[`1300a9753`](https://github.com/benjie/crystal/commit/1300a975394f4e22540019bb0d40ba0bb9bec550),
|
|
354
|
+
[`088d83b1d`](https://github.com/benjie/crystal/commit/088d83b1de2782a1a37a5998747b202a6c2b27a2),
|
|
355
|
+
[`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37),
|
|
356
|
+
[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
|
|
357
|
+
[`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57),
|
|
358
|
+
[`dda361d11`](https://github.com/benjie/crystal/commit/dda361d11c4d2625c5770df32843f3ec1407c922)]:
|
|
334
359
|
- tamedevil@0.0.0-alpha.4
|
|
335
360
|
- graphile-build-pg@5.0.0-alpha.14
|
|
336
361
|
- grafast@0.0.1-alpha.12
|
|
@@ -346,18 +371,18 @@
|
|
|
346
371
|
|
|
347
372
|
### Patch Changes
|
|
348
373
|
|
|
349
|
-
- [#402](https://github.com/benjie/
|
|
350
|
-
[`70b2c3900`](https://github.com/benjie/
|
|
374
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
375
|
+
[`70b2c3900`](https://github.com/benjie/crystal/commit/70b2c3900cd29d241e968fc81d6279848fafb9ae)
|
|
351
376
|
Thanks [@benjie](https://github.com/benjie)! - pgCodecAttribute behavior now
|
|
352
377
|
uses attributeName rather than attribute spec in the callback (BREAKING)
|
|
353
378
|
|
|
354
|
-
- [#402](https://github.com/benjie/
|
|
355
|
-
[`37d829b89`](https://github.com/benjie/
|
|
379
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
380
|
+
[`37d829b89`](https://github.com/benjie/crystal/commit/37d829b8912fb3d2b7e1aa99d2314444d136971d)
|
|
356
381
|
Thanks [@benjie](https://github.com/benjie)! - Ability to control whether the
|
|
357
382
|
nodeId or regular column CRUD mutations are used
|
|
358
383
|
|
|
359
|
-
- [#402](https://github.com/benjie/
|
|
360
|
-
[`ff91a5660`](https://github.com/benjie/
|
|
384
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
385
|
+
[`ff91a5660`](https://github.com/benjie/crystal/commit/ff91a5660c5a33ab32555ab3da12f880179d9892)
|
|
361
386
|
Thanks [@benjie](https://github.com/benjie)! - Added
|
|
362
387
|
`postgraphile/presets/relay` preset:
|
|
363
388
|
|
|
@@ -383,27 +408,27 @@
|
|
|
383
408
|
turn back on `Query.userByUsername` you can do so by adding the `+connection`
|
|
384
409
|
behavior to the "unique username" constraint on the `users` table.
|
|
385
410
|
|
|
386
|
-
- [#402](https://github.com/benjie/
|
|
387
|
-
[`644938276`](https://github.com/benjie/
|
|
411
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
412
|
+
[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)
|
|
388
413
|
Thanks [@benjie](https://github.com/benjie)! - Use `file://` URLs in import()
|
|
389
414
|
to fix compatibility with Windows (e.g. when loading `graphile.config.mjs`)
|
|
390
415
|
|
|
391
|
-
- [#402](https://github.com/benjie/
|
|
392
|
-
[`47365f0df`](https://github.com/benjie/
|
|
416
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
417
|
+
[`47365f0df`](https://github.com/benjie/crystal/commit/47365f0df2644fd91839a6698998e1463df8de79)
|
|
393
418
|
Thanks [@benjie](https://github.com/benjie)! - Add helper for more easily
|
|
394
419
|
handling NodeIDs for known typeName.
|
|
395
420
|
|
|
396
|
-
- [#402](https://github.com/benjie/
|
|
397
|
-
[`339cb005e`](https://github.com/benjie/
|
|
421
|
+
- [#402](https://github.com/benjie/crystal/pull/402)
|
|
422
|
+
[`339cb005e`](https://github.com/benjie/crystal/commit/339cb005ed91aa8d421cdacd934877aee32e3f23)
|
|
398
423
|
Thanks [@benjie](https://github.com/benjie)! - Remove relations from mutation
|
|
399
424
|
payloads (unless using V4 preset) - they're redundant.
|
|
400
425
|
- Updated dependencies
|
|
401
|
-
[[`70b2c3900`](https://github.com/benjie/
|
|
402
|
-
[`37d829b89`](https://github.com/benjie/
|
|
403
|
-
[`ff91a5660`](https://github.com/benjie/
|
|
404
|
-
[`644938276`](https://github.com/benjie/
|
|
405
|
-
[`47365f0df`](https://github.com/benjie/
|
|
406
|
-
[`339cb005e`](https://github.com/benjie/
|
|
426
|
+
[[`70b2c3900`](https://github.com/benjie/crystal/commit/70b2c3900cd29d241e968fc81d6279848fafb9ae),
|
|
427
|
+
[`37d829b89`](https://github.com/benjie/crystal/commit/37d829b8912fb3d2b7e1aa99d2314444d136971d),
|
|
428
|
+
[`ff91a5660`](https://github.com/benjie/crystal/commit/ff91a5660c5a33ab32555ab3da12f880179d9892),
|
|
429
|
+
[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714),
|
|
430
|
+
[`47365f0df`](https://github.com/benjie/crystal/commit/47365f0df2644fd91839a6698998e1463df8de79),
|
|
431
|
+
[`339cb005e`](https://github.com/benjie/crystal/commit/339cb005ed91aa8d421cdacd934877aee32e3f23)]:
|
|
407
432
|
- graphile-build-pg@5.0.0-alpha.13
|
|
408
433
|
- graphile-build@5.0.0-alpha.12
|
|
409
434
|
- graphile-config@0.0.1-alpha.5
|
|
@@ -417,111 +442,111 @@
|
|
|
417
442
|
|
|
418
443
|
### Patch Changes
|
|
419
444
|
|
|
420
|
-
- [#396](https://github.com/benjie/
|
|
421
|
-
[`17fe531d7`](https://github.com/benjie/
|
|
445
|
+
- [#396](https://github.com/benjie/crystal/pull/396)
|
|
446
|
+
[`17fe531d7`](https://github.com/benjie/crystal/commit/17fe531d729e88a7126b0e2e06fc1ee9ab3ac5b8)
|
|
422
447
|
Thanks [@benjie](https://github.com/benjie)! - pgUnionAll uses a slightly more
|
|
423
448
|
optimal SQL (where JSON isn't cast to `::text` and then back to `::json`)
|
|
424
449
|
|
|
425
|
-
- [#398](https://github.com/benjie/
|
|
426
|
-
[`b7533bd4d`](https://github.com/benjie/
|
|
450
|
+
- [#398](https://github.com/benjie/crystal/pull/398)
|
|
451
|
+
[`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4)
|
|
427
452
|
Thanks [@benjie](https://github.com/benjie)! - Incremental delivery will no
|
|
428
453
|
longer deliver payloads for paths that don't exist when an error is thrown in
|
|
429
454
|
an output plan.
|
|
430
455
|
|
|
431
|
-
- [#376](https://github.com/benjie/
|
|
432
|
-
[`326aa99cd`](https://github.com/benjie/
|
|
456
|
+
- [#376](https://github.com/benjie/crystal/pull/376)
|
|
457
|
+
[`326aa99cd`](https://github.com/benjie/crystal/commit/326aa99cd5e6b5cc8f30e4500382738eb63b792d)
|
|
433
458
|
Thanks [@benjie](https://github.com/benjie)! - Can now give constraints
|
|
434
459
|
separate forward/backward behaviors
|
|
435
460
|
|
|
436
|
-
- [#385](https://github.com/benjie/
|
|
437
|
-
[`7c5a0fe3a`](https://github.com/benjie/
|
|
461
|
+
- [#385](https://github.com/benjie/crystal/pull/385)
|
|
462
|
+
[`7c5a0fe3a`](https://github.com/benjie/crystal/commit/7c5a0fe3a8c28aeac0dd9ab90d7a29170c542e5b)
|
|
438
463
|
Thanks [@benjie](https://github.com/benjie)! - makeV4Preset is now typed to
|
|
439
464
|
support arbitrary schema options (it already supported this, but the types
|
|
440
465
|
didn't allow it).
|
|
441
466
|
|
|
442
|
-
- [#396](https://github.com/benjie/
|
|
443
|
-
[`b5eb7c490`](https://github.com/benjie/
|
|
467
|
+
- [#396](https://github.com/benjie/crystal/pull/396)
|
|
468
|
+
[`b5eb7c490`](https://github.com/benjie/crystal/commit/b5eb7c490305b869e1bfc176a5a417e28f1411cd)
|
|
444
469
|
Thanks [@benjie](https://github.com/benjie)! - Cursor pagination over nullable
|
|
445
470
|
columns _should_ now work, although it is untested.
|
|
446
471
|
|
|
447
|
-
- [#399](https://github.com/benjie/
|
|
448
|
-
[`976958e80`](https://github.com/benjie/
|
|
472
|
+
- [#399](https://github.com/benjie/crystal/pull/399)
|
|
473
|
+
[`976958e80`](https://github.com/benjie/crystal/commit/976958e80c791819cd80e96df8209dcff1918585)
|
|
449
474
|
Thanks [@benjie](https://github.com/benjie)! - Plugins can now use
|
|
450
475
|
build.grafast rather than adding grafast as a peerDependency.
|
|
451
476
|
|
|
452
|
-
- [#399](https://github.com/benjie/
|
|
453
|
-
[`e0f322b79`](https://github.com/benjie/
|
|
477
|
+
- [#399](https://github.com/benjie/crystal/pull/399)
|
|
478
|
+
[`e0f322b79`](https://github.com/benjie/crystal/commit/e0f322b795abc7242490542d35d3467bde3141d7)
|
|
454
479
|
Thanks [@benjie](https://github.com/benjie)! - Re-export dependencies at
|
|
455
480
|
`postgraphile/{depName}` e.g. `postgraphile/@dataplan/pg` so exports can be
|
|
456
481
|
used without peerDependency/hoisting issues.
|
|
457
482
|
|
|
458
|
-
- [#396](https://github.com/benjie/
|
|
459
|
-
[`7573bf374`](https://github.com/benjie/
|
|
483
|
+
- [#396](https://github.com/benjie/crystal/pull/396)
|
|
484
|
+
[`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279)
|
|
460
485
|
Thanks [@benjie](https://github.com/benjie)! - Address a decent number of
|
|
461
486
|
TODO/FIXME/etc comments in the codebase.
|
|
462
487
|
|
|
463
|
-
- [#378](https://github.com/benjie/
|
|
464
|
-
[`95b2ab41e`](https://github.com/benjie/
|
|
488
|
+
- [#378](https://github.com/benjie/crystal/pull/378)
|
|
489
|
+
[`95b2ab41e`](https://github.com/benjie/crystal/commit/95b2ab41e41976de852276b83f7fb5924555e7c5)
|
|
465
490
|
Thanks [@benjie](https://github.com/benjie)! - Support for nested arrays via
|
|
466
491
|
PostgreSQL domains.
|
|
467
492
|
|
|
468
|
-
- [#386](https://github.com/benjie/
|
|
469
|
-
[`8230fcaeb`](https://github.com/benjie/
|
|
493
|
+
- [#386](https://github.com/benjie/crystal/pull/386)
|
|
494
|
+
[`8230fcaeb`](https://github.com/benjie/crystal/commit/8230fcaeb0286c905fc0dad4b7af2d94bac88a44)
|
|
470
495
|
Thanks [@benjie](https://github.com/benjie)! - If an issue occurs whilst
|
|
471
496
|
retrieving attributes for a constraint, we now log an error and return an
|
|
472
497
|
empty array.
|
|
473
498
|
|
|
474
|
-
- [#398](https://github.com/benjie/
|
|
475
|
-
[`c43802d74`](https://github.com/benjie/
|
|
499
|
+
- [#398](https://github.com/benjie/crystal/pull/398)
|
|
500
|
+
[`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0)
|
|
476
501
|
Thanks [@benjie](https://github.com/benjie)! - Fix a number of issues relating
|
|
477
502
|
to incremental delivery and iterators
|
|
478
503
|
|
|
479
|
-
- [#398](https://github.com/benjie/
|
|
480
|
-
[`b118b8f6d`](https://github.com/benjie/
|
|
504
|
+
- [#398](https://github.com/benjie/crystal/pull/398)
|
|
505
|
+
[`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8)
|
|
481
506
|
Thanks [@benjie](https://github.com/benjie)! - Incremental delivery `@stream`
|
|
482
507
|
now works for regular steps as well as streamable steps.
|
|
483
508
|
|
|
484
|
-
- [#396](https://github.com/benjie/
|
|
485
|
-
[`b66d2503b`](https://github.com/benjie/
|
|
509
|
+
- [#396](https://github.com/benjie/crystal/pull/396)
|
|
510
|
+
[`b66d2503b`](https://github.com/benjie/crystal/commit/b66d2503b90eb458af709bb593e5a00d869df03f)
|
|
486
511
|
Thanks [@benjie](https://github.com/benjie)! - hasNextPage (via hasMore) now
|
|
487
512
|
uses an access plan rather than a lambda plan.
|
|
488
513
|
|
|
489
|
-
- [#401](https://github.com/benjie/
|
|
490
|
-
[`b868aa63f`](https://github.com/benjie/
|
|
514
|
+
- [#401](https://github.com/benjie/crystal/pull/401)
|
|
515
|
+
[`b868aa63f`](https://github.com/benjie/crystal/commit/b868aa63f7759396b71fdd1e8eda1012352ad595)
|
|
491
516
|
Thanks [@benjie](https://github.com/benjie)! - Added `Build.dataplanPg` so
|
|
492
517
|
plugins don't need to import this module.
|
|
493
518
|
|
|
494
|
-
- [#396](https://github.com/benjie/
|
|
495
|
-
[`3caaced6c`](https://github.com/benjie/
|
|
519
|
+
- [#396](https://github.com/benjie/crystal/pull/396)
|
|
520
|
+
[`3caaced6c`](https://github.com/benjie/crystal/commit/3caaced6cfbac4a187a245a61eb103edcb8cd4c9)
|
|
496
521
|
Thanks [@benjie](https://github.com/benjie)! - When fetching a single row, an
|
|
497
522
|
`ORDER BY` clause will no longer be added.
|
|
498
523
|
|
|
499
524
|
- Updated dependencies
|
|
500
|
-
[[`659508371`](https://github.com/benjie/
|
|
501
|
-
[`409581534`](https://github.com/benjie/
|
|
502
|
-
[`4d64ac127`](https://github.com/benjie/
|
|
503
|
-
[`17fe531d7`](https://github.com/benjie/
|
|
504
|
-
[`b7533bd4d`](https://github.com/benjie/
|
|
505
|
-
[`326aa99cd`](https://github.com/benjie/
|
|
506
|
-
[`56b52295c`](https://github.com/benjie/
|
|
507
|
-
[`9238d3ce4`](https://github.com/benjie/
|
|
508
|
-
[`9feb769c2`](https://github.com/benjie/
|
|
509
|
-
[`b5eb7c490`](https://github.com/benjie/
|
|
510
|
-
[`976958e80`](https://github.com/benjie/
|
|
511
|
-
[`7573bf374`](https://github.com/benjie/
|
|
512
|
-
[`95b2ab41e`](https://github.com/benjie/
|
|
513
|
-
[`2c8586b36`](https://github.com/benjie/
|
|
514
|
-
[`8230fcaeb`](https://github.com/benjie/
|
|
515
|
-
[`6f545683c`](https://github.com/benjie/
|
|
516
|
-
[`c43802d74`](https://github.com/benjie/
|
|
517
|
-
[`b118b8f6d`](https://github.com/benjie/
|
|
518
|
-
[`b66d2503b`](https://github.com/benjie/
|
|
519
|
-
[`9008c4f87`](https://github.com/benjie/
|
|
520
|
-
[`47ff7e824`](https://github.com/benjie/
|
|
521
|
-
[`b868aa63f`](https://github.com/benjie/
|
|
522
|
-
[`e8c81cd20`](https://github.com/benjie/
|
|
523
|
-
[`3caaced6c`](https://github.com/benjie/
|
|
524
|
-
[`9f2507ed9`](https://github.com/benjie/
|
|
525
|
+
[[`659508371`](https://github.com/benjie/crystal/commit/659508371e79e76b581532978fe26d50a54e6248),
|
|
526
|
+
[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd),
|
|
527
|
+
[`4d64ac127`](https://github.com/benjie/crystal/commit/4d64ac12799be55680448aab6906312bcbc525ab),
|
|
528
|
+
[`17fe531d7`](https://github.com/benjie/crystal/commit/17fe531d729e88a7126b0e2e06fc1ee9ab3ac5b8),
|
|
529
|
+
[`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4),
|
|
530
|
+
[`326aa99cd`](https://github.com/benjie/crystal/commit/326aa99cd5e6b5cc8f30e4500382738eb63b792d),
|
|
531
|
+
[`56b52295c`](https://github.com/benjie/crystal/commit/56b52295c77d1748c01754d5e71702e05c8a2dd3),
|
|
532
|
+
[`9238d3ce4`](https://github.com/benjie/crystal/commit/9238d3ce4f6f59295ba849d6325286e4847c1bac),
|
|
533
|
+
[`9feb769c2`](https://github.com/benjie/crystal/commit/9feb769c2df0c57971ed26a937be4a1bee7a7524),
|
|
534
|
+
[`b5eb7c490`](https://github.com/benjie/crystal/commit/b5eb7c490305b869e1bfc176a5a417e28f1411cd),
|
|
535
|
+
[`976958e80`](https://github.com/benjie/crystal/commit/976958e80c791819cd80e96df8209dcff1918585),
|
|
536
|
+
[`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279),
|
|
537
|
+
[`95b2ab41e`](https://github.com/benjie/crystal/commit/95b2ab41e41976de852276b83f7fb5924555e7c5),
|
|
538
|
+
[`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7),
|
|
539
|
+
[`8230fcaeb`](https://github.com/benjie/crystal/commit/8230fcaeb0286c905fc0dad4b7af2d94bac88a44),
|
|
540
|
+
[`6f545683c`](https://github.com/benjie/crystal/commit/6f545683c981af4ee40d51b272a053b01d535491),
|
|
541
|
+
[`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0),
|
|
542
|
+
[`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8),
|
|
543
|
+
[`b66d2503b`](https://github.com/benjie/crystal/commit/b66d2503b90eb458af709bb593e5a00d869df03f),
|
|
544
|
+
[`9008c4f87`](https://github.com/benjie/crystal/commit/9008c4f87df53be4051c49f9836358dc2baa59df),
|
|
545
|
+
[`47ff7e824`](https://github.com/benjie/crystal/commit/47ff7e824b2fc96c11f601c3814d0200208711ce),
|
|
546
|
+
[`b868aa63f`](https://github.com/benjie/crystal/commit/b868aa63f7759396b71fdd1e8eda1012352ad595),
|
|
547
|
+
[`e8c81cd20`](https://github.com/benjie/crystal/commit/e8c81cd2046390ed5b6799aa7ff3d90b28a1861a),
|
|
548
|
+
[`3caaced6c`](https://github.com/benjie/crystal/commit/3caaced6cfbac4a187a245a61eb103edcb8cd4c9),
|
|
549
|
+
[`9f2507ed9`](https://github.com/benjie/crystal/commit/9f2507ed9fe8a6abe93c9c8a1cff410446587fd6)]:
|
|
525
550
|
- @dataplan/pg@0.0.1-alpha.11
|
|
526
551
|
- graphile-build-pg@5.0.0-alpha.12
|
|
527
552
|
- graphile-build@5.0.0-alpha.11
|
|
@@ -535,8 +560,8 @@
|
|
|
535
560
|
|
|
536
561
|
### Patch Changes
|
|
537
562
|
|
|
538
|
-
- [#349](https://github.com/benjie/
|
|
539
|
-
[`a94f11091`](https://github.com/benjie/
|
|
563
|
+
- [#349](https://github.com/benjie/crystal/pull/349)
|
|
564
|
+
[`a94f11091`](https://github.com/benjie/crystal/commit/a94f11091520b52d90fd007986760848ed20017b)
|
|
540
565
|
Thanks [@benjie](https://github.com/benjie)! - **Overhaul behavior system**
|
|
541
566
|
|
|
542
567
|
Previously the behavior system worked during the schema building process,
|
|
@@ -603,8 +628,8 @@
|
|
|
603
628
|
may impact you. This could be a breaking change - so be sure to do a schema
|
|
604
629
|
diff before/after this.
|
|
605
630
|
|
|
606
|
-
- [#355](https://github.com/benjie/
|
|
607
|
-
[`1fe47a2b0`](https://github.com/benjie/
|
|
631
|
+
- [#355](https://github.com/benjie/crystal/pull/355)
|
|
632
|
+
[`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84)
|
|
608
633
|
Thanks [@benjie](https://github.com/benjie)! - **MAJOR BREAKING CHANGE**:
|
|
609
634
|
implicit application of args/input fields has been removed.
|
|
610
635
|
|
|
@@ -631,29 +656,29 @@
|
|
|
631
656
|
if you were relying on the implicit `applyPlan` then you should now add the
|
|
632
657
|
relevant `autoApply*` property next to your `applyPlan` method.
|
|
633
658
|
|
|
634
|
-
- [#363](https://github.com/benjie/
|
|
635
|
-
[`bcfffd5fe`](https://github.com/benjie/
|
|
659
|
+
- [#363](https://github.com/benjie/crystal/pull/363)
|
|
660
|
+
[`bcfffd5fe`](https://github.com/benjie/crystal/commit/bcfffd5fe14d5bbc3517c62041da585a3bf1bab1)
|
|
636
661
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug causing `@foreignKey`
|
|
637
662
|
relation to not show up under rare circumstances (by updating
|
|
638
663
|
PgRelationsPlugin to use codec, not resource, as the primary entity).
|
|
639
664
|
|
|
640
|
-
- [#362](https://github.com/benjie/
|
|
641
|
-
[`e443db39b`](https://github.com/benjie/
|
|
665
|
+
- [#362](https://github.com/benjie/crystal/pull/362)
|
|
666
|
+
[`e443db39b`](https://github.com/benjie/crystal/commit/e443db39b07f9d71f7a1ce402475004e072a2d1d)
|
|
642
667
|
Thanks [@benjie](https://github.com/benjie)! - Use original case for table
|
|
643
668
|
resource names.
|
|
644
669
|
|
|
645
670
|
- Updated dependencies
|
|
646
|
-
[[`56237691b`](https://github.com/benjie/
|
|
647
|
-
[`ed1982f31`](https://github.com/benjie/
|
|
648
|
-
[`a94f11091`](https://github.com/benjie/
|
|
649
|
-
[`1fe47a2b0`](https://github.com/benjie/
|
|
650
|
-
[`198ac74d5`](https://github.com/benjie/
|
|
651
|
-
[`6878c589c`](https://github.com/benjie/
|
|
652
|
-
[`2ac706f18`](https://github.com/benjie/
|
|
653
|
-
[`77e011294`](https://github.com/benjie/
|
|
654
|
-
[`bcfffd5fe`](https://github.com/benjie/
|
|
655
|
-
[`dad4d4aae`](https://github.com/benjie/
|
|
656
|
-
[`e443db39b`](https://github.com/benjie/
|
|
671
|
+
[[`56237691b`](https://github.com/benjie/crystal/commit/56237691bf3eed321b7159e17f36e3651356946f),
|
|
672
|
+
[`ed1982f31`](https://github.com/benjie/crystal/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
|
|
673
|
+
[`a94f11091`](https://github.com/benjie/crystal/commit/a94f11091520b52d90fd007986760848ed20017b),
|
|
674
|
+
[`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
|
|
675
|
+
[`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
|
|
676
|
+
[`6878c589c`](https://github.com/benjie/crystal/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
|
|
677
|
+
[`2ac706f18`](https://github.com/benjie/crystal/commit/2ac706f18660c855fe20f460b50694fdd04a7768),
|
|
678
|
+
[`77e011294`](https://github.com/benjie/crystal/commit/77e01129450ab78d55d3868661e37b0c99db3da5),
|
|
679
|
+
[`bcfffd5fe`](https://github.com/benjie/crystal/commit/bcfffd5fe14d5bbc3517c62041da585a3bf1bab1),
|
|
680
|
+
[`dad4d4aae`](https://github.com/benjie/crystal/commit/dad4d4aaee499098104841740c9049b1deb6ac5f),
|
|
681
|
+
[`e443db39b`](https://github.com/benjie/crystal/commit/e443db39b07f9d71f7a1ce402475004e072a2d1d)]:
|
|
657
682
|
- grafast@0.0.1-alpha.9
|
|
658
683
|
- graphile-build-pg@5.0.0-alpha.11
|
|
659
684
|
- graphile-build@5.0.0-alpha.10
|
|
@@ -667,7 +692,7 @@
|
|
|
667
692
|
### Patch Changes
|
|
668
693
|
|
|
669
694
|
- Updated dependencies
|
|
670
|
-
[[`dd3ef599c`](https://github.com/benjie/
|
|
695
|
+
[[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
|
|
671
696
|
- grafast@0.0.1-alpha.8
|
|
672
697
|
- @dataplan/pg@0.0.1-alpha.9
|
|
673
698
|
- grafserv@0.0.1-alpha.8
|
|
@@ -678,28 +703,28 @@
|
|
|
678
703
|
|
|
679
704
|
### Patch Changes
|
|
680
705
|
|
|
681
|
-
- [#346](https://github.com/benjie/
|
|
682
|
-
[`9ddaaaa96`](https://github.com/benjie/
|
|
706
|
+
- [#346](https://github.com/benjie/crystal/pull/346)
|
|
707
|
+
[`9ddaaaa96`](https://github.com/benjie/crystal/commit/9ddaaaa9617874cb44946acfcd252517ae427446)
|
|
683
708
|
Thanks [@benjie](https://github.com/benjie)! - Fix a bug in subscriptions
|
|
684
709
|
where variables were not recognized
|
|
685
710
|
|
|
686
|
-
- [#345](https://github.com/benjie/
|
|
687
|
-
[`3a984718a`](https://github.com/benjie/
|
|
711
|
+
- [#345](https://github.com/benjie/crystal/pull/345)
|
|
712
|
+
[`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d)
|
|
688
713
|
Thanks [@benjie](https://github.com/benjie)! - Cursor validation errors are
|
|
689
714
|
now raised by the connection directly, rather than the subfields.
|
|
690
715
|
|
|
691
|
-
- [#340](https://github.com/benjie/
|
|
692
|
-
[`fe9154b23`](https://github.com/benjie/
|
|
716
|
+
- [#340](https://github.com/benjie/crystal/pull/340)
|
|
717
|
+
[`fe9154b23`](https://github.com/benjie/crystal/commit/fe9154b23f6e45c56ff5827dfe758bdf4974e215)
|
|
693
718
|
Thanks [@benjie](https://github.com/benjie)! - Make Datetime RFC3339
|
|
694
719
|
compatible when a timezone is present
|
|
695
720
|
|
|
696
721
|
- Updated dependencies
|
|
697
|
-
[[`5c9d32264`](https://github.com/benjie/
|
|
698
|
-
[`9ddaaaa96`](https://github.com/benjie/
|
|
699
|
-
[`2fcbe688c`](https://github.com/benjie/
|
|
700
|
-
[`3a984718a`](https://github.com/benjie/
|
|
701
|
-
[`fe9154b23`](https://github.com/benjie/
|
|
702
|
-
[`adc7ae5e0`](https://github.com/benjie/
|
|
722
|
+
[[`5c9d32264`](https://github.com/benjie/crystal/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
|
|
723
|
+
[`9ddaaaa96`](https://github.com/benjie/crystal/commit/9ddaaaa9617874cb44946acfcd252517ae427446),
|
|
724
|
+
[`2fcbe688c`](https://github.com/benjie/crystal/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
|
|
725
|
+
[`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d),
|
|
726
|
+
[`fe9154b23`](https://github.com/benjie/crystal/commit/fe9154b23f6e45c56ff5827dfe758bdf4974e215),
|
|
727
|
+
[`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
|
|
703
728
|
- grafast@0.0.1-alpha.7
|
|
704
729
|
- grafserv@0.0.1-alpha.7
|
|
705
730
|
- graphile-build-pg@5.0.0-alpha.9
|
|
@@ -712,31 +737,31 @@
|
|
|
712
737
|
|
|
713
738
|
### Patch Changes
|
|
714
739
|
|
|
715
|
-
- [#338](https://github.com/benjie/
|
|
716
|
-
[`dcc3d0355`](https://github.com/benjie/
|
|
740
|
+
- [#338](https://github.com/benjie/crystal/pull/338)
|
|
741
|
+
[`dcc3d0355`](https://github.com/benjie/crystal/commit/dcc3d03558d28506260dcfc79e1a797b60ec1773)
|
|
717
742
|
Thanks [@benjie](https://github.com/benjie)! - `@interface mode:union`
|
|
718
743
|
interfaces now also gain root fields.
|
|
719
744
|
|
|
720
|
-
- [#339](https://github.com/benjie/
|
|
721
|
-
[`f75926f4b`](https://github.com/benjie/
|
|
745
|
+
- [#339](https://github.com/benjie/crystal/pull/339)
|
|
746
|
+
[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)
|
|
722
747
|
Thanks [@benjie](https://github.com/benjie)! - CRITICAL BUGFIX: mistake in
|
|
723
748
|
optimization of list() can lead to arrays being truncated
|
|
724
749
|
|
|
725
|
-
- [#338](https://github.com/benjie/
|
|
726
|
-
[`ca1526b70`](https://github.com/benjie/
|
|
750
|
+
- [#338](https://github.com/benjie/crystal/pull/338)
|
|
751
|
+
[`ca1526b70`](https://github.com/benjie/crystal/commit/ca1526b7028b0b9d506b6ccda7da046b64af1ab6)
|
|
727
752
|
Thanks [@benjie](https://github.com/benjie)! - Fix startCursor/endCursor for
|
|
728
753
|
connections using pgUnionAll steps.
|
|
729
754
|
|
|
730
|
-
- [#338](https://github.com/benjie/
|
|
731
|
-
[`3426b0f4a`](https://github.com/benjie/
|
|
755
|
+
- [#338](https://github.com/benjie/crystal/pull/338)
|
|
756
|
+
[`3426b0f4a`](https://github.com/benjie/crystal/commit/3426b0f4adb0c5d80c66e51c203214f06f364d3a)
|
|
732
757
|
Thanks [@benjie](https://github.com/benjie)! - Fix bugs in pgUnionAll
|
|
733
758
|
connections relating to PageInfo
|
|
734
759
|
|
|
735
760
|
- Updated dependencies
|
|
736
|
-
[[`dcc3d0355`](https://github.com/benjie/
|
|
737
|
-
[`f75926f4b`](https://github.com/benjie/
|
|
738
|
-
[`ca1526b70`](https://github.com/benjie/
|
|
739
|
-
[`3426b0f4a`](https://github.com/benjie/
|
|
761
|
+
[[`dcc3d0355`](https://github.com/benjie/crystal/commit/dcc3d03558d28506260dcfc79e1a797b60ec1773),
|
|
762
|
+
[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba),
|
|
763
|
+
[`ca1526b70`](https://github.com/benjie/crystal/commit/ca1526b7028b0b9d506b6ccda7da046b64af1ab6),
|
|
764
|
+
[`3426b0f4a`](https://github.com/benjie/crystal/commit/3426b0f4adb0c5d80c66e51c203214f06f364d3a)]:
|
|
740
765
|
- graphile-build-pg@5.0.0-alpha.8
|
|
741
766
|
- grafast@0.0.1-alpha.6
|
|
742
767
|
- @dataplan/pg@0.0.1-alpha.7
|
|
@@ -747,21 +772,21 @@
|
|
|
747
772
|
|
|
748
773
|
### Patch Changes
|
|
749
774
|
|
|
750
|
-
- [#335](https://github.com/benjie/
|
|
751
|
-
[`ef8432511`](https://github.com/benjie/
|
|
775
|
+
- [#335](https://github.com/benjie/crystal/pull/335)
|
|
776
|
+
[`ef8432511`](https://github.com/benjie/crystal/commit/ef84325111416a9663417bb58ec664998040cf7c)
|
|
752
777
|
Thanks [@benjie](https://github.com/benjie)! - Have ref fields support
|
|
753
778
|
ordering and filtering.
|
|
754
779
|
|
|
755
|
-
- [#336](https://github.com/benjie/
|
|
756
|
-
[`24822d0dc`](https://github.com/benjie/
|
|
780
|
+
- [#336](https://github.com/benjie/crystal/pull/336)
|
|
781
|
+
[`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)
|
|
757
782
|
Thanks [@benjie](https://github.com/benjie)! - Fix over-cautious throw when
|
|
758
783
|
dealing with recursive inputs.
|
|
759
784
|
|
|
760
785
|
- Updated dependencies
|
|
761
|
-
[[`ef8432511`](https://github.com/benjie/
|
|
762
|
-
[`86e503d78`](https://github.com/benjie/
|
|
763
|
-
[`2850e4732`](https://github.com/benjie/
|
|
764
|
-
[`24822d0dc`](https://github.com/benjie/
|
|
786
|
+
[[`ef8432511`](https://github.com/benjie/crystal/commit/ef84325111416a9663417bb58ec664998040cf7c),
|
|
787
|
+
[`86e503d78`](https://github.com/benjie/crystal/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
|
|
788
|
+
[`2850e4732`](https://github.com/benjie/crystal/commit/2850e4732ff173347357dba048eaf3c1ef775497),
|
|
789
|
+
[`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
|
|
765
790
|
- graphile-build-pg@5.0.0-alpha.7
|
|
766
791
|
- grafast@0.0.1-alpha.5
|
|
767
792
|
- graphile-build@5.0.0-alpha.6
|
|
@@ -772,12 +797,12 @@
|
|
|
772
797
|
|
|
773
798
|
### Patch Changes
|
|
774
799
|
|
|
775
|
-
- [#334](https://github.com/benjie/
|
|
776
|
-
[`1ea7acdf5`](https://github.com/benjie/
|
|
800
|
+
- [#334](https://github.com/benjie/crystal/pull/334)
|
|
801
|
+
[`1ea7acdf5`](https://github.com/benjie/crystal/commit/1ea7acdf5cbf39c876d5a7990ff456eb0803ac0b)
|
|
777
802
|
Thanks [@benjie](https://github.com/benjie)! - Tweak peerDependencies
|
|
778
803
|
|
|
779
804
|
- Updated dependencies
|
|
780
|
-
[[`1ea7acdf5`](https://github.com/benjie/
|
|
805
|
+
[[`1ea7acdf5`](https://github.com/benjie/crystal/commit/1ea7acdf5cbf39c876d5a7990ff456eb0803ac0b)]:
|
|
781
806
|
- graphile-build-pg@5.0.0-alpha.6
|
|
782
807
|
- @dataplan/pg@0.0.1-alpha.5
|
|
783
808
|
|
|
@@ -786,8 +811,8 @@
|
|
|
786
811
|
### Patch Changes
|
|
787
812
|
|
|
788
813
|
- Updated dependencies
|
|
789
|
-
[[`45dcf3a8f`](https://github.com/benjie/
|
|
790
|
-
[`f34bd5a3c`](https://github.com/benjie/
|
|
814
|
+
[[`45dcf3a8f`](https://github.com/benjie/crystal/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950),
|
|
815
|
+
[`f34bd5a3c`](https://github.com/benjie/crystal/commit/f34bd5a3c353693b86a0307357a3620110700e1c)]:
|
|
791
816
|
- grafast@0.0.1-alpha.4
|
|
792
817
|
- @dataplan/pg@0.0.1-alpha.4
|
|
793
818
|
- ruru@2.0.0-alpha.4
|
|
@@ -799,13 +824,13 @@
|
|
|
799
824
|
|
|
800
825
|
### Patch Changes
|
|
801
826
|
|
|
802
|
-
- [#332](https://github.com/benjie/
|
|
803
|
-
[`faa1c9eaa`](https://github.com/benjie/
|
|
827
|
+
- [#332](https://github.com/benjie/crystal/pull/332)
|
|
828
|
+
[`faa1c9eaa`](https://github.com/benjie/crystal/commit/faa1c9eaa25cbd6f0e25635f6a100d0dc9be6106)
|
|
804
829
|
Thanks [@benjie](https://github.com/benjie)! - Adjust dependencies and
|
|
805
830
|
peerDependencies and peerDependenciesMeta.
|
|
806
831
|
|
|
807
832
|
- Updated dependencies
|
|
808
|
-
[[`faa1c9eaa`](https://github.com/benjie/
|
|
833
|
+
[[`faa1c9eaa`](https://github.com/benjie/crystal/commit/faa1c9eaa25cbd6f0e25635f6a100d0dc9be6106)]:
|
|
809
834
|
- graphile-build-pg@5.0.0-alpha.4
|
|
810
835
|
- graphile-build@5.0.0-alpha.4
|
|
811
836
|
- @dataplan/pg@0.0.1-alpha.3
|
|
@@ -814,24 +839,24 @@
|
|
|
814
839
|
|
|
815
840
|
### Patch Changes
|
|
816
841
|
|
|
817
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
842
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
818
843
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
819
844
|
TypeScript/tslib
|
|
820
845
|
|
|
821
|
-
- [`9605165d5`](https://github.com/benjie/
|
|
846
|
+
- [`9605165d5`](https://github.com/benjie/crystal/commit/9605165d5857c97053778275836b95bf19c0b1c9)
|
|
822
847
|
Thanks [@benjie](https://github.com/benjie)! - Fix naming conflict that occurs
|
|
823
848
|
with `@enum` smart tag when not using `@enumName`. New `enumTableEnum`
|
|
824
849
|
inflector.
|
|
825
850
|
- Updated dependencies
|
|
826
|
-
[[`21e95326d`](https://github.com/benjie/
|
|
827
|
-
[`98ae00f59`](https://github.com/benjie/
|
|
828
|
-
[`2389f47ec`](https://github.com/benjie/
|
|
829
|
-
[`2fe247f75`](https://github.com/benjie/
|
|
830
|
-
[`e91ee201d`](https://github.com/benjie/
|
|
831
|
-
[`865bec590`](https://github.com/benjie/
|
|
832
|
-
[`7f857950a`](https://github.com/benjie/
|
|
833
|
-
[`9605165d5`](https://github.com/benjie/
|
|
834
|
-
[`d39a5d409`](https://github.com/benjie/
|
|
851
|
+
[[`21e95326d`](https://github.com/benjie/crystal/commit/21e95326d72eaad7a8860c4c21a11736191f169b),
|
|
852
|
+
[`98ae00f59`](https://github.com/benjie/crystal/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
|
|
853
|
+
[`2389f47ec`](https://github.com/benjie/crystal/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
|
|
854
|
+
[`2fe247f75`](https://github.com/benjie/crystal/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc),
|
|
855
|
+
[`e91ee201d`](https://github.com/benjie/crystal/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
|
|
856
|
+
[`865bec590`](https://github.com/benjie/crystal/commit/865bec5901f666e147f5d4088152d1f0d2584827),
|
|
857
|
+
[`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
|
|
858
|
+
[`9605165d5`](https://github.com/benjie/crystal/commit/9605165d5857c97053778275836b95bf19c0b1c9),
|
|
859
|
+
[`d39a5d409`](https://github.com/benjie/crystal/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
|
|
835
860
|
- graphile-export@0.0.2-alpha.2
|
|
836
861
|
- @graphile/lru@5.0.0-alpha.2
|
|
837
862
|
- grafast@0.0.1-alpha.3
|
|
@@ -847,8 +872,8 @@
|
|
|
847
872
|
|
|
848
873
|
### Patch Changes
|
|
849
874
|
|
|
850
|
-
- [#305](https://github.com/benjie/
|
|
851
|
-
[`3cf35fdb4`](https://github.com/benjie/
|
|
875
|
+
- [#305](https://github.com/benjie/crystal/pull/305)
|
|
876
|
+
[`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8)
|
|
852
877
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 Ruru is now a CommonJS
|
|
853
878
|
module, no longer an ESM module.
|
|
854
879
|
|
|
@@ -893,8 +918,8 @@
|
|
|
893
918
|
};
|
|
894
919
|
```
|
|
895
920
|
|
|
896
|
-
- [#307](https://github.com/benjie/
|
|
897
|
-
[`7c45eaf4e`](https://github.com/benjie/
|
|
921
|
+
- [#307](https://github.com/benjie/crystal/pull/307)
|
|
922
|
+
[`7c45eaf4e`](https://github.com/benjie/crystal/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4)
|
|
898
923
|
Thanks [@benjie](https://github.com/benjie)! - 🚨
|
|
899
924
|
'application/x-www-form-urlencoded' is now opt-in (unless you're using the V4
|
|
900
925
|
preset).
|
|
@@ -960,9 +985,9 @@
|
|
|
960
985
|
so disabling it does not make your server non-compliant.
|
|
961
986
|
|
|
962
987
|
- Updated dependencies
|
|
963
|
-
[[`3cf35fdb4`](https://github.com/benjie/
|
|
964
|
-
[`7c45eaf4e`](https://github.com/benjie/
|
|
965
|
-
[`3df3f1726`](https://github.com/benjie/
|
|
988
|
+
[[`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
|
|
989
|
+
[`7c45eaf4e`](https://github.com/benjie/crystal/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4),
|
|
990
|
+
[`3df3f1726`](https://github.com/benjie/crystal/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
|
|
966
991
|
- grafserv@0.0.1-alpha.2
|
|
967
992
|
- ruru@2.0.0-alpha.2
|
|
968
993
|
- grafast@0.0.1-alpha.2
|
|
@@ -974,12 +999,12 @@
|
|
|
974
999
|
|
|
975
1000
|
### Patch Changes
|
|
976
1001
|
|
|
977
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
1002
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
978
1003
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
979
1004
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
980
1005
|
|
|
981
1006
|
- Updated dependencies
|
|
982
|
-
[[`759ad403d`](https://github.com/benjie/
|
|
1007
|
+
[[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
|
|
983
1008
|
- @dataplan/pg@0.0.1-alpha.1
|
|
984
1009
|
- grafast@0.0.1-alpha.1
|
|
985
1010
|
- grafserv@0.0.1-alpha.1
|
|
@@ -995,22 +1020,22 @@
|
|
|
995
1020
|
|
|
996
1021
|
### Patch Changes
|
|
997
1022
|
|
|
998
|
-
- [#297](https://github.com/benjie/
|
|
999
|
-
[`90ed0cb7a`](https://github.com/benjie/
|
|
1023
|
+
- [#297](https://github.com/benjie/crystal/pull/297)
|
|
1024
|
+
[`90ed0cb7a`](https://github.com/benjie/crystal/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
|
|
1000
1025
|
Thanks [@benjie](https://github.com/benjie)! - Overhaul websocket handling in
|
|
1001
1026
|
Grafserv providing cleaner integration with Grafast.
|
|
1002
1027
|
|
|
1003
|
-
- [#297](https://github.com/benjie/
|
|
1004
|
-
[`56be761c2`](https://github.com/benjie/
|
|
1028
|
+
- [#297](https://github.com/benjie/crystal/pull/297)
|
|
1029
|
+
[`56be761c2`](https://github.com/benjie/crystal/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
|
|
1005
1030
|
Thanks [@benjie](https://github.com/benjie)! - Grafserv now has a plugin
|
|
1006
1031
|
system (via graphile-config), first plugin hook enables manipulating the
|
|
1007
1032
|
incoming request body which is useful for persisted operations.
|
|
1008
1033
|
- Updated dependencies
|
|
1009
|
-
[[`90ed0cb7a`](https://github.com/benjie/
|
|
1010
|
-
[`56be761c2`](https://github.com/benjie/
|
|
1011
|
-
[`8d270ead3`](https://github.com/benjie/
|
|
1012
|
-
[`1a012bdd7`](https://github.com/benjie/
|
|
1013
|
-
[`b4eaf89f4`](https://github.com/benjie/
|
|
1034
|
+
[[`90ed0cb7a`](https://github.com/benjie/crystal/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb),
|
|
1035
|
+
[`56be761c2`](https://github.com/benjie/crystal/commit/56be761c29343e28ba4980c62c955b5adaef25c0),
|
|
1036
|
+
[`8d270ead3`](https://github.com/benjie/crystal/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
|
|
1037
|
+
[`1a012bdd7`](https://github.com/benjie/crystal/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25),
|
|
1038
|
+
[`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
|
|
1014
1039
|
- grafserv@0.0.1-1.3
|
|
1015
1040
|
- grafast@0.0.1-1.3
|
|
1016
1041
|
- graphile-config@0.0.1-1.2
|
|
@@ -1024,7 +1049,7 @@
|
|
|
1024
1049
|
### Patch Changes
|
|
1025
1050
|
|
|
1026
1051
|
- Updated dependencies
|
|
1027
|
-
[[`7dcb0e008`](https://github.com/benjie/
|
|
1052
|
+
[[`7dcb0e008`](https://github.com/benjie/crystal/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
|
|
1028
1053
|
- grafast@0.0.1-1.2
|
|
1029
1054
|
- @dataplan/pg@0.0.1-1.2
|
|
1030
1055
|
- grafserv@0.0.1-1.2
|
|
@@ -1035,13 +1060,13 @@
|
|
|
1035
1060
|
|
|
1036
1061
|
### Patch Changes
|
|
1037
1062
|
|
|
1038
|
-
- [#279](https://github.com/benjie/
|
|
1039
|
-
[`2df36c5a1`](https://github.com/benjie/
|
|
1063
|
+
- [#279](https://github.com/benjie/crystal/pull/279)
|
|
1064
|
+
[`2df36c5a1`](https://github.com/benjie/crystal/commit/2df36c5a1b228be50ed325962b334290e7e3e8a7)
|
|
1040
1065
|
Thanks [@benjie](https://github.com/benjie)! - `description` moved out of
|
|
1041
1066
|
`extensions` to live directly on all the relevant entities.
|
|
1042
1067
|
|
|
1043
|
-
- [#279](https://github.com/benjie/
|
|
1044
|
-
[`a73f9c709`](https://github.com/benjie/
|
|
1068
|
+
- [#279](https://github.com/benjie/crystal/pull/279)
|
|
1069
|
+
[`a73f9c709`](https://github.com/benjie/crystal/commit/a73f9c709959b9d6ddef18d714783f864a3d8e26)
|
|
1045
1070
|
Thanks [@benjie](https://github.com/benjie)! -
|
|
1046
1071
|
`PgConnectionArgFirstLastBeforeAfterPlugin` is now
|
|
1047
1072
|
`PgFirstLastBeforeAfterArgsPlugin` (because it applies to lists as well as
|
|
@@ -1054,12 +1079,12 @@
|
|
|
1054
1079
|
consistency (V4 preset users are unaffected). Lots of field scopes in
|
|
1055
1080
|
`graphile-build-pg` have been updated to incorporate `field` into their names.
|
|
1056
1081
|
|
|
1057
|
-
- [#267](https://github.com/benjie/
|
|
1058
|
-
[`159735204`](https://github.com/benjie/
|
|
1082
|
+
- [#267](https://github.com/benjie/crystal/pull/267)
|
|
1083
|
+
[`159735204`](https://github.com/benjie/crystal/commit/15973520462d4a95e3cdf04fdacfc71ca851122f)
|
|
1059
1084
|
Thanks [@benjie](https://github.com/benjie)! - Add formatting for SQL aliases
|
|
1060
1085
|
|
|
1061
|
-
- [#270](https://github.com/benjie/
|
|
1062
|
-
[`ef42d717c`](https://github.com/benjie/
|
|
1086
|
+
- [#270](https://github.com/benjie/crystal/pull/270)
|
|
1087
|
+
[`ef42d717c`](https://github.com/benjie/crystal/commit/ef42d717c38df7fddc1cd3a5b97dc8d68419417a)
|
|
1063
1088
|
Thanks [@benjie](https://github.com/benjie)! - SQL is now generated in a
|
|
1064
1089
|
slightly different way, helping PostgreSQL to optimize queries that have a
|
|
1065
1090
|
batch size of 1. Also removes internal mapping code as we now simply append
|
|
@@ -1068,25 +1093,25 @@
|
|
|
1068
1093
|
`PgExecutor` (_extremely_ unlikely!) then you'll want to check out PR #270 to
|
|
1069
1094
|
see the differences.
|
|
1070
1095
|
|
|
1071
|
-
- [#260](https://github.com/benjie/
|
|
1072
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
1096
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
1097
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
1073
1098
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
1074
1099
|
|
|
1075
|
-
- [#285](https://github.com/benjie/
|
|
1076
|
-
[`bd37be707`](https://github.com/benjie/
|
|
1100
|
+
- [#285](https://github.com/benjie/crystal/pull/285)
|
|
1101
|
+
[`bd37be707`](https://github.com/benjie/crystal/commit/bd37be7075804b1299e10dd2dcb4473159bb26f1)
|
|
1077
1102
|
Thanks [@benjie](https://github.com/benjie)! - Single table inheritance no
|
|
1078
1103
|
longer exposes non-shared columns via condition/order, and also only exposes
|
|
1079
1104
|
the relationships on the types where they are appropriate.
|
|
1080
1105
|
|
|
1081
|
-
- [#270](https://github.com/benjie/
|
|
1082
|
-
[`f8954fb17`](https://github.com/benjie/
|
|
1106
|
+
- [#270](https://github.com/benjie/crystal/pull/270)
|
|
1107
|
+
[`f8954fb17`](https://github.com/benjie/crystal/commit/f8954fb17bbcb0f6633475d09924cdd9f94aaf23)
|
|
1083
1108
|
Thanks [@benjie](https://github.com/benjie)! - `EXPLAIN ANALYZE` (for
|
|
1084
1109
|
`SELECT`) and `EXPLAIN` (for other operations) support added. Currently
|
|
1085
1110
|
requires `DEBUG="datasource:pg:PgExecutor:explain"` to be set. Publish this
|
|
1086
1111
|
through all the way to Ruru.
|
|
1087
1112
|
|
|
1088
|
-
- [#260](https://github.com/benjie/
|
|
1089
|
-
[`96b0bd14e`](https://github.com/benjie/
|
|
1113
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
1114
|
+
[`96b0bd14e`](https://github.com/benjie/crystal/commit/96b0bd14ed9039d60612e75b3aeb63dcaef271d4)
|
|
1090
1115
|
Thanks [@benjie](https://github.com/benjie)! - `PgSource` has been renamed to
|
|
1091
1116
|
`PgResource`, `PgTypeCodec` to `PgCodec`, `PgEnumTypeCodec` to `PgEnumCodec`,
|
|
1092
1117
|
`PgTypeColumn` to `PgCodecAttribute` (and similar for related
|
|
@@ -1131,24 +1156,24 @@
|
|
|
1131
1156
|
|
|
1132
1157
|
Fixes an RBAC bug when using superuser role for introspection.
|
|
1133
1158
|
|
|
1134
|
-
- [#271](https://github.com/benjie/
|
|
1135
|
-
[`d951897ee`](https://github.com/benjie/
|
|
1159
|
+
- [#271](https://github.com/benjie/crystal/pull/271)
|
|
1160
|
+
[`d951897ee`](https://github.com/benjie/crystal/commit/d951897eea824acabdb17baab4bf900b4b3b842f)
|
|
1136
1161
|
Thanks [@benjie](https://github.com/benjie)! - Add extensions.pg to Postgres
|
|
1137
1162
|
function resources (makes it easier for plugins to hook them).
|
|
1138
1163
|
|
|
1139
|
-
- [#270](https://github.com/benjie/
|
|
1140
|
-
[`c564825f3`](https://github.com/benjie/
|
|
1164
|
+
- [#270](https://github.com/benjie/crystal/pull/270)
|
|
1165
|
+
[`c564825f3`](https://github.com/benjie/crystal/commit/c564825f3fda0083e536154c4c34ce0b2948eba4)
|
|
1141
1166
|
Thanks [@benjie](https://github.com/benjie)! - `set jit = 'off'` replaced with
|
|
1142
1167
|
`set jit_optimize_above_cost = -1` so that JIT can still be used but heavy
|
|
1143
1168
|
optimization costs are not incurred.
|
|
1144
1169
|
|
|
1145
|
-
- [#286](https://github.com/benjie/
|
|
1146
|
-
[`366b166dc`](https://github.com/benjie/
|
|
1170
|
+
- [#286](https://github.com/benjie/crystal/pull/286)
|
|
1171
|
+
[`366b166dc`](https://github.com/benjie/crystal/commit/366b166dc88a340de7f092f92840b0fba1f03d60)
|
|
1147
1172
|
Thanks [@benjie](https://github.com/benjie)! - Add detection for `@ref` that
|
|
1148
1173
|
is missing `singular`, fix docs and test schema and add tests for same.
|
|
1149
1174
|
|
|
1150
|
-
- [#271](https://github.com/benjie/
|
|
1151
|
-
[`261eb520b`](https://github.com/benjie/
|
|
1175
|
+
- [#271](https://github.com/benjie/crystal/pull/271)
|
|
1176
|
+
[`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5)
|
|
1152
1177
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 **RENAME ALL THE THINGS**
|
|
1153
1178
|
|
|
1154
1179
|
The term 'source' was overloaded, and 'configs' was too vague, and
|
|
@@ -1175,8 +1200,8 @@
|
|
|
1175
1200
|
- `helpers.pgIntrospection.getExecutorForDatabase` ->
|
|
1176
1201
|
`helpers.pgIntrospection.getExecutorForService`
|
|
1177
1202
|
|
|
1178
|
-
- [#266](https://github.com/benjie/
|
|
1179
|
-
[`395b4a2dd`](https://github.com/benjie/
|
|
1203
|
+
- [#266](https://github.com/benjie/crystal/pull/266)
|
|
1204
|
+
[`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)
|
|
1180
1205
|
Thanks [@benjie](https://github.com/benjie)! - The Grafast step class
|
|
1181
1206
|
'execute' and 'stream' methods now have a new additional first argument
|
|
1182
1207
|
`count` which indicates how many results they must return. This means we don't
|
|
@@ -1184,33 +1209,33 @@
|
|
|
1184
1209
|
return, and thus we can pass through an empty tuple to steps that have no
|
|
1185
1210
|
dependencies.
|
|
1186
1211
|
|
|
1187
|
-
- [#268](https://github.com/benjie/
|
|
1188
|
-
[`a14cf5f4c`](https://github.com/benjie/
|
|
1212
|
+
- [#268](https://github.com/benjie/crystal/pull/268)
|
|
1213
|
+
[`a14cf5f4c`](https://github.com/benjie/crystal/commit/a14cf5f4c233cd794eb4d3c6f2281e747d234a71)
|
|
1189
1214
|
Thanks [@benjie](https://github.com/benjie)! - PgV4NoIgnoreIndexesPlugin is
|
|
1190
1215
|
now PgIndexBehaviorsPlugin, moved to graphile-build-pg, and is enabled by
|
|
1191
1216
|
default
|
|
1192
1217
|
- Updated dependencies
|
|
1193
|
-
[[`2df36c5a1`](https://github.com/benjie/
|
|
1194
|
-
[`c5d89d705`](https://github.com/benjie/
|
|
1195
|
-
[`a73f9c709`](https://github.com/benjie/
|
|
1196
|
-
[`ae304b33c`](https://github.com/benjie/
|
|
1197
|
-
[`159735204`](https://github.com/benjie/
|
|
1198
|
-
[`ef42d717c`](https://github.com/benjie/
|
|
1199
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
1200
|
-
[`22ec50e36`](https://github.com/benjie/
|
|
1201
|
-
[`0f4709356`](https://github.com/benjie/
|
|
1202
|
-
[`c22dcde7b`](https://github.com/benjie/
|
|
1203
|
-
[`bd37be707`](https://github.com/benjie/
|
|
1204
|
-
[`f8954fb17`](https://github.com/benjie/
|
|
1205
|
-
[`96b0bd14e`](https://github.com/benjie/
|
|
1206
|
-
[`d951897ee`](https://github.com/benjie/
|
|
1207
|
-
[`fbf1da26a`](https://github.com/benjie/
|
|
1208
|
-
[`c564825f3`](https://github.com/benjie/
|
|
1209
|
-
[`366b166dc`](https://github.com/benjie/
|
|
1210
|
-
[`261eb520b`](https://github.com/benjie/
|
|
1211
|
-
[`395b4a2dd`](https://github.com/benjie/
|
|
1212
|
-
[`a14cf5f4c`](https://github.com/benjie/
|
|
1213
|
-
[`f6e644bd3`](https://github.com/benjie/
|
|
1218
|
+
[[`2df36c5a1`](https://github.com/benjie/crystal/commit/2df36c5a1b228be50ed325962b334290e7e3e8a7),
|
|
1219
|
+
[`c5d89d705`](https://github.com/benjie/crystal/commit/c5d89d7052dfaaf4c597c8c36858795fa7227b07),
|
|
1220
|
+
[`a73f9c709`](https://github.com/benjie/crystal/commit/a73f9c709959b9d6ddef18d714783f864a3d8e26),
|
|
1221
|
+
[`ae304b33c`](https://github.com/benjie/crystal/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
|
|
1222
|
+
[`159735204`](https://github.com/benjie/crystal/commit/15973520462d4a95e3cdf04fdacfc71ca851122f),
|
|
1223
|
+
[`ef42d717c`](https://github.com/benjie/crystal/commit/ef42d717c38df7fddc1cd3a5b97dc8d68419417a),
|
|
1224
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
|
|
1225
|
+
[`22ec50e36`](https://github.com/benjie/crystal/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
|
|
1226
|
+
[`0f4709356`](https://github.com/benjie/crystal/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
|
|
1227
|
+
[`c22dcde7b`](https://github.com/benjie/crystal/commit/c22dcde7b53af323d907b22a0a69924841072aa9),
|
|
1228
|
+
[`bd37be707`](https://github.com/benjie/crystal/commit/bd37be7075804b1299e10dd2dcb4473159bb26f1),
|
|
1229
|
+
[`f8954fb17`](https://github.com/benjie/crystal/commit/f8954fb17bbcb0f6633475d09924cdd9f94aaf23),
|
|
1230
|
+
[`96b0bd14e`](https://github.com/benjie/crystal/commit/96b0bd14ed9039d60612e75b3aeb63dcaef271d4),
|
|
1231
|
+
[`d951897ee`](https://github.com/benjie/crystal/commit/d951897eea824acabdb17baab4bf900b4b3b842f),
|
|
1232
|
+
[`fbf1da26a`](https://github.com/benjie/crystal/commit/fbf1da26a9208519ee58f7ac34dd7e569bf1f9e5),
|
|
1233
|
+
[`c564825f3`](https://github.com/benjie/crystal/commit/c564825f3fda0083e536154c4c34ce0b2948eba4),
|
|
1234
|
+
[`366b166dc`](https://github.com/benjie/crystal/commit/366b166dc88a340de7f092f92840b0fba1f03d60),
|
|
1235
|
+
[`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5),
|
|
1236
|
+
[`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef),
|
|
1237
|
+
[`a14cf5f4c`](https://github.com/benjie/crystal/commit/a14cf5f4c233cd794eb4d3c6f2281e747d234a71),
|
|
1238
|
+
[`f6e644bd3`](https://github.com/benjie/crystal/commit/f6e644bd35be1ee2b63c8636785a241d863b8b5d)]:
|
|
1214
1239
|
- graphile-build-pg@5.0.0-1.1
|
|
1215
1240
|
- @dataplan/pg@0.0.1-1.1
|
|
1216
1241
|
- graphile-build@5.0.0-1.1
|
|
@@ -1226,26 +1251,26 @@
|
|
|
1226
1251
|
|
|
1227
1252
|
### Patch Changes
|
|
1228
1253
|
|
|
1229
|
-
- [#257](https://github.com/benjie/
|
|
1230
|
-
[`89d16c972`](https://github.com/benjie/
|
|
1254
|
+
- [#257](https://github.com/benjie/crystal/pull/257)
|
|
1255
|
+
[`89d16c972`](https://github.com/benjie/crystal/commit/89d16c972f12659de091b0b866768cacfccc8f6b)
|
|
1231
1256
|
Thanks [@benjie](https://github.com/benjie)! - PgClassSinglePlan is now
|
|
1232
1257
|
enforced, users will be informed if plans return a step incompatible with the
|
|
1233
1258
|
given GraphQL object type.
|
|
1234
1259
|
|
|
1235
|
-
- [#257](https://github.com/benjie/
|
|
1236
|
-
[`8f323bdc8`](https://github.com/benjie/
|
|
1260
|
+
- [#257](https://github.com/benjie/crystal/pull/257)
|
|
1261
|
+
[`8f323bdc8`](https://github.com/benjie/crystal/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf)
|
|
1237
1262
|
Thanks [@benjie](https://github.com/benjie)! - When multiple versions of
|
|
1238
1263
|
grafast or pg-sql2 are detected, a warning will be raised.
|
|
1239
1264
|
|
|
1240
|
-
- [#257](https://github.com/benjie/
|
|
1241
|
-
[`dd5464e39`](https://github.com/benjie/
|
|
1265
|
+
- [#257](https://github.com/benjie/crystal/pull/257)
|
|
1266
|
+
[`dd5464e39`](https://github.com/benjie/crystal/commit/dd5464e3986fcc917c8e2dadcec6bfe6bc451e56)
|
|
1242
1267
|
Thanks [@benjie](https://github.com/benjie)! - `@omit read` on a column now
|
|
1243
1268
|
omits constraints using that column, as it did in V4.
|
|
1244
1269
|
- Updated dependencies
|
|
1245
|
-
[[`89d16c972`](https://github.com/benjie/
|
|
1246
|
-
[`8f323bdc8`](https://github.com/benjie/
|
|
1247
|
-
[`9e7183c02`](https://github.com/benjie/
|
|
1248
|
-
[`fce77f40e`](https://github.com/benjie/
|
|
1270
|
+
[[`89d16c972`](https://github.com/benjie/crystal/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
|
|
1271
|
+
[`8f323bdc8`](https://github.com/benjie/crystal/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
|
|
1272
|
+
[`9e7183c02`](https://github.com/benjie/crystal/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83),
|
|
1273
|
+
[`fce77f40e`](https://github.com/benjie/crystal/commit/fce77f40efb194a3dfa7f38bfe20eb99e09efa70),
|
|
1249
1274
|
[`612092359`](undefined)]:
|
|
1250
1275
|
- grafast@0.0.1-0.23
|
|
1251
1276
|
- graphile-build-pg@5.0.0-0.34
|
|
@@ -1258,34 +1283,34 @@
|
|
|
1258
1283
|
|
|
1259
1284
|
### Patch Changes
|
|
1260
1285
|
|
|
1261
|
-
- [#233](https://github.com/benjie/
|
|
1262
|
-
[`a50bc5be4`](https://github.com/benjie/
|
|
1286
|
+
- [#233](https://github.com/benjie/crystal/pull/233)
|
|
1287
|
+
[`a50bc5be4`](https://github.com/benjie/crystal/commit/a50bc5be4b4be344203f4acd0ffd5ad8b90d89b8)
|
|
1263
1288
|
Thanks [@benjie](https://github.com/benjie)! - Introduce new
|
|
1264
1289
|
GraphQLObjectType_fields_field_args_arg and
|
|
1265
1290
|
GraphQLInterfaceType_fields_field_args_arg hooks to resolve some plugin
|
|
1266
1291
|
ordering issues.
|
|
1267
1292
|
|
|
1268
|
-
- [#233](https://github.com/benjie/
|
|
1269
|
-
[`11e7c12c5`](https://github.com/benjie/
|
|
1293
|
+
- [#233](https://github.com/benjie/crystal/pull/233)
|
|
1294
|
+
[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)
|
|
1270
1295
|
Thanks [@benjie](https://github.com/benjie)! - Solve mutation issue in plugin
|
|
1271
1296
|
ordering code which lead to heisenbugs.
|
|
1272
1297
|
|
|
1273
|
-
- [#233](https://github.com/benjie/
|
|
1274
|
-
[`2f50a633a`](https://github.com/benjie/
|
|
1298
|
+
- [#233](https://github.com/benjie/crystal/pull/233)
|
|
1299
|
+
[`2f50a633a`](https://github.com/benjie/crystal/commit/2f50a633acab7c112413ec4576beeec2efef24df)
|
|
1275
1300
|
Thanks [@benjie](https://github.com/benjie)! - Fix a bug where plugin ordering
|
|
1276
1301
|
could result in update mutations not being created.
|
|
1277
1302
|
|
|
1278
|
-
- [#233](https://github.com/benjie/
|
|
1279
|
-
[`005e5cea0`](https://github.com/benjie/
|
|
1303
|
+
- [#233](https://github.com/benjie/crystal/pull/233)
|
|
1304
|
+
[`005e5cea0`](https://github.com/benjie/crystal/commit/005e5cea01224533282bc4d0f3516368fb8db81a)
|
|
1280
1305
|
Thanks [@benjie](https://github.com/benjie)! - Eradicate
|
|
1281
1306
|
PgSmartCommentsPlugin, it is no longer needed. Solves some plugin ordering
|
|
1282
1307
|
issues.
|
|
1283
1308
|
- Updated dependencies
|
|
1284
|
-
[[`a50bc5be4`](https://github.com/benjie/
|
|
1285
|
-
[`6fb7ef449`](https://github.com/benjie/
|
|
1286
|
-
[`11e7c12c5`](https://github.com/benjie/
|
|
1287
|
-
[`2f50a633a`](https://github.com/benjie/
|
|
1288
|
-
[`005e5cea0`](https://github.com/benjie/
|
|
1309
|
+
[[`a50bc5be4`](https://github.com/benjie/crystal/commit/a50bc5be4b4be344203f4acd0ffd5ad8b90d89b8),
|
|
1310
|
+
[`6fb7ef449`](https://github.com/benjie/crystal/commit/6fb7ef4494b4f61b3b1aa36642e51eb9ec99a941),
|
|
1311
|
+
[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85),
|
|
1312
|
+
[`2f50a633a`](https://github.com/benjie/crystal/commit/2f50a633acab7c112413ec4576beeec2efef24df),
|
|
1313
|
+
[`005e5cea0`](https://github.com/benjie/crystal/commit/005e5cea01224533282bc4d0f3516368fb8db81a)]:
|
|
1289
1314
|
- graphile-build@5.0.0-0.28
|
|
1290
1315
|
- graphile-build-pg@5.0.0-0.33
|
|
1291
1316
|
- graphile-config@0.0.1-0.6
|
|
@@ -1298,37 +1323,37 @@
|
|
|
1298
1323
|
|
|
1299
1324
|
### Patch Changes
|
|
1300
1325
|
|
|
1301
|
-
- [#229](https://github.com/benjie/
|
|
1302
|
-
[`f5a04cf66`](https://github.com/benjie/
|
|
1326
|
+
- [#229](https://github.com/benjie/crystal/pull/229)
|
|
1327
|
+
[`f5a04cf66`](https://github.com/benjie/crystal/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa)
|
|
1303
1328
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 **BREAKING CHANGE**
|
|
1304
1329
|
`hookArgs()` now accepts arguments in the same order as `grafast()`:
|
|
1305
1330
|
`hookArgs(args, resolvedPreset, ctx)`. Please update all your `hookArgs`
|
|
1306
1331
|
calls.
|
|
1307
1332
|
|
|
1308
|
-
- [#229](https://github.com/benjie/
|
|
1309
|
-
[`a06b8933f`](https://github.com/benjie/
|
|
1333
|
+
- [#229](https://github.com/benjie/crystal/pull/229)
|
|
1334
|
+
[`a06b8933f`](https://github.com/benjie/crystal/commit/a06b8933f9365627c2eab019af0c12393e29e509)
|
|
1310
1335
|
Thanks [@benjie](https://github.com/benjie)! - Rename 'eventStreamRoute' to
|
|
1311
1336
|
'eventStreamPath' for consistency with 'graphqlPath' and 'graphiqlPath'. V4
|
|
1312
1337
|
preset unaffected.
|
|
1313
1338
|
|
|
1314
|
-
- [#229](https://github.com/benjie/
|
|
1315
|
-
[`ac6137bb6`](https://github.com/benjie/
|
|
1339
|
+
- [#229](https://github.com/benjie/crystal/pull/229)
|
|
1340
|
+
[`ac6137bb6`](https://github.com/benjie/crystal/commit/ac6137bb60a34a3ebf5fad3c6ac153c95acb6158)
|
|
1316
1341
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 PgRBACPlugin is now included
|
|
1317
1342
|
in the default `graphile-build-pg` (and thus PostGraphile amber) preset. Users
|
|
1318
1343
|
of the V4 preset are unaffected.
|
|
1319
1344
|
|
|
1320
|
-
- [#229](https://github.com/benjie/
|
|
1321
|
-
[`9edf7511a`](https://github.com/benjie/
|
|
1345
|
+
- [#229](https://github.com/benjie/crystal/pull/229)
|
|
1346
|
+
[`9edf7511a`](https://github.com/benjie/crystal/commit/9edf7511ae71928390213ff9c807b7cc7e3174fa)
|
|
1322
1347
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 pgl.getServerParams() has
|
|
1323
1348
|
been renamed to pgl.getSchemaResult()
|
|
1324
1349
|
|
|
1325
1350
|
- Updated dependencies
|
|
1326
|
-
[[`f5a04cf66`](https://github.com/benjie/
|
|
1327
|
-
[`13cfc7501`](https://github.com/benjie/
|
|
1328
|
-
[`b795b3da5`](https://github.com/benjie/
|
|
1329
|
-
[`a06b8933f`](https://github.com/benjie/
|
|
1330
|
-
[`b9a2236d4`](https://github.com/benjie/
|
|
1331
|
-
[`ac6137bb6`](https://github.com/benjie/
|
|
1351
|
+
[[`f5a04cf66`](https://github.com/benjie/crystal/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
|
|
1352
|
+
[`13cfc7501`](https://github.com/benjie/crystal/commit/13cfc75019d42353c1e6be394c28c6ba61ab32d0),
|
|
1353
|
+
[`b795b3da5`](https://github.com/benjie/crystal/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8),
|
|
1354
|
+
[`a06b8933f`](https://github.com/benjie/crystal/commit/a06b8933f9365627c2eab019af0c12393e29e509),
|
|
1355
|
+
[`b9a2236d4`](https://github.com/benjie/crystal/commit/b9a2236d43cc92e06085298e379de71f7fdedcb7),
|
|
1356
|
+
[`ac6137bb6`](https://github.com/benjie/crystal/commit/ac6137bb60a34a3ebf5fad3c6ac153c95acb6158)]:
|
|
1332
1357
|
- grafast@0.0.1-0.21
|
|
1333
1358
|
- @dataplan/pg@0.0.1-0.26
|
|
1334
1359
|
- graphile-build-pg@5.0.0-0.32
|
|
@@ -1340,18 +1365,18 @@
|
|
|
1340
1365
|
|
|
1341
1366
|
### Patch Changes
|
|
1342
1367
|
|
|
1343
|
-
- [#226](https://github.com/benjie/
|
|
1344
|
-
[`2a7c682f4`](https://github.com/benjie/
|
|
1368
|
+
- [#226](https://github.com/benjie/crystal/pull/226)
|
|
1369
|
+
[`2a7c682f4`](https://github.com/benjie/crystal/commit/2a7c682f46ff916c040732d91510fb19f639955e)
|
|
1345
1370
|
Thanks [@benjie](https://github.com/benjie)! - Enable websockets and add
|
|
1346
1371
|
better compatibility with V4's pgSettings/additionalGraphQLContextFromRequest
|
|
1347
1372
|
for websockets when using `makeV4Preset({subscriptions: true})`.
|
|
1348
1373
|
|
|
1349
|
-
- [#226](https://github.com/benjie/
|
|
1350
|
-
[`6a846e009`](https://github.com/benjie/
|
|
1374
|
+
- [#226](https://github.com/benjie/crystal/pull/226)
|
|
1375
|
+
[`6a846e009`](https://github.com/benjie/crystal/commit/6a846e00945ba2dcea0cd89f5e6a8ecc5a32775d)
|
|
1351
1376
|
Thanks [@benjie](https://github.com/benjie)! - Enable users to use Grafserv
|
|
1352
1377
|
alongside other websocket-enabled entities in their final server.
|
|
1353
1378
|
- Updated dependencies [[`aac8732f9`](undefined),
|
|
1354
|
-
[`6a846e009`](https://github.com/benjie/
|
|
1379
|
+
[`6a846e009`](https://github.com/benjie/crystal/commit/6a846e00945ba2dcea0cd89f5e6a8ecc5a32775d)]:
|
|
1355
1380
|
- grafast@0.0.1-0.20
|
|
1356
1381
|
- grafserv@0.0.1-0.22
|
|
1357
1382
|
- @dataplan/pg@0.0.1-0.25
|
|
@@ -1363,7 +1388,7 @@
|
|
|
1363
1388
|
### Patch Changes
|
|
1364
1389
|
|
|
1365
1390
|
- Updated dependencies
|
|
1366
|
-
[[`397e8bb40`](https://github.com/benjie/
|
|
1391
|
+
[[`397e8bb40`](https://github.com/benjie/crystal/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
|
|
1367
1392
|
- grafast@0.0.1-0.19
|
|
1368
1393
|
- @dataplan/pg@0.0.1-0.24
|
|
1369
1394
|
- grafserv@0.0.1-0.21
|
|
@@ -1374,8 +1399,8 @@
|
|
|
1374
1399
|
|
|
1375
1400
|
### Patch Changes
|
|
1376
1401
|
|
|
1377
|
-
- [#220](https://github.com/benjie/
|
|
1378
|
-
[`2abc58cf6`](https://github.com/benjie/
|
|
1402
|
+
- [#220](https://github.com/benjie/crystal/pull/220)
|
|
1403
|
+
[`2abc58cf6`](https://github.com/benjie/crystal/commit/2abc58cf61e78e77b2ba44a875f0ef5b3f98b245)
|
|
1379
1404
|
Thanks [@benjie](https://github.com/benjie)! - Convert a few more more options
|
|
1380
1405
|
from V4 to V5.
|
|
1381
1406
|
|
|
@@ -1385,10 +1410,10 @@
|
|
|
1385
1410
|
Add schema exporting.
|
|
1386
1411
|
|
|
1387
1412
|
- Updated dependencies
|
|
1388
|
-
[[`4c2b7d1ca`](https://github.com/benjie/
|
|
1389
|
-
[`2abc58cf6`](https://github.com/benjie/
|
|
1390
|
-
[`c8a56cdc8`](https://github.com/benjie/
|
|
1391
|
-
[`df8c06657`](https://github.com/benjie/
|
|
1413
|
+
[[`4c2b7d1ca`](https://github.com/benjie/crystal/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
|
|
1414
|
+
[`2abc58cf6`](https://github.com/benjie/crystal/commit/2abc58cf61e78e77b2ba44a875f0ef5b3f98b245),
|
|
1415
|
+
[`c8a56cdc8`](https://github.com/benjie/crystal/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c),
|
|
1416
|
+
[`df8c06657`](https://github.com/benjie/crystal/commit/df8c06657e6f5a7d1444d86dc32fd750d1433223)]:
|
|
1392
1417
|
- grafast@0.0.1-0.18
|
|
1393
1418
|
- graphile-build@5.0.0-0.24
|
|
1394
1419
|
- @dataplan/pg@0.0.1-0.23
|
|
@@ -1399,21 +1424,21 @@
|
|
|
1399
1424
|
|
|
1400
1425
|
### Patch Changes
|
|
1401
1426
|
|
|
1402
|
-
- [#218](https://github.com/benjie/
|
|
1403
|
-
[`f2c1423fb`](https://github.com/benjie/
|
|
1427
|
+
- [#218](https://github.com/benjie/crystal/pull/218)
|
|
1428
|
+
[`f2c1423fb`](https://github.com/benjie/crystal/commit/f2c1423fbd6c354146a70a9a2ebabd97370b9b05)
|
|
1404
1429
|
Thanks [@benjie](https://github.com/benjie)! - Option for `@foreignKey` smart
|
|
1405
1430
|
tag to have unique auto-created for it to ease transition from V4:
|
|
1406
1431
|
`{ gather: { pgFakeConstraintsAutofixForeignKeyUniqueness: true } }`
|
|
1407
1432
|
|
|
1408
|
-
- [#219](https://github.com/benjie/
|
|
1409
|
-
[`b58f5dfac`](https://github.com/benjie/
|
|
1433
|
+
- [#219](https://github.com/benjie/crystal/pull/219)
|
|
1434
|
+
[`b58f5dfac`](https://github.com/benjie/crystal/commit/b58f5dfac6ead1efb8bb56b5cfdfd6a0040a60b5)
|
|
1410
1435
|
Thanks [@benjie](https://github.com/benjie)! - Rename
|
|
1411
1436
|
`GraphileBuild.GraphileBuildGatherOptions` to `GraphileBuild.GatherOptions`.
|
|
1412
1437
|
Rename `GraphileBuild.GraphileBuildInflectionOptions` to
|
|
1413
1438
|
`GraphileBuild.InflectionOptions`.
|
|
1414
1439
|
- Updated dependencies
|
|
1415
|
-
[[`f2c1423fb`](https://github.com/benjie/
|
|
1416
|
-
[`b58f5dfac`](https://github.com/benjie/
|
|
1440
|
+
[[`f2c1423fb`](https://github.com/benjie/crystal/commit/f2c1423fbd6c354146a70a9a2ebabd97370b9b05),
|
|
1441
|
+
[`b58f5dfac`](https://github.com/benjie/crystal/commit/b58f5dfac6ead1efb8bb56b5cfdfd6a0040a60b5)]:
|
|
1417
1442
|
- graphile-build-pg@5.0.0-0.28
|
|
1418
1443
|
- graphile-build@5.0.0-0.23
|
|
1419
1444
|
|
|
@@ -1432,15 +1457,15 @@
|
|
|
1432
1457
|
|
|
1433
1458
|
### Patch Changes
|
|
1434
1459
|
|
|
1435
|
-
- [#214](https://github.com/benjie/
|
|
1436
|
-
[`3ed7d3349`](https://github.com/benjie/
|
|
1460
|
+
- [#214](https://github.com/benjie/crystal/pull/214)
|
|
1461
|
+
[`3ed7d3349`](https://github.com/benjie/crystal/commit/3ed7d334939e5e0ab2f63b2fde202884cc2daa74)
|
|
1437
1462
|
Thanks [@benjie](https://github.com/benjie)! - @uniqueKey smart tag now
|
|
1438
1463
|
converted via V4 preset to @unique.
|
|
1439
1464
|
|
|
1440
1465
|
- Updated dependencies
|
|
1441
|
-
[[`7e3bfef04`](https://github.com/benjie/
|
|
1442
|
-
[`df89aba52`](https://github.com/benjie/
|
|
1443
|
-
[`3ed7d3349`](https://github.com/benjie/
|
|
1466
|
+
[[`7e3bfef04`](https://github.com/benjie/crystal/commit/7e3bfef04ebb76fbde8273341ec92073b9e9f04d),
|
|
1467
|
+
[`df89aba52`](https://github.com/benjie/crystal/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5),
|
|
1468
|
+
[`3ed7d3349`](https://github.com/benjie/crystal/commit/3ed7d334939e5e0ab2f63b2fde202884cc2daa74)]:
|
|
1444
1469
|
- @dataplan/pg@0.0.1-0.21
|
|
1445
1470
|
- grafast@0.0.1-0.16
|
|
1446
1471
|
- graphile-build-pg@5.0.0-0.26
|
|
@@ -1469,28 +1494,28 @@
|
|
|
1469
1494
|
|
|
1470
1495
|
### Patch Changes
|
|
1471
1496
|
|
|
1472
|
-
- [#210](https://github.com/benjie/
|
|
1473
|
-
[`2fb5001b4`](https://github.com/benjie/
|
|
1497
|
+
- [#210](https://github.com/benjie/crystal/pull/210)
|
|
1498
|
+
[`2fb5001b4`](https://github.com/benjie/crystal/commit/2fb5001b4aaac07942b2e9b0398a996f9aa8b15d)
|
|
1474
1499
|
Thanks [@benjie](https://github.com/benjie)! - retryOnInitFail implemented,
|
|
1475
1500
|
and bug in introspection cache on error resolved.
|
|
1476
1501
|
|
|
1477
|
-
- [#210](https://github.com/benjie/
|
|
1478
|
-
[`2bd4b619e`](https://github.com/benjie/
|
|
1502
|
+
- [#210](https://github.com/benjie/crystal/pull/210)
|
|
1503
|
+
[`2bd4b619e`](https://github.com/benjie/crystal/commit/2bd4b619ee0f6054e14da3ac4885ec55d944cd99)
|
|
1479
1504
|
Thanks [@benjie](https://github.com/benjie)! - Add
|
|
1480
1505
|
`extensions.pg = { databaseName, schemaName, name }` to various DB-derived
|
|
1481
1506
|
resources (codecs, sources, etc); this replaces the `originalName` temporary
|
|
1482
1507
|
solution that we had previously.
|
|
1483
1508
|
|
|
1484
|
-
- [#210](https://github.com/benjie/
|
|
1485
|
-
[`b523118fe`](https://github.com/benjie/
|
|
1509
|
+
- [#210](https://github.com/benjie/crystal/pull/210)
|
|
1510
|
+
[`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)
|
|
1486
1511
|
Thanks [@benjie](https://github.com/benjie)! - Replace BaseGraphQLContext with
|
|
1487
1512
|
Grafast.Context throughout.
|
|
1488
1513
|
|
|
1489
1514
|
- Updated dependencies
|
|
1490
|
-
[[`2fb5001b4`](https://github.com/benjie/
|
|
1491
|
-
[`2bd4b619e`](https://github.com/benjie/
|
|
1492
|
-
[`b523118fe`](https://github.com/benjie/
|
|
1493
|
-
[`461c03b72`](https://github.com/benjie/
|
|
1515
|
+
[[`2fb5001b4`](https://github.com/benjie/crystal/commit/2fb5001b4aaac07942b2e9b0398a996f9aa8b15d),
|
|
1516
|
+
[`2bd4b619e`](https://github.com/benjie/crystal/commit/2bd4b619ee0f6054e14da3ac4885ec55d944cd99),
|
|
1517
|
+
[`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df),
|
|
1518
|
+
[`461c03b72`](https://github.com/benjie/crystal/commit/461c03b72477821ec26cbf703011542e453d083c)]:
|
|
1494
1519
|
- graphile-build@5.0.0-0.20
|
|
1495
1520
|
- graphile-build-pg@5.0.0-0.23
|
|
1496
1521
|
- @dataplan/pg@0.0.1-0.20
|
|
@@ -1508,28 +1533,28 @@
|
|
|
1508
1533
|
|
|
1509
1534
|
### Patch Changes
|
|
1510
1535
|
|
|
1511
|
-
- [#207](https://github.com/benjie/
|
|
1512
|
-
[`c850dd4ec`](https://github.com/benjie/
|
|
1536
|
+
- [#207](https://github.com/benjie/crystal/pull/207)
|
|
1537
|
+
[`c850dd4ec`](https://github.com/benjie/crystal/commit/c850dd4ec0e42e37122f5bca55a079b53bfd895e)
|
|
1513
1538
|
Thanks [@benjie](https://github.com/benjie)! - Rename 'preset.server' to
|
|
1514
1539
|
'preset.grafserv'.
|
|
1515
1540
|
|
|
1516
|
-
- [#207](https://github.com/benjie/
|
|
1517
|
-
[`afa0ea5f6`](https://github.com/benjie/
|
|
1541
|
+
- [#207](https://github.com/benjie/crystal/pull/207)
|
|
1542
|
+
[`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0)
|
|
1518
1543
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug in subscriptions where
|
|
1519
1544
|
termination of underlying stream wouldn't terminate the subscription.
|
|
1520
1545
|
|
|
1521
|
-
- [#206](https://github.com/benjie/
|
|
1522
|
-
[`851b78ef2`](https://github.com/benjie/
|
|
1546
|
+
- [#206](https://github.com/benjie/crystal/pull/206)
|
|
1547
|
+
[`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7)
|
|
1523
1548
|
Thanks [@benjie](https://github.com/benjie)! - Grafserv now masks untrusted
|
|
1524
1549
|
errors by default; trusted errors are constructed via GraphQL's GraphQLError
|
|
1525
1550
|
or Grafast's SafeError.
|
|
1526
1551
|
- Updated dependencies
|
|
1527
|
-
[[`d76043453`](https://github.com/benjie/
|
|
1528
|
-
[`c850dd4ec`](https://github.com/benjie/
|
|
1529
|
-
[`afa0ea5f6`](https://github.com/benjie/
|
|
1530
|
-
[`92c2378f2`](https://github.com/benjie/
|
|
1531
|
-
[`851b78ef2`](https://github.com/benjie/
|
|
1532
|
-
[`384b3594f`](https://github.com/benjie/
|
|
1552
|
+
[[`d76043453`](https://github.com/benjie/crystal/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
|
|
1553
|
+
[`c850dd4ec`](https://github.com/benjie/crystal/commit/c850dd4ec0e42e37122f5bca55a079b53bfd895e),
|
|
1554
|
+
[`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
|
|
1555
|
+
[`92c2378f2`](https://github.com/benjie/crystal/commit/92c2378f297cc917f542b126e1cdddf58e1f0fc3),
|
|
1556
|
+
[`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
|
|
1557
|
+
[`384b3594f`](https://github.com/benjie/crystal/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
|
|
1533
1558
|
- grafast@0.0.1-0.14
|
|
1534
1559
|
- grafserv@0.0.1-0.16
|
|
1535
1560
|
- @dataplan/pg@0.0.1-0.19
|
|
@@ -1540,14 +1565,14 @@
|
|
|
1540
1565
|
|
|
1541
1566
|
### Patch Changes
|
|
1542
1567
|
|
|
1543
|
-
- [#201](https://github.com/benjie/
|
|
1544
|
-
[`dca706ad9`](https://github.com/benjie/
|
|
1568
|
+
- [#201](https://github.com/benjie/crystal/pull/201)
|
|
1569
|
+
[`dca706ad9`](https://github.com/benjie/crystal/commit/dca706ad99b1cd2b98872581b86bd4b22c7fd5f4)
|
|
1545
1570
|
Thanks [@benjie](https://github.com/benjie)! - JSON now works how most users
|
|
1546
1571
|
would expect it to.
|
|
1547
1572
|
|
|
1548
1573
|
- Updated dependencies
|
|
1549
|
-
[[`a14bd2288`](https://github.com/benjie/
|
|
1550
|
-
[`dca706ad9`](https://github.com/benjie/
|
|
1574
|
+
[[`a14bd2288`](https://github.com/benjie/crystal/commit/a14bd2288532b0977945d1c0508e51baef6dba2b),
|
|
1575
|
+
[`dca706ad9`](https://github.com/benjie/crystal/commit/dca706ad99b1cd2b98872581b86bd4b22c7fd5f4)]:
|
|
1551
1576
|
- @dataplan/pg@0.0.1-0.18
|
|
1552
1577
|
- graphile-build@5.0.0-0.18
|
|
1553
1578
|
- graphile-build-pg@5.0.0-0.21
|
|
@@ -1567,25 +1592,25 @@
|
|
|
1567
1592
|
|
|
1568
1593
|
### Patch Changes
|
|
1569
1594
|
|
|
1570
|
-
- [#200](https://github.com/benjie/
|
|
1571
|
-
[`1e5671cdb`](https://github.com/benjie/
|
|
1595
|
+
- [#200](https://github.com/benjie/crystal/pull/200)
|
|
1596
|
+
[`1e5671cdb`](https://github.com/benjie/crystal/commit/1e5671cdbbf9f4600b74c43eaa7e33b7bfd75fb9)
|
|
1572
1597
|
Thanks [@benjie](https://github.com/benjie)! - Add support for websocket
|
|
1573
1598
|
GraphQL subscriptions (via graphql-ws) to grafserv and PostGraphile (currently
|
|
1574
1599
|
supporting Node, Express, Koa and Fastify)
|
|
1575
1600
|
|
|
1576
|
-
- [#200](https://github.com/benjie/
|
|
1577
|
-
[`5b634a78e`](https://github.com/benjie/
|
|
1601
|
+
- [#200](https://github.com/benjie/crystal/pull/200)
|
|
1602
|
+
[`5b634a78e`](https://github.com/benjie/crystal/commit/5b634a78e51816071447aceb1edfb813d77d563b)
|
|
1578
1603
|
Thanks [@benjie](https://github.com/benjie)! - Standardize on `serv.addTo`
|
|
1579
1604
|
interface, even for Node
|
|
1580
1605
|
|
|
1581
1606
|
- Updated dependencies
|
|
1582
|
-
[[`4f5d5bec7`](https://github.com/benjie/
|
|
1583
|
-
[`e11698473`](https://github.com/benjie/
|
|
1584
|
-
[`1e5671cdb`](https://github.com/benjie/
|
|
1585
|
-
[`fb40bd97b`](https://github.com/benjie/
|
|
1586
|
-
[`a1158d83e`](https://github.com/benjie/
|
|
1587
|
-
[`5b634a78e`](https://github.com/benjie/
|
|
1588
|
-
[`25f5a6cbf`](https://github.com/benjie/
|
|
1607
|
+
[[`4f5d5bec7`](https://github.com/benjie/crystal/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
|
|
1608
|
+
[`e11698473`](https://github.com/benjie/crystal/commit/e1169847303790570bfafa07eb25d8fce53a0391),
|
|
1609
|
+
[`1e5671cdb`](https://github.com/benjie/crystal/commit/1e5671cdbbf9f4600b74c43eaa7e33b7bfd75fb9),
|
|
1610
|
+
[`fb40bd97b`](https://github.com/benjie/crystal/commit/fb40bd97b8a36da91c6b08e0ce67f1a9419ad91f),
|
|
1611
|
+
[`a1158d83e`](https://github.com/benjie/crystal/commit/a1158d83e2d26f7da0182ec2b651f7f1ec202f14),
|
|
1612
|
+
[`5b634a78e`](https://github.com/benjie/crystal/commit/5b634a78e51816071447aceb1edfb813d77d563b),
|
|
1613
|
+
[`25f5a6cbf`](https://github.com/benjie/crystal/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
|
|
1589
1614
|
- @dataplan/pg@0.0.1-0.16
|
|
1590
1615
|
- grafast@0.0.1-0.12
|
|
1591
1616
|
- ruru@2.0.0-0.10
|
|
@@ -1599,13 +1624,13 @@
|
|
|
1599
1624
|
|
|
1600
1625
|
- [`0ab95d0b1`](undefined) - Update sponsors.
|
|
1601
1626
|
|
|
1602
|
-
- [#196](https://github.com/benjie/
|
|
1603
|
-
[`af9bc38c8`](https://github.com/benjie/
|
|
1627
|
+
- [#196](https://github.com/benjie/crystal/pull/196)
|
|
1628
|
+
[`af9bc38c8`](https://github.com/benjie/crystal/commit/af9bc38c86dddfa776e5d8db117b5cb35dbe2cd7)
|
|
1604
1629
|
Thanks [@benjie](https://github.com/benjie)! - Allow passing `pool` directly
|
|
1605
1630
|
to `makePgConfig`.
|
|
1606
1631
|
|
|
1607
|
-
- [#190](https://github.com/benjie/
|
|
1608
|
-
[`652cf1073`](https://github.com/benjie/
|
|
1632
|
+
- [#190](https://github.com/benjie/crystal/pull/190)
|
|
1633
|
+
[`652cf1073`](https://github.com/benjie/crystal/commit/652cf107316ea5832f69c6a55574632187f5c876)
|
|
1609
1634
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 Breaking changes around
|
|
1610
1635
|
types and postgres configuration:
|
|
1611
1636
|
|
|
@@ -1632,8 +1657,8 @@
|
|
|
1632
1657
|
`Grafast.RequestContext.node.req/res`; all server adaptors should implement
|
|
1633
1658
|
this if appropriate
|
|
1634
1659
|
|
|
1635
|
-
- [#192](https://github.com/benjie/
|
|
1636
|
-
[`80091a8e0`](https://github.com/benjie/
|
|
1660
|
+
- [#192](https://github.com/benjie/crystal/pull/192)
|
|
1661
|
+
[`80091a8e0`](https://github.com/benjie/crystal/commit/80091a8e0343a162bf2b60cf619267a874a67e60)
|
|
1637
1662
|
Thanks [@benjie](https://github.com/benjie)! - - Conflicts in `pgConfigs`
|
|
1638
1663
|
(e.g. multiple sources using the same 'name') now detected and output
|
|
1639
1664
|
- Fix defaults for `pgSettingsKey` and `withPgClientKey` based on config name
|
|
@@ -1642,11 +1667,11 @@
|
|
|
1642
1667
|
- Multiple postgres sources now works nicely with multiple `makePgConfig`
|
|
1643
1668
|
calls
|
|
1644
1669
|
- Updated dependencies [[`0ab95d0b1`](undefined),
|
|
1645
|
-
[`af9bc38c8`](https://github.com/benjie/
|
|
1646
|
-
[`4783bdd7c`](https://github.com/benjie/
|
|
1647
|
-
[`652cf1073`](https://github.com/benjie/
|
|
1648
|
-
[`752ec9c51`](https://github.com/benjie/
|
|
1649
|
-
[`80091a8e0`](https://github.com/benjie/
|
|
1670
|
+
[`af9bc38c8`](https://github.com/benjie/crystal/commit/af9bc38c86dddfa776e5d8db117b5cb35dbe2cd7),
|
|
1671
|
+
[`4783bdd7c`](https://github.com/benjie/crystal/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
|
|
1672
|
+
[`652cf1073`](https://github.com/benjie/crystal/commit/652cf107316ea5832f69c6a55574632187f5c876),
|
|
1673
|
+
[`752ec9c51`](https://github.com/benjie/crystal/commit/752ec9c516add7c4617b426e97eccd1d4e5b7833),
|
|
1674
|
+
[`80091a8e0`](https://github.com/benjie/crystal/commit/80091a8e0343a162bf2b60cf619267a874a67e60)]:
|
|
1650
1675
|
- @dataplan/pg@0.0.1-0.15
|
|
1651
1676
|
- grafast@0.0.1-0.11
|
|
1652
1677
|
- grafserv@0.0.1-0.13
|
|
@@ -1685,12 +1710,12 @@
|
|
|
1685
1710
|
|
|
1686
1711
|
### Patch Changes
|
|
1687
1712
|
|
|
1688
|
-
- [#184](https://github.com/benjie/
|
|
1689
|
-
[`842f6ccbb`](https://github.com/benjie/
|
|
1713
|
+
- [#184](https://github.com/benjie/crystal/pull/184)
|
|
1714
|
+
[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)
|
|
1690
1715
|
Thanks [@benjie](https://github.com/benjie)! - Handle array-to-object issue in
|
|
1691
1716
|
graphile-config when multiple presets set an array key.
|
|
1692
1717
|
- Updated dependencies
|
|
1693
|
-
[[`842f6ccbb`](https://github.com/benjie/
|
|
1718
|
+
[[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
|
|
1694
1719
|
- graphile-config@0.0.1-0.4
|
|
1695
1720
|
- grafast@0.0.1-0.10
|
|
1696
1721
|
- grafserv@0.0.1-0.12
|
|
@@ -1703,28 +1728,28 @@
|
|
|
1703
1728
|
|
|
1704
1729
|
### Patch Changes
|
|
1705
1730
|
|
|
1706
|
-
- [#183](https://github.com/benjie/
|
|
1707
|
-
[`ebb24895c`](https://github.com/benjie/
|
|
1731
|
+
- [#183](https://github.com/benjie/crystal/pull/183)
|
|
1732
|
+
[`ebb24895c`](https://github.com/benjie/crystal/commit/ebb24895c3ee05c670ffb6c9b4fa4bd1328d9005)
|
|
1708
1733
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug when handling stable
|
|
1709
1734
|
void functions
|
|
1710
1735
|
|
|
1711
|
-
- [#181](https://github.com/benjie/
|
|
1712
|
-
[`d3cba220c`](https://github.com/benjie/
|
|
1736
|
+
- [#181](https://github.com/benjie/crystal/pull/181)
|
|
1737
|
+
[`d3cba220c`](https://github.com/benjie/crystal/commit/d3cba220c5acb52bb45f1f82f599dd13e0340e65)
|
|
1713
1738
|
Thanks [@benjie](https://github.com/benjie)! - `*FieldName` smart tags are now
|
|
1714
1739
|
used verbatim rather than being piped through `inflection.camelCase(...)` -
|
|
1715
1740
|
you've explicitly stated a 'field name' so we should use that. This may be a
|
|
1716
1741
|
breaking change for you if your field names are currently different
|
|
1717
1742
|
before/after they are camelCase'd.
|
|
1718
1743
|
|
|
1719
|
-
- [#183](https://github.com/benjie/
|
|
1720
|
-
[`3eb9da95e`](https://github.com/benjie/
|
|
1744
|
+
- [#183](https://github.com/benjie/crystal/pull/183)
|
|
1745
|
+
[`3eb9da95e`](https://github.com/benjie/crystal/commit/3eb9da95e6834d687972b112ee0c12b01c7d11c2)
|
|
1721
1746
|
Thanks [@benjie](https://github.com/benjie)! - Fix potential construction loop
|
|
1722
1747
|
on failure to construct a type
|
|
1723
1748
|
|
|
1724
1749
|
- Updated dependencies
|
|
1725
|
-
[[`ebb24895c`](https://github.com/benjie/
|
|
1726
|
-
[`d3cba220c`](https://github.com/benjie/
|
|
1727
|
-
[`3eb9da95e`](https://github.com/benjie/
|
|
1750
|
+
[[`ebb24895c`](https://github.com/benjie/crystal/commit/ebb24895c3ee05c670ffb6c9b4fa4bd1328d9005),
|
|
1751
|
+
[`d3cba220c`](https://github.com/benjie/crystal/commit/d3cba220c5acb52bb45f1f82f599dd13e0340e65),
|
|
1752
|
+
[`3eb9da95e`](https://github.com/benjie/crystal/commit/3eb9da95e6834d687972b112ee0c12b01c7d11c2)]:
|
|
1728
1753
|
- graphile-build-pg@5.0.0-0.15
|
|
1729
1754
|
- graphile-build@5.0.0-0.12
|
|
1730
1755
|
|
|
@@ -1732,19 +1757,19 @@
|
|
|
1732
1757
|
|
|
1733
1758
|
### Patch Changes
|
|
1734
1759
|
|
|
1735
|
-
- [#178](https://github.com/benjie/
|
|
1736
|
-
[`1b040b3ba`](https://github.com/benjie/
|
|
1760
|
+
- [#178](https://github.com/benjie/crystal/pull/178)
|
|
1761
|
+
[`1b040b3ba`](https://github.com/benjie/crystal/commit/1b040b3bad10ea42b01134e6bddaefaf604936c0)
|
|
1737
1762
|
Thanks [@benjie](https://github.com/benjie)! - `@omit` and similar smart tags
|
|
1738
1763
|
are now processed on `@foreignKey` and other fake constraints.
|
|
1739
1764
|
|
|
1740
|
-
- [#176](https://github.com/benjie/
|
|
1741
|
-
[`19e2961de`](https://github.com/benjie/
|
|
1765
|
+
- [#176](https://github.com/benjie/crystal/pull/176)
|
|
1766
|
+
[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb)
|
|
1742
1767
|
Thanks [@benjie](https://github.com/benjie)! - Better graphile.config.\*
|
|
1743
1768
|
compatibility with ESM-emulation, so 'export default preset;' should work in
|
|
1744
1769
|
TypeScript even if outputting to CommonJS.
|
|
1745
1770
|
|
|
1746
|
-
- [#177](https://github.com/benjie/
|
|
1747
|
-
[`6be68a53e`](https://github.com/benjie/
|
|
1771
|
+
- [#177](https://github.com/benjie/crystal/pull/177)
|
|
1772
|
+
[`6be68a53e`](https://github.com/benjie/crystal/commit/6be68a53e21940406a9fd629ee15cb1673497a6e)
|
|
1748
1773
|
Thanks [@benjie](https://github.com/benjie)! - `@foreignFieldName` smart tag
|
|
1749
1774
|
is now fed into the `inflection.connectionField(...)` or
|
|
1750
1775
|
`inflection.listField(...)` inflector as appropriate. If you are using
|
|
@@ -1752,10 +1777,10 @@
|
|
|
1752
1777
|
you should consider renaming `@foreignFieldName` to
|
|
1753
1778
|
`@foreignConnectionFieldName` for consistency.
|
|
1754
1779
|
- Updated dependencies
|
|
1755
|
-
[[`1b040b3ba`](https://github.com/benjie/
|
|
1756
|
-
[`19e2961de`](https://github.com/benjie/
|
|
1757
|
-
[`6be68a53e`](https://github.com/benjie/
|
|
1758
|
-
[`11d6be65e`](https://github.com/benjie/
|
|
1780
|
+
[[`1b040b3ba`](https://github.com/benjie/crystal/commit/1b040b3bad10ea42b01134e6bddaefaf604936c0),
|
|
1781
|
+
[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
|
|
1782
|
+
[`6be68a53e`](https://github.com/benjie/crystal/commit/6be68a53e21940406a9fd629ee15cb1673497a6e),
|
|
1783
|
+
[`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
|
|
1759
1784
|
- graphile-build-pg@5.0.0-0.14
|
|
1760
1785
|
- graphile-config@0.0.1-0.3
|
|
1761
1786
|
- grafast@0.0.1-0.9
|
|
@@ -1769,7 +1794,7 @@
|
|
|
1769
1794
|
### Patch Changes
|
|
1770
1795
|
|
|
1771
1796
|
- Updated dependencies
|
|
1772
|
-
[[`208166269`](https://github.com/benjie/
|
|
1797
|
+
[[`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
|
|
1773
1798
|
- grafast@0.0.1-0.8
|
|
1774
1799
|
- @dataplan/pg@0.0.1-0.12
|
|
1775
1800
|
- grafserv@0.0.1-0.10
|
|
@@ -1780,27 +1805,27 @@
|
|
|
1780
1805
|
|
|
1781
1806
|
### Patch Changes
|
|
1782
1807
|
|
|
1783
|
-
- [`af9f11f28`](https://github.com/benjie/
|
|
1808
|
+
- [`af9f11f28`](https://github.com/benjie/crystal/commit/af9f11f289b0029442c6cf4ededf86ee823a26c3)
|
|
1784
1809
|
Thanks [@benjie](https://github.com/benjie)! - 'preset.pgSources' renamed to
|
|
1785
1810
|
'preset.pgConfigs' to avoid confusion with PgSource class and
|
|
1786
1811
|
'input.pgSources' used for build.
|
|
1787
1812
|
|
|
1788
|
-
- [`6ebe3a13e`](https://github.com/benjie/
|
|
1813
|
+
- [`6ebe3a13e`](https://github.com/benjie/crystal/commit/6ebe3a13e563f2bd665b24a5c84bbfc5eba1cc0a)
|
|
1789
1814
|
Thanks [@benjie](https://github.com/benjie)! - Enable omitting update/delete
|
|
1790
1815
|
mutations using behaviors on unique constraints.
|
|
1791
1816
|
|
|
1792
|
-
- [`0e440a862`](https://github.com/benjie/
|
|
1817
|
+
- [`0e440a862`](https://github.com/benjie/crystal/commit/0e440a862d29e8db40fd72413223a10de885ef46)
|
|
1793
1818
|
Thanks [@benjie](https://github.com/benjie)! - Add new
|
|
1794
1819
|
`--superuser-connection` option to allow installing watch fixtures as
|
|
1795
1820
|
superuser.
|
|
1796
1821
|
|
|
1797
|
-
- [`f7d885527`](https://github.com/benjie/
|
|
1822
|
+
- [`f7d885527`](https://github.com/benjie/crystal/commit/f7d8855276c3ab0bbcaf8505a1f2f6e872d53128)
|
|
1798
1823
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug in server startup
|
|
1799
1824
|
message where preset.server.graphqlPath was not respected.
|
|
1800
1825
|
- Updated dependencies
|
|
1801
|
-
[[`af9f11f28`](https://github.com/benjie/
|
|
1802
|
-
[`6ebe3a13e`](https://github.com/benjie/
|
|
1803
|
-
[`0e440a862`](https://github.com/benjie/
|
|
1826
|
+
[[`af9f11f28`](https://github.com/benjie/crystal/commit/af9f11f289b0029442c6cf4ededf86ee823a26c3),
|
|
1827
|
+
[`6ebe3a13e`](https://github.com/benjie/crystal/commit/6ebe3a13e563f2bd665b24a5c84bbfc5eba1cc0a),
|
|
1828
|
+
[`0e440a862`](https://github.com/benjie/crystal/commit/0e440a862d29e8db40fd72413223a10de885ef46)]:
|
|
1804
1829
|
- graphile-build-pg@5.0.0-0.12
|
|
1805
1830
|
- graphile-build@5.0.0-0.9
|
|
1806
1831
|
- @dataplan/pg@0.0.1-0.11
|
|
@@ -1810,7 +1835,7 @@
|
|
|
1810
1835
|
### Patch Changes
|
|
1811
1836
|
|
|
1812
1837
|
- Updated dependencies [[`a40fa6966`](undefined), [`677c8f5fc`](undefined),
|
|
1813
|
-
[`8f04af08d`](https://github.com/benjie/
|
|
1838
|
+
[`8f04af08d`](https://github.com/benjie/crystal/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
|
|
1814
1839
|
- ruru@2.0.0-0.6
|
|
1815
1840
|
- graphile-build@5.0.0-0.8
|
|
1816
1841
|
- graphile-build-pg@5.0.0-0.11
|
|
@@ -1949,12 +1974,12 @@
|
|
|
1949
1974
|
|
|
1950
1975
|
### Patch Changes
|
|
1951
1976
|
|
|
1952
|
-
- [#125](https://github.com/benjie/
|
|
1953
|
-
[`91f2256b3`](https://github.com/benjie/
|
|
1977
|
+
- [#125](https://github.com/benjie/crystal/pull/125)
|
|
1978
|
+
[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
|
|
1954
1979
|
Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
|
|
1955
1980
|
|
|
1956
1981
|
- Updated dependencies
|
|
1957
|
-
[[`91f2256b3`](https://github.com/benjie/
|
|
1982
|
+
[[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
|
|
1958
1983
|
- ruru@2.0.0-0.0
|
|
1959
1984
|
- @dataplan/pg@0.0.1-0.0
|
|
1960
1985
|
- @graphile/lru@5.0.0-0.1
|