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