postgraphile 5.0.0-beta.2 → 5.0.0-beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,550 @@
1
1
  # postgraphile
2
2
 
3
+ ## 5.0.0-beta.20
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1927](https://github.com/graphile/crystal/pull/1927)
8
+ [`00d32d887`](https://github.com/graphile/crystal/commit/00d32d887a6ae01374a4fda1babab7c8f14832c0)
9
+ Thanks [@benjie](https://github.com/benjie)! - Excludes table constraints on
10
+ tables from extensions if configured to not include extensions.
11
+
12
+ - [#1927](https://github.com/graphile/crystal/pull/1927)
13
+ [`c62eee10b`](https://github.com/graphile/crystal/commit/c62eee10b445f9455bf2a0524ad2b828bdf4ffa6)
14
+ Thanks [@benjie](https://github.com/benjie)! - Add pg_am to pg-introspection
15
+ to enable determining index access method
16
+
17
+ - [#1934](https://github.com/graphile/crystal/pull/1934)
18
+ [`9ac0ddc01`](https://github.com/graphile/crystal/commit/9ac0ddc014bfceb60b4b5641d6e8db605cc6a79b)
19
+ Thanks [@benjie](https://github.com/benjie)! - Automatically detect when a
20
+ `graphile-export` export is invalid, and throw an error indicating which
21
+ method needs to have `EXPORTABLE` added around it.
22
+
23
+ - [#1931](https://github.com/graphile/crystal/pull/1931)
24
+ [`941e28003`](https://github.com/graphile/crystal/commit/941e280038a735014a9fe4e24fc534a197fac0f2)
25
+ Thanks [@benjie](https://github.com/benjie)! - Add support for deprecated
26
+ arguments to Ruru.
27
+
28
+ - [#1935](https://github.com/graphile/crystal/pull/1935)
29
+ [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38)
30
+ Thanks [@benjie](https://github.com/benjie)! - Fix lots of things related to
31
+ exporting a schema with `graphile-export`.
32
+
33
+ - [#1931](https://github.com/graphile/crystal/pull/1931)
34
+ [`068be2f51`](https://github.com/graphile/crystal/commit/068be2f51d7a9c17311f26c6c9451985397c9e1f)
35
+ Thanks [@benjie](https://github.com/benjie)! - Fix issue typing into Ruru
36
+ explorer plugin - characters no longer overwritten.
37
+
38
+ - [#1929](https://github.com/graphile/crystal/pull/1929)
39
+ [`7587ca9e0`](https://github.com/graphile/crystal/commit/7587ca9e0f2bb93d0b22d1e2979d7b7912363600)
40
+ Thanks [@benjie](https://github.com/benjie)! - PgLazyJWTPreset: return 401
41
+ error when validation of JWT fails.
42
+
43
+ - [#1935](https://github.com/graphile/crystal/pull/1935)
44
+ [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212)
45
+ Thanks [@benjie](https://github.com/benjie)! - Make even more of the schema
46
+ exportable, including handling scalars with no parseLiteral definition.
47
+
48
+ - [#1931](https://github.com/graphile/crystal/pull/1931)
49
+ [`ec3112c7b`](https://github.com/graphile/crystal/commit/ec3112c7b58d142b4b1d86cbb7de4ca80bbfda00)
50
+ Thanks [@benjie](https://github.com/benjie)! - Add support for deprecating
51
+ arguments to makeExtendSchemaPlugin
52
+
53
+ - Updated dependencies
54
+ [[`49fd8afed`](https://github.com/graphile/crystal/commit/49fd8afed1afe573ea76a2a7a821dfa5d6288e2d),
55
+ [`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
56
+ [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
57
+ [`c21252541`](https://github.com/graphile/crystal/commit/c212525410cb2d97a808964ad727d0a68dd15f8b),
58
+ [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5),
59
+ [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
60
+ [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38),
61
+ [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b),
62
+ [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212),
63
+ [`ec3112c7b`](https://github.com/graphile/crystal/commit/ec3112c7b58d142b4b1d86cbb7de4ca80bbfda00)]:
64
+ - tamedevil@0.0.0-beta.5
65
+ - grafast@0.1.1-beta.5
66
+ - grafserv@0.1.1-beta.7
67
+ - graphile-build-pg@5.0.0-beta.19
68
+ - graphile-build@5.0.0-beta.15
69
+ - graphile-utils@5.0.0-beta.19
70
+ - @dataplan/json@0.0.1-beta.14
71
+ - @dataplan/pg@0.0.1-beta.16
72
+ - pg-sql2@5.0.0-beta.5
73
+ - graphile-config@0.0.1-beta.7
74
+
75
+ ## 5.0.0-beta.19
76
+
77
+ ### Patch Changes
78
+
79
+ - [#1895](https://github.com/graphile/crystal/pull/1895)
80
+ [`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6)
81
+ Thanks [@enisdenjo](https://github.com/enisdenjo)! - Fix issue with aggregates
82
+ for polymorphic connections.
83
+
84
+ - [#1917](https://github.com/graphile/crystal/pull/1917)
85
+ [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)
86
+ Thanks [@benjie](https://github.com/benjie)! - Add `polymorphicBranch` step to
87
+ core to help users deal with simple polymorphic use cases.
88
+
89
+ - [#1904](https://github.com/graphile/crystal/pull/1904)
90
+ [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e)
91
+ Thanks [@benjie](https://github.com/benjie)! - Add pgRefDetails to scope for
92
+ some ref-generated fields, to enable plugins to hook them.
93
+
94
+ - [#1920](https://github.com/graphile/crystal/pull/1920)
95
+ [`635af159f`](https://github.com/graphile/crystal/commit/635af159fd412171030dbaee3a82b661c516a9f8)
96
+ Thanks [@benjie](https://github.com/benjie)! - Add ability to set (and infer)
97
+ scopes to makeExtendSchemaPlugin
98
+
99
+ - [#1905](https://github.com/graphile/crystal/pull/1905)
100
+ [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1)
101
+ Thanks [@benjie](https://github.com/benjie)! - Enable specifying the
102
+ polymorphic subtype a function returns via `@returnType MyType` smart tag.
103
+
104
+ - [#1901](https://github.com/graphile/crystal/pull/1901)
105
+ [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)
106
+ Thanks [@benjie](https://github.com/benjie)! - Loosens step assertion from
107
+ Query type so it can be served from `constant(true)`.
108
+ - Updated dependencies
109
+ [[`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6),
110
+ [`1b6c2f636`](https://github.com/graphile/crystal/commit/1b6c2f6360a316a8dc550c60e28c61deea538f19),
111
+ [`de7add402`](https://github.com/graphile/crystal/commit/de7add402bd4a45c8782fce69bf210635360cbe8),
112
+ [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
113
+ [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044),
114
+ [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e),
115
+ [`635af159f`](https://github.com/graphile/crystal/commit/635af159fd412171030dbaee3a82b661c516a9f8),
116
+ [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1),
117
+ [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)]:
118
+ - @dataplan/pg@0.0.1-beta.15
119
+ - tamedevil@0.0.0-beta.4
120
+ - grafserv@0.1.1-beta.6
121
+ - graphile-utils@5.0.0-beta.18
122
+ - grafast@0.1.1-beta.4
123
+ - graphile-build-pg@5.0.0-beta.18
124
+ - graphile-build@5.0.0-beta.14
125
+ - @dataplan/json@0.0.1-beta.13
126
+
127
+ ## 5.0.0-beta.18
128
+
129
+ ### Patch Changes
130
+
131
+ - [#1892](https://github.com/graphile/crystal/pull/1892)
132
+ [`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971)
133
+ Thanks [@benjie](https://github.com/benjie)! - Fix plugin ordering bug that
134
+ ignored before/after when there was no provider; this now means
135
+ PgSmartTagsPlugin is correctly loaded before PgFakeConstraintPlugin, fixing
136
+ the `postgraphile.tags.json5` file.
137
+
138
+ - [#1894](https://github.com/graphile/crystal/pull/1894)
139
+ [`7851d89ab`](https://github.com/graphile/crystal/commit/7851d89ab4216b0252583f0068a69900fa2ddc88)
140
+ Thanks [@benjie](https://github.com/benjie)! - Fix logic around RBAC
141
+ permissions for tables and sequences.
142
+
143
+ - Updated dependencies
144
+ [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971)]:
145
+ - graphile-config@0.0.1-beta.6
146
+ - @dataplan/pg@0.0.1-beta.14
147
+ - grafast@0.1.1-beta.3
148
+ - grafserv@0.1.1-beta.5
149
+ - graphile-build@5.0.0-beta.13
150
+ - graphile-build-pg@5.0.0-beta.17
151
+ - graphile-utils@5.0.0-beta.17
152
+ - @dataplan/json@0.0.1-beta.12
153
+
154
+ ## 5.0.0-beta.17
155
+
156
+ ### Patch Changes
157
+
158
+ - [#1884](https://github.com/graphile/crystal/pull/1884)
159
+ [`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a)
160
+ Thanks [@benjie](https://github.com/benjie)! - Fixes multiple pgServices codec
161
+ name conflicts by prepending the service name if it's not 'main'.
162
+
163
+ - [#1867](https://github.com/graphile/crystal/pull/1867)
164
+ [`004889258`](https://github.com/graphile/crystal/commit/004889258e22a19ffe9a641f57e4ddd5299db9bf)
165
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug in CLI parser where
166
+ omitting `--watch` would force `watch: false` even if config sets
167
+ `watch: true`.
168
+
169
+ - [#1817](https://github.com/graphile/crystal/pull/1817)
170
+ [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d)
171
+ Thanks [@benjie](https://github.com/benjie)! - Add support for limiting
172
+ polymorphic plans (only some of them, specifically `pgUnionAll()` right now)
173
+ to limit the types of their results; exposed via an experimental 'only'
174
+ argument on fields, for example
175
+ `allApplications(only: [GcpApplication, AwsApplication])` would limit the type
176
+ of applications returned to only be the two specified.
177
+
178
+ - [#1885](https://github.com/graphile/crystal/pull/1885)
179
+ [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868)
180
+ Thanks [@benjie](https://github.com/benjie)! - Fix `orderBy:null` regression
181
+
182
+ - [#1878](https://github.com/graphile/crystal/pull/1878)
183
+ [`e04238c0a`](https://github.com/graphile/crystal/commit/e04238c0aee46cc86ba61d6461b6636c2f9d1183)
184
+ Thanks [@benjie](https://github.com/benjie)! - Add emulation for
185
+ `--simple-subscriptions` to V4 preset.
186
+
187
+ - [#1884](https://github.com/graphile/crystal/pull/1884)
188
+ [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9)
189
+ Thanks [@benjie](https://github.com/benjie)! - List codecs can now have names.
190
+
191
+ - Updated dependencies
192
+ [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
193
+ [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
194
+ [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
195
+ [`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a),
196
+ [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d),
197
+ [`3b558e0c1`](https://github.com/graphile/crystal/commit/3b558e0c110dd49e5d51e49a5ad6463a9ed68ecb),
198
+ [`2ae8d33aa`](https://github.com/graphile/crystal/commit/2ae8d33aa83955649dcd6e7489604b059ed2daf4),
199
+ [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868),
200
+ [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
201
+ [`dbd91fdd8`](https://github.com/graphile/crystal/commit/dbd91fdd836f041b6e2ff9d358c6a6f521f43914),
202
+ [`995e25035`](https://github.com/graphile/crystal/commit/995e250352217fdf8f036b8ed6cad3fab520817f),
203
+ [`f1d5ad18e`](https://github.com/graphile/crystal/commit/f1d5ad18e1cd0d59b9e74f619ec6b0de57f07b17),
204
+ [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9),
205
+ [`f66cc40b3`](https://github.com/graphile/crystal/commit/f66cc40b3bc5bf2e7f92fe5a6bd5638e2a51ac2b),
206
+ [`f18635a5c`](https://github.com/graphile/crystal/commit/f18635a5cf55845c9534d82bb483e5fbb9ed179e),
207
+ [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae),
208
+ [`9fb5cc06e`](https://github.com/graphile/crystal/commit/9fb5cc06ee52165378392969172e6ee8128833f6)]:
209
+ - grafast@0.1.1-beta.2
210
+ - graphile-utils@5.0.0-beta.16
211
+ - graphile-build-pg@5.0.0-beta.16
212
+ - @dataplan/pg@0.0.1-beta.13
213
+ - graphile-build@5.0.0-beta.12
214
+ - graphile-config@0.0.1-beta.5
215
+ - grafserv@0.1.1-beta.4
216
+ - @dataplan/json@0.0.1-beta.11
217
+
218
+ ## 5.0.0-beta.16
219
+
220
+ ### Patch Changes
221
+
222
+ - [#1834](https://github.com/graphile/crystal/pull/1834)
223
+ [`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b)
224
+ Thanks [@benjie](https://github.com/benjie)! - Fix issue with watch mode where
225
+ schema omits database resources in some situations.
226
+ - Updated dependencies
227
+ [[`9696a1b08`](https://github.com/graphile/crystal/commit/9696a1b0885442f44e3a6ca6a4909ec96a445884),
228
+ [`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f),
229
+ [`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b),
230
+ [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
231
+ - grafserv@0.1.1-beta.3
232
+ - grafast@0.1.1-beta.1
233
+ - graphile-build-pg@5.0.0-beta.15
234
+ - graphile-config@0.0.1-beta.4
235
+ - @dataplan/pg@0.0.1-beta.12
236
+ - @dataplan/json@0.0.1-beta.10
237
+ - graphile-build@5.0.0-beta.11
238
+ - graphile-utils@5.0.0-beta.15
239
+
240
+ ## 5.0.0-beta.15
241
+
242
+ ### Patch Changes
243
+
244
+ - [#1799](https://github.com/graphile/crystal/pull/1799)
245
+ [`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d)
246
+ Thanks [@jvandermey](https://github.com/jvandermey)! - Can now pass onEdit
247
+ callbacks through the Ruru config via the plugin system; e.g. to update the
248
+ URL search params with the current editor state.
249
+
250
+ - [#1801](https://github.com/graphile/crystal/pull/1801)
251
+ [`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)
252
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug where the owner of a
253
+ database object wasn't seen as having any privileges.
254
+ - Updated dependencies
255
+ [[`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
256
+ - graphile-build-pg@5.0.0-beta.14
257
+ - graphile-utils@5.0.0-beta.14
258
+ - grafserv@0.1.1-beta.2
259
+ - @dataplan/pg@0.0.1-beta.11
260
+
261
+ ## 5.0.0-beta.14
262
+
263
+ ### Patch Changes
264
+
265
+ - [#1796](https://github.com/graphile/crystal/pull/1796)
266
+ [`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7)
267
+ Thanks [@benjie](https://github.com/benjie)! - Can now set initial query and
268
+ variables in Ruru via the plugin system; e.g. to set query/variables based on
269
+ query string.
270
+
271
+ - [#1797](https://github.com/graphile/crystal/pull/1797)
272
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)
273
+ Thanks [@benjie](https://github.com/benjie)! - Fix that smart tags were not
274
+ copied onto enum codecs.
275
+
276
+ - Updated dependencies
277
+ [[`781a89758`](https://github.com/graphile/crystal/commit/781a89758fff2712f0080d8fafb4048da189b782),
278
+ [`a38e650d6`](https://github.com/graphile/crystal/commit/a38e650d67d6c7ff0cf5b853377622090ede3a50),
279
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
280
+ - grafserv@0.1.1-beta.1
281
+ - graphile-build-pg@5.0.0-beta.13
282
+ - @dataplan/pg@0.0.1-beta.11
283
+ - graphile-utils@5.0.0-beta.13
284
+
285
+ ## 5.0.0-beta.13
286
+
287
+ ### Patch Changes
288
+
289
+ - Updated dependencies
290
+ [[`2805edc68`](https://github.com/graphile/crystal/commit/2805edc68b90546bf71ffd293af4d87a79345825)]:
291
+ - pg-sql2@5.0.0-beta.4
292
+ - @dataplan/pg@0.0.1-beta.10
293
+ - grafast@0.1.1-beta.0
294
+ - graphile-build-pg@5.0.0-beta.12
295
+ - graphile-utils@5.0.0-beta.12
296
+
297
+ ## 5.0.0-beta.12
298
+
299
+ ### Patch Changes
300
+
301
+ - [#1779](https://github.com/graphile/crystal/pull/1779)
302
+ [`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8)
303
+ Thanks [@benjie](https://github.com/benjie)! - Fix a polymorphic planning
304
+ issue.
305
+
306
+ - [#1778](https://github.com/graphile/crystal/pull/1778)
307
+ [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434)
308
+ Thanks [@benjie](https://github.com/benjie)! - Enable source maps in modules
309
+ where it was disabled.
310
+
311
+ - [#1780](https://github.com/graphile/crystal/pull/1780)
312
+ [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3)
313
+ Thanks [@benjie](https://github.com/benjie)! - Fix an issue with side effect
314
+ plans and polymorphism
315
+
316
+ - [#1770](https://github.com/graphile/crystal/pull/1770)
317
+ [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695)
318
+ Thanks [@benjie](https://github.com/benjie)! - Fix issues around enum tables:
319
+ indicate when an enum table codec replaces a regular attribute codec, expose
320
+ helpers for working with enum tables, and don't exclude enum table references
321
+ when using the Relay preset.
322
+
323
+ - [#1774](https://github.com/graphile/crystal/pull/1774)
324
+ [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)
325
+ Thanks [@benjie](https://github.com/benjie)! - Add
326
+ `preset.gather.pgIdentifiers` setting (values: 'qualified' or 'unqualified');
327
+ if set to 'unqualified' then we will not add the schema name to table or
328
+ function identifiers - it's up to you to ensure they're present in the
329
+ `search_path` (which you can set via `pgSettings` on a per-request basis).
330
+ - Updated dependencies
331
+ [[`eeccfd675`](https://github.com/graphile/crystal/commit/eeccfd67585a79330197886fdc98335562e08c0a),
332
+ [`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
333
+ [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
334
+ [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
335
+ [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695),
336
+ [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222),
337
+ [`264158f03`](https://github.com/graphile/crystal/commit/264158f034e7b6ebc1a9a94d92b7e4fb746c5fac),
338
+ [`2d31f058b`](https://github.com/graphile/crystal/commit/2d31f058b34d3f5ef11699582b9a4960a4ebc471),
339
+ [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)]:
340
+ - graphile-utils@5.0.0-beta.11
341
+ - grafast@0.1.1-beta.0
342
+ - @dataplan/json@0.0.1-beta.9
343
+ - @dataplan/pg@0.0.1-beta.9
344
+ - graphile-build-pg@5.0.0-beta.11
345
+ - graphile-build@5.0.0-beta.10
346
+ - grafserv@0.1.1-beta.0
347
+
348
+ ## 5.0.0-beta.11
349
+
350
+ ### Patch Changes
351
+
352
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
353
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
354
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
355
+ information
356
+
357
+ - Updated dependencies
358
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
359
+ [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
360
+ [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
361
+ [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
362
+ - graphile-build-pg@5.0.0-beta.10
363
+ - graphile-build@5.0.0-beta.9
364
+ - graphile-utils@5.0.0-beta.10
365
+ - @dataplan/json@0.0.1-beta.8
366
+ - graphile-config@0.0.1-beta.3
367
+ - @dataplan/pg@0.0.1-beta.8
368
+ - grafserv@0.0.1-beta.9
369
+ - grafast@0.0.1-beta.8
370
+ - tamedevil@0.0.0-beta.3
371
+ - pg-sql2@5.0.0-beta.3
372
+ - @graphile/lru@5.0.0-beta.3
373
+
374
+ ## 5.0.0-beta.10
375
+
376
+ ### Patch Changes
377
+
378
+ - Updated dependencies []:
379
+ - grafserv@0.0.1-beta.8
380
+ - graphile-build-pg@5.0.0-beta.9
381
+ - @dataplan/pg@0.0.1-beta.7
382
+ - graphile-utils@5.0.0-beta.9
383
+
384
+ ## 5.0.0-beta.9
385
+
386
+ ### Patch Changes
387
+
388
+ - Updated dependencies
389
+ [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
390
+ - grafast@0.0.1-beta.7
391
+ - @dataplan/json@0.0.1-beta.7
392
+ - @dataplan/pg@0.0.1-beta.7
393
+ - grafserv@0.0.1-beta.7
394
+ - graphile-build@5.0.0-beta.8
395
+ - graphile-build-pg@5.0.0-beta.9
396
+ - graphile-utils@5.0.0-beta.9
397
+
398
+ ## 5.0.0-beta.8
399
+
400
+ ### Patch Changes
401
+
402
+ - [#496](https://github.com/benjie/crystal/pull/496)
403
+ [`ac092e021`](https://github.com/benjie/crystal/commit/ac092e0217d1385967dcdf39c9c1a390ebf6add8)
404
+ Thanks [@benjie](https://github.com/benjie)! - PostGraphile no longer exports
405
+ `GraphileBuild` nor `GraphileConfig` - these are global namespaces.
406
+
407
+ - [#496](https://github.com/benjie/crystal/pull/496)
408
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
409
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
410
+ through major versions).
411
+
412
+ - Updated dependencies
413
+ [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
414
+ [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
415
+ - graphile-build-pg@5.0.0-beta.8
416
+ - graphile-build@5.0.0-beta.7
417
+ - graphile-utils@5.0.0-beta.8
418
+ - @dataplan/json@0.0.1-beta.6
419
+ - graphile-config@0.0.1-beta.2
420
+ - @dataplan/pg@0.0.1-beta.6
421
+ - grafserv@0.0.1-beta.6
422
+ - grafast@0.0.1-beta.6
423
+ - tamedevil@0.0.0-beta.2
424
+ - pg-sql2@5.0.0-beta.2
425
+ - @graphile/lru@5.0.0-beta.2
426
+
427
+ ## 5.0.0-beta.7
428
+
429
+ ### Patch Changes
430
+
431
+ - [#488](https://github.com/benjie/crystal/pull/488)
432
+ [`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad)
433
+ Thanks [@benjie](https://github.com/benjie)! - Fix issues with polymorphism
434
+ when interacting with nodeIds, particularly in mutations and SQL functions.
435
+ - Updated dependencies
436
+ [[`95e902f54`](https://github.com/benjie/crystal/commit/95e902f5403c16895e874692f7650293d77590dd),
437
+ [`53186213a`](https://github.com/benjie/crystal/commit/53186213ade962f4b66cb0d5ea8b57b5ce7ea85f),
438
+ [`e916b7412`](https://github.com/benjie/crystal/commit/e916b7412fc1fbbcb1578dbe07684189c2a720ad),
439
+ [`73f1b5218`](https://github.com/benjie/crystal/commit/73f1b52187b2e009d502afa1db8a4e8f702e2958),
440
+ [`109c8ec67`](https://github.com/benjie/crystal/commit/109c8ec6784dc74f4c4c4c43cc61516cc12401c8)]:
441
+ - @dataplan/pg@0.0.1-beta.5
442
+ - grafast@0.0.1-beta.5
443
+ - graphile-build-pg@5.0.0-beta.7
444
+ - graphile-build@5.0.0-beta.6
445
+ - grafserv@0.0.1-beta.5
446
+ - @dataplan/json@0.0.1-beta.5
447
+ - graphile-utils@5.0.0-beta.7
448
+
449
+ ## 5.0.0-beta.6
450
+
451
+ ### Patch Changes
452
+
453
+ - [#462](https://github.com/benjie/crystal/pull/462)
454
+ [`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa)
455
+ Thanks [@benjie](https://github.com/benjie)! - Allow 'null' to be passed to
456
+ `withPgClient`/`withPgClientTransaction`
457
+
458
+ - [#460](https://github.com/benjie/crystal/pull/460)
459
+ [`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439)
460
+ Thanks [@benjie](https://github.com/benjie)! - Fix makeExtendSchemaPlugin: now
461
+ calls callback in 'init' phase, so `Build` type is used (rather than
462
+ `Partial<Build>`) and other types/handlers/etc should already be registered.
463
+
464
+ - [#463](https://github.com/benjie/crystal/pull/463)
465
+ [`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c)
466
+ Thanks [@benjie](https://github.com/benjie)! - Add experimental support for h3
467
+ server to grafserv.
468
+
469
+ - [#459](https://github.com/benjie/crystal/pull/459)
470
+ [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2)
471
+ Thanks [@benjie](https://github.com/benjie)! - Disable mutations for
472
+ `@interface mode:relational` tables. (They shouldn't have been enabled, and
473
+ they don't work yet.)
474
+
475
+ - [#464](https://github.com/benjie/crystal/pull/464)
476
+ [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)
477
+ Thanks [@benjie](https://github.com/benjie)! - `@dataplan/pg/adaptors/pg` now
478
+ adds `rawClient` property which is the underlying Postgres client for use with
479
+ `pgTyped`, `zapatos`, and other libraries that can use a raw postgres client.
480
+ This is exposed via `NodePostgresPgClient` interface which is a subtype of
481
+ `PgClient`.
482
+ - Updated dependencies
483
+ [[`53f0488b1`](https://github.com/benjie/crystal/commit/53f0488b1c060fe9f5dfcd67ad5c0bd932a4b7aa),
484
+ [`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
485
+ [`07883a1a5`](https://github.com/benjie/crystal/commit/07883a1a5eac63bdc0541d6a2b562fc97342c439),
486
+ [`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c),
487
+ [`d17dd1cd4`](https://github.com/benjie/crystal/commit/d17dd1cd47d6cb125fbc84c38a8c004857e1bdd2),
488
+ [`fa8cfcf9b`](https://github.com/benjie/crystal/commit/fa8cfcf9b4ce0c3e12511f3f6392051924a719e5),
489
+ [`00d026409`](https://github.com/benjie/crystal/commit/00d0264090f90914eac881b34918fa3370782adc)]:
490
+ - @dataplan/pg@0.0.1-beta.4
491
+ - grafast@0.0.1-beta.4
492
+ - graphile-utils@5.0.0-beta.6
493
+ - grafserv@0.0.1-beta.4
494
+ - graphile-build-pg@5.0.0-beta.6
495
+ - @dataplan/json@0.0.1-beta.4
496
+ - graphile-build@5.0.0-beta.5
497
+
498
+ ## 5.0.0-beta.5
499
+
500
+ ### Patch Changes
501
+
502
+ - Updated dependencies
503
+ [[`22ecd1e5d`](https://github.com/benjie/crystal/commit/22ecd1e5de1dcd094be3085cba56b705446413f9)]:
504
+ - graphile-build-pg@5.0.0-beta.5
505
+ - graphile-utils@5.0.0-beta.5
506
+
507
+ ## 5.0.0-beta.4
508
+
509
+ ### Patch Changes
510
+
511
+ - [#454](https://github.com/benjie/crystal/pull/454)
512
+ [`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd)
513
+ Thanks [@benjie](https://github.com/benjie)! -
514
+ `@interface mode=single/relational` now get `Node` interface if the table has
515
+ a PK.
516
+
517
+ 🚨 `@interface mode=union` no longer gets `Node` interface unless you also add
518
+ `@behavior node`.
519
+
520
+ - [#454](https://github.com/benjie/crystal/pull/454)
521
+ [`e75bf57dd`](https://github.com/benjie/crystal/commit/e75bf57ddb20d20c86dba880cbb1970ec6a875af)
522
+ Thanks [@benjie](https://github.com/benjie)! - Automatically register
523
+ connection types for unionMember unions.
524
+
525
+ - Updated dependencies
526
+ [[`196e5c1aa`](https://github.com/benjie/crystal/commit/196e5c1aab52dbe2a069d0a15b9e4931523fd2dd),
527
+ [`e75bf57dd`](https://github.com/benjie/crystal/commit/e75bf57ddb20d20c86dba880cbb1970ec6a875af)]:
528
+ - graphile-build-pg@5.0.0-beta.4
529
+ - graphile-build@5.0.0-beta.4
530
+ - graphile-utils@5.0.0-beta.4
531
+ - @dataplan/pg@0.0.1-beta.3
532
+
533
+ ## 5.0.0-beta.3
534
+
535
+ ### Patch Changes
536
+
537
+ - Updated dependencies
538
+ [[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af),
539
+ [`d3ab4e12d`](https://github.com/benjie/crystal/commit/d3ab4e12d5bf0dc1c0364c603585175fa4d94d34)]:
540
+ - grafast@0.0.1-beta.3
541
+ - graphile-build-pg@5.0.0-beta.3
542
+ - graphile-build@5.0.0-beta.3
543
+ - @dataplan/pg@0.0.1-beta.3
544
+ - @dataplan/json@0.0.1-beta.3
545
+ - grafserv@0.0.1-beta.3
546
+ - graphile-utils@5.0.0-beta.3
547
+
3
548
  ## 5.0.0-beta.2
4
549
 
5
550
  ### Patch Changes
package/README.md CHANGED
@@ -22,9 +22,9 @@ significant changes to).
22
22
 
23
23
  ## Crowd-funded open-source software
24
24
 
25
- To help us develop this software sustainably under the MIT license, we ask all
26
- individuals and businesses that use it to help support its ongoing maintenance
27
- and development via sponsorship.
25
+ To help us develop this software sustainably, we ask all individuals and
26
+ businesses that use it to help support its ongoing maintenance and development
27
+ via sponsorship.
28
28
 
29
29
  ### [Click here to find out more about sponsors and sponsorship.](https://www.graphile.org/sponsor/)
30
30
 
@@ -33,13 +33,10 @@ And please give some love to our featured sponsors 🤩:
33
33
  <table><tr>
34
34
  <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
35
35
  <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
36
- <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
37
36
  <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
38
- </tr><tr>
39
- <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
40
37
  <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
41
- <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
42
- <td align="center"><a href="https://politicsrewired.com/"><img src="https://graphile.org/images/sponsors/politics-rewired.png" width="90" height="90" alt="Politics Rewired" /><br />Politics Rewired</a></td>
38
+ </tr><tr>
39
+ <td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
43
40
  </tr></table>
44
41
 
45
42
  <em>\* Sponsors the entire Graphile suite</em>
package/dist/cli.d.ts CHANGED
@@ -7,11 +7,11 @@ export declare function options(yargs: Argv): Argv<{
7
7
  } & {
8
8
  schema: string | undefined;
9
9
  } & {
10
- watch: boolean;
10
+ watch: boolean | undefined;
11
11
  } & {
12
12
  port: number | undefined;
13
13
  } & {
14
- host: string;
14
+ host: string | undefined;
15
15
  } & {
16
16
  subscriptions: boolean | undefined;
17
17
  } & {
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAWjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI;;;;;;;;;;;;;;;;;;;;GAmElC;AAoED,wBAAsB,GAAG,CAAC,IAAI,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,iBA8J9D"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAOA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAQjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI;;;;;;;;;;;;;;;;;;;;GAiElC;AAoED,wBAAsB,GAAG,CAAC,IAAI,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,iBA8J9D"}
package/dist/cli.js CHANGED
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.run = exports.options = void 0;
4
- const node_1 = require("grafserv/node");
5
- const graphile_config_1 = require("graphile-config");
6
- const load_1 = require("graphile-config/load");
7
4
  const node_http_1 = require("node:http");
8
5
  const node_url_1 = require("node:url");
9
6
  const node_util_1 = require("node:util");
7
+ const node_1 = require("grafserv/node");
8
+ const graphile_config_1 = require("graphile-config");
9
+ const load_1 = require("graphile-config/load");
10
10
  const index_js_1 = require("./index.js");
11
11
  // The preset we recommend if the user doesn't specify one
12
12
  const RECOMMENDED_PRESET = "--preset postgraphile/presets/amber";
@@ -37,7 +37,6 @@ function options(yargs) {
37
37
  alias: "w",
38
38
  type: "boolean",
39
39
  description: "Watch mode (monitor DB for schema changes)",
40
- default: false,
41
40
  })
42
41
  .option("port", {
43
42
  alias: "p",
@@ -48,7 +47,6 @@ function options(yargs) {
48
47
  alias: "n",
49
48
  type: "string",
50
49
  description: "The host to bind our HTTP server to",
51
- default: "localhost",
52
50
  })
53
51
  .option("subscriptions", {
54
52
  type: "boolean",