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