grafserv 0.0.1-alpha.8 → 0.0.1-beta.1

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +224 -97
  2. package/README.md +2 -250
  3. package/dist/accept.js +24 -7
  4. package/dist/accept.js.map +1 -1
  5. package/dist/core/base.d.ts +2 -2
  6. package/dist/core/base.d.ts.map +1 -1
  7. package/dist/core/base.js +8 -8
  8. package/dist/core/base.js.map +1 -1
  9. package/dist/index.d.ts +3 -2
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +12 -1
  12. package/dist/index.js.map +1 -1
  13. package/dist/interfaces.d.ts +9 -1
  14. package/dist/interfaces.d.ts.map +1 -1
  15. package/dist/middleware/graphiql.d.ts.map +1 -1
  16. package/dist/middleware/graphiql.js +0 -1
  17. package/dist/middleware/graphiql.js.map +1 -1
  18. package/dist/middleware/graphql.d.ts +2 -2
  19. package/dist/middleware/graphql.d.ts.map +1 -1
  20. package/dist/middleware/graphql.js +6 -6
  21. package/dist/middleware/graphql.js.map +1 -1
  22. package/dist/options.d.ts +2 -2
  23. package/dist/options.d.ts.map +1 -1
  24. package/dist/options.js +7 -5
  25. package/dist/options.js.map +1 -1
  26. package/dist/servers/fastify/v4/index.d.ts.map +1 -1
  27. package/dist/servers/fastify/v4/index.js +32 -29
  28. package/dist/servers/fastify/v4/index.js.map +1 -1
  29. package/dist/servers/koa/v2/index.js +2 -2
  30. package/dist/servers/koa/v2/index.js.map +1 -1
  31. package/dist/utils.d.ts +1 -1
  32. package/dist/utils.d.ts.map +1 -1
  33. package/dist/utils.js +1 -1
  34. package/dist/utils.js.map +1 -1
  35. package/fwd/ruru/cli/index.d.ts +1 -0
  36. package/fwd/ruru/cli/index.js +1 -0
  37. package/fwd/ruru/index.d.ts +1 -0
  38. package/fwd/ruru/index.js +1 -0
  39. package/fwd/ruru/server/index.d.ts +1 -0
  40. package/fwd/ruru/server/index.js +1 -0
  41. package/package.json +24 -7
package/CHANGELOG.md CHANGED
@@ -1,27 +1,154 @@
1
1
  # grafserv
2
2
 
3
+ ## 0.0.1-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
8
+ Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
9
+
10
+ - Updated dependencies
11
+ [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
12
+ - grafast@0.0.1-beta.1
13
+ - ruru@2.0.0-beta.1
14
+ - graphile-config@0.0.1-beta.1
15
+ - @graphile/lru@5.0.0-beta.1
16
+
17
+ ## 0.0.1-alpha.16
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f)]:
23
+ - grafast@0.0.1-alpha.16
24
+
25
+ ## 0.0.1-alpha.15
26
+
27
+ ### Patch Changes
28
+
29
+ - [#422](https://github.com/benjie/crystal/pull/422)
30
+ [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)
31
+ Thanks [@benjie](https://github.com/benjie)! - Comments enabled in released
32
+ packages
33
+
34
+ - Updated dependencies
35
+ [[`ea003ca3a`](https://github.com/benjie/crystal/commit/ea003ca3a8f68fb87dca603582e47981ed033996),
36
+ [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
37
+ [`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
38
+ [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)]:
39
+ - grafast@0.0.1-alpha.15
40
+ - graphile-config@0.0.1-alpha.7
41
+ - ruru@2.0.0-alpha.11
42
+
43
+ ## 0.0.1-alpha.14
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies
48
+ [[`d99d666fb`](https://github.com/benjie/crystal/commit/d99d666fb234eb02dd196610995fa480c596242a)]:
49
+ - grafast@0.0.1-alpha.14
50
+
51
+ ## 0.0.1-alpha.13
52
+
53
+ ### Patch Changes
54
+
55
+ - [#418](https://github.com/benjie/crystal/pull/418)
56
+ [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de)
57
+ Thanks [@benjie](https://github.com/benjie)! - Overhaul peerDependencies and
58
+ dependencies to try and eliminate duplicate modules error.
59
+ - Updated dependencies
60
+ [[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
61
+ [`1882e0185`](https://github.com/benjie/crystal/commit/1882e018576adf69bcae8a999224cb4d5e62a3e1),
62
+ [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
63
+ [`e5012f9a1`](https://github.com/benjie/crystal/commit/e5012f9a1901af63e1703ea4d717e8a22544f5e7),
64
+ [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
65
+ [`47f6f018b`](https://github.com/benjie/crystal/commit/47f6f018b11761cbfaa63d709edc0e3f4f9a9924),
66
+ [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
67
+ [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b)]:
68
+ - grafast@0.0.1-alpha.13
69
+ - ruru@2.0.0-alpha.10
70
+
71
+ ## 0.0.1-alpha.12
72
+
73
+ ### Patch Changes
74
+
75
+ - Updated dependencies
76
+ [[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
77
+ [`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
78
+ [`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
79
+ [`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
80
+ - grafast@0.0.1-alpha.12
81
+ - graphile-config@0.0.1-alpha.6
82
+ - ruru@2.0.0-alpha.9
83
+
84
+ ## 0.0.1-alpha.11
85
+
86
+ ### Patch Changes
87
+
88
+ - Updated dependencies
89
+ [[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
90
+ - graphile-config@0.0.1-alpha.5
91
+ - grafast@0.0.1-alpha.11
92
+ - ruru@2.0.0-alpha.8
93
+
94
+ ## 0.0.1-alpha.10
95
+
96
+ ### Patch Changes
97
+
98
+ - [#399](https://github.com/benjie/crystal/pull/399)
99
+ [`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
100
+ Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
101
+ to be instead (or also) peerDependencies, to avoid duplicate modules.
102
+ - Updated dependencies
103
+ [[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd),
104
+ [`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4),
105
+ [`9feb769c2`](https://github.com/benjie/crystal/commit/9feb769c2df0c57971ed26a937be4a1bee7a7524),
106
+ [`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279),
107
+ [`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7),
108
+ [`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0),
109
+ [`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8),
110
+ [`9008c4f87`](https://github.com/benjie/crystal/commit/9008c4f87df53be4051c49f9836358dc2baa59df),
111
+ [`e8c81cd20`](https://github.com/benjie/crystal/commit/e8c81cd2046390ed5b6799aa7ff3d90b28a1861a)]:
112
+ - grafast@0.0.1-alpha.10
113
+ - ruru@2.0.0-alpha.7
114
+
115
+ ## 0.0.1-alpha.9
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies
120
+ [[`56237691b`](https://github.com/benjie/crystal/commit/56237691bf3eed321b7159e17f36e3651356946f),
121
+ [`ed1982f31`](https://github.com/benjie/crystal/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
122
+ [`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
123
+ [`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
124
+ [`6878c589c`](https://github.com/benjie/crystal/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
125
+ [`2ac706f18`](https://github.com/benjie/crystal/commit/2ac706f18660c855fe20f460b50694fdd04a7768)]:
126
+ - grafast@0.0.1-alpha.9
127
+ - graphile-config@0.0.1-alpha.4
128
+ - ruru@2.0.0-alpha.6
129
+
3
130
  ## 0.0.1-alpha.8
4
131
 
5
132
  ### Patch Changes
6
133
 
7
134
  - Updated dependencies
8
- [[`dd3ef599c`](https://github.com/benjie/postgraphile-private/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
135
+ [[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
9
136
  - grafast@0.0.1-alpha.8
10
137
 
11
138
  ## 0.0.1-alpha.7
12
139
 
13
140
  ### Patch Changes
14
141
 
15
- - [#346](https://github.com/benjie/postgraphile-private/pull/346)
16
- [`9ddaaaa96`](https://github.com/benjie/postgraphile-private/commit/9ddaaaa9617874cb44946acfcd252517ae427446)
142
+ - [#346](https://github.com/benjie/crystal/pull/346)
143
+ [`9ddaaaa96`](https://github.com/benjie/crystal/commit/9ddaaaa9617874cb44946acfcd252517ae427446)
17
144
  Thanks [@benjie](https://github.com/benjie)! - Fix a bug in subscriptions
18
145
  where variables were not recognized
19
146
 
20
147
  - Updated dependencies
21
- [[`5c9d32264`](https://github.com/benjie/postgraphile-private/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
22
- [`2fcbe688c`](https://github.com/benjie/postgraphile-private/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
23
- [`3a984718a`](https://github.com/benjie/postgraphile-private/commit/3a984718a322685304777dec7cd48a1efa15539d),
24
- [`adc7ae5e0`](https://github.com/benjie/postgraphile-private/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
148
+ [[`5c9d32264`](https://github.com/benjie/crystal/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
149
+ [`2fcbe688c`](https://github.com/benjie/crystal/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
150
+ [`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d),
151
+ [`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
25
152
  - grafast@0.0.1-alpha.7
26
153
  - graphile-config@0.0.1-alpha.3
27
154
  - ruru@2.0.0-alpha.5
@@ -31,7 +158,7 @@
31
158
  ### Patch Changes
32
159
 
33
160
  - Updated dependencies
34
- [[`f75926f4b`](https://github.com/benjie/postgraphile-private/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
161
+ [[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
35
162
  - grafast@0.0.1-alpha.6
36
163
 
37
164
  ## 0.0.1-alpha.5
@@ -39,8 +166,8 @@
39
166
  ### Patch Changes
40
167
 
41
168
  - Updated dependencies
42
- [[`86e503d78`](https://github.com/benjie/postgraphile-private/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
43
- [`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
169
+ [[`86e503d78`](https://github.com/benjie/crystal/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
170
+ [`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
44
171
  - grafast@0.0.1-alpha.5
45
172
 
46
173
  ## 0.0.1-alpha.4
@@ -48,8 +175,8 @@
48
175
  ### Patch Changes
49
176
 
50
177
  - Updated dependencies
51
- [[`45dcf3a8f`](https://github.com/benjie/postgraphile-private/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950),
52
- [`f34bd5a3c`](https://github.com/benjie/postgraphile-private/commit/f34bd5a3c353693b86a0307357a3620110700e1c)]:
178
+ [[`45dcf3a8f`](https://github.com/benjie/crystal/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950),
179
+ [`f34bd5a3c`](https://github.com/benjie/crystal/commit/f34bd5a3c353693b86a0307357a3620110700e1c)]:
53
180
  - grafast@0.0.1-alpha.4
54
181
  - ruru@2.0.0-alpha.4
55
182
 
@@ -57,18 +184,18 @@
57
184
 
58
185
  ### Patch Changes
59
186
 
60
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
187
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
61
188
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
62
189
  TypeScript/tslib
63
190
 
64
191
  - Updated dependencies
65
- [[`98ae00f59`](https://github.com/benjie/postgraphile-private/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
66
- [`2389f47ec`](https://github.com/benjie/postgraphile-private/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
67
- [`2fe247f75`](https://github.com/benjie/postgraphile-private/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc),
68
- [`e91ee201d`](https://github.com/benjie/postgraphile-private/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
69
- [`865bec590`](https://github.com/benjie/postgraphile-private/commit/865bec5901f666e147f5d4088152d1f0d2584827),
70
- [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
71
- [`d39a5d409`](https://github.com/benjie/postgraphile-private/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
192
+ [[`98ae00f59`](https://github.com/benjie/crystal/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
193
+ [`2389f47ec`](https://github.com/benjie/crystal/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
194
+ [`2fe247f75`](https://github.com/benjie/crystal/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc),
195
+ [`e91ee201d`](https://github.com/benjie/crystal/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
196
+ [`865bec590`](https://github.com/benjie/crystal/commit/865bec5901f666e147f5d4088152d1f0d2584827),
197
+ [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
198
+ [`d39a5d409`](https://github.com/benjie/crystal/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
72
199
  - @graphile/lru@5.0.0-alpha.2
73
200
  - grafast@0.0.1-alpha.3
74
201
  - ruru@2.0.0-alpha.3
@@ -78,8 +205,8 @@
78
205
 
79
206
  ### Patch Changes
80
207
 
81
- - [#305](https://github.com/benjie/postgraphile-private/pull/305)
82
- [`3cf35fdb4`](https://github.com/benjie/postgraphile-private/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8)
208
+ - [#305](https://github.com/benjie/crystal/pull/305)
209
+ [`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8)
83
210
  Thanks [@benjie](https://github.com/benjie)! - 🚨 Ruru is now a CommonJS
84
211
  module, no longer an ESM module.
85
212
 
@@ -124,8 +251,8 @@
124
251
  };
125
252
  ```
126
253
 
127
- - [#307](https://github.com/benjie/postgraphile-private/pull/307)
128
- [`7c45eaf4e`](https://github.com/benjie/postgraphile-private/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4)
254
+ - [#307](https://github.com/benjie/crystal/pull/307)
255
+ [`7c45eaf4e`](https://github.com/benjie/crystal/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4)
129
256
  Thanks [@benjie](https://github.com/benjie)! - 🚨
130
257
  'application/x-www-form-urlencoded' is now opt-in (unless you're using the V4
131
258
  preset).
@@ -191,8 +318,8 @@
191
318
  so disabling it does not make your server non-compliant.
192
319
 
193
320
  - Updated dependencies
194
- [[`3cf35fdb4`](https://github.com/benjie/postgraphile-private/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
195
- [`3df3f1726`](https://github.com/benjie/postgraphile-private/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
321
+ [[`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
322
+ [`3df3f1726`](https://github.com/benjie/crystal/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
196
323
  - ruru@2.0.0-alpha.2
197
324
  - grafast@0.0.1-alpha.2
198
325
 
@@ -200,12 +327,12 @@
200
327
 
201
328
  ### Patch Changes
202
329
 
203
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
330
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
204
331
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
205
332
  https://postgraphile.org/news/2023-04-26-version-5-alpha
206
333
 
207
334
  - Updated dependencies
208
- [[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
335
+ [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
209
336
  - grafast@0.0.1-alpha.1
210
337
  - ruru@2.0.0-alpha.1
211
338
  - graphile-config@0.0.1-alpha.1
@@ -215,24 +342,24 @@
215
342
 
216
343
  ### Patch Changes
217
344
 
218
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
219
- [`90ed0cb7a`](https://github.com/benjie/postgraphile-private/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
345
+ - [#297](https://github.com/benjie/crystal/pull/297)
346
+ [`90ed0cb7a`](https://github.com/benjie/crystal/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
220
347
  Thanks [@benjie](https://github.com/benjie)! - Overhaul websocket handling in
221
348
  Grafserv providing cleaner integration with Grafast.
222
349
 
223
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
224
- [`56be761c2`](https://github.com/benjie/postgraphile-private/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
350
+ - [#297](https://github.com/benjie/crystal/pull/297)
351
+ [`56be761c2`](https://github.com/benjie/crystal/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
225
352
  Thanks [@benjie](https://github.com/benjie)! - Grafserv now has a plugin
226
353
  system (via graphile-config), first plugin hook enables manipulating the
227
354
  incoming request body which is useful for persisted operations.
228
355
 
229
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
230
- [`1a012bdd7`](https://github.com/benjie/postgraphile-private/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25)
356
+ - [#297](https://github.com/benjie/crystal/pull/297)
357
+ [`1a012bdd7`](https://github.com/benjie/crystal/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25)
231
358
  Thanks [@benjie](https://github.com/benjie)! - Tweaked error handling
232
359
  codepaths, extensions can be passed through now and status codes improved.
233
360
  - Updated dependencies
234
- [[`8d270ead3`](https://github.com/benjie/postgraphile-private/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
235
- [`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
361
+ [[`8d270ead3`](https://github.com/benjie/crystal/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
362
+ [`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
236
363
  - grafast@0.0.1-1.3
237
364
  - graphile-config@0.0.1-1.2
238
365
  - ruru@2.0.0-1.2
@@ -242,28 +369,28 @@
242
369
  ### Patch Changes
243
370
 
244
371
  - Updated dependencies
245
- [[`7dcb0e008`](https://github.com/benjie/postgraphile-private/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
372
+ [[`7dcb0e008`](https://github.com/benjie/crystal/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
246
373
  - grafast@0.0.1-1.2
247
374
 
248
375
  ## 0.0.1-1.1
249
376
 
250
377
  ### Patch Changes
251
378
 
252
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
253
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
379
+ - [#260](https://github.com/benjie/crystal/pull/260)
380
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
254
381
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
255
382
 
256
- - [#282](https://github.com/benjie/postgraphile-private/pull/282)
257
- [`f6e644bd3`](https://github.com/benjie/postgraphile-private/commit/f6e644bd35be1ee2b63c8636785a241d863b8b5d)
383
+ - [#282](https://github.com/benjie/crystal/pull/282)
384
+ [`f6e644bd3`](https://github.com/benjie/crystal/commit/f6e644bd35be1ee2b63c8636785a241d863b8b5d)
258
385
  Thanks [@benjie](https://github.com/benjie)! - Allow accessing websocket
259
386
  connection params via `(ctx as Grafast.RequestContext).ws?.connectionParams`.
260
387
  - Updated dependencies
261
- [[`ae304b33c`](https://github.com/benjie/postgraphile-private/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
262
- [`159735204`](https://github.com/benjie/postgraphile-private/commit/15973520462d4a95e3cdf04fdacfc71ca851122f),
263
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
264
- [`22ec50e36`](https://github.com/benjie/postgraphile-private/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
265
- [`0f4709356`](https://github.com/benjie/postgraphile-private/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
266
- [`395b4a2dd`](https://github.com/benjie/postgraphile-private/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)]:
388
+ [[`ae304b33c`](https://github.com/benjie/crystal/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
389
+ [`159735204`](https://github.com/benjie/crystal/commit/15973520462d4a95e3cdf04fdacfc71ca851122f),
390
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
391
+ [`22ec50e36`](https://github.com/benjie/crystal/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
392
+ [`0f4709356`](https://github.com/benjie/crystal/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
393
+ [`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)]:
267
394
  - grafast@0.0.1-1.1
268
395
  - ruru@2.0.0-1.1
269
396
  - graphile-config@0.0.1-1.1
@@ -274,9 +401,9 @@
274
401
  ### Patch Changes
275
402
 
276
403
  - Updated dependencies
277
- [[`89d16c972`](https://github.com/benjie/postgraphile-private/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
278
- [`8f323bdc8`](https://github.com/benjie/postgraphile-private/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
279
- [`9e7183c02`](https://github.com/benjie/postgraphile-private/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83),
404
+ [[`89d16c972`](https://github.com/benjie/crystal/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
405
+ [`8f323bdc8`](https://github.com/benjie/crystal/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
406
+ [`9e7183c02`](https://github.com/benjie/crystal/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83),
280
407
  [`612092359`](undefined)]:
281
408
  - grafast@0.0.1-0.23
282
409
  - ruru@2.0.0-0.13
@@ -286,7 +413,7 @@
286
413
  ### Patch Changes
287
414
 
288
415
  - Updated dependencies
289
- [[`11e7c12c5`](https://github.com/benjie/postgraphile-private/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
416
+ [[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
290
417
  - graphile-config@0.0.1-0.6
291
418
  - grafast@0.0.1-0.22
292
419
  - ruru@2.0.0-0.12
@@ -295,14 +422,14 @@
295
422
 
296
423
  ### Patch Changes
297
424
 
298
- - [#229](https://github.com/benjie/postgraphile-private/pull/229)
299
- [`a06b8933f`](https://github.com/benjie/postgraphile-private/commit/a06b8933f9365627c2eab019af0c12393e29e509)
425
+ - [#229](https://github.com/benjie/crystal/pull/229)
426
+ [`a06b8933f`](https://github.com/benjie/crystal/commit/a06b8933f9365627c2eab019af0c12393e29e509)
300
427
  Thanks [@benjie](https://github.com/benjie)! - Rename 'eventStreamRoute' to
301
428
  'eventStreamPath' for consistency with 'graphqlPath' and 'graphiqlPath'. V4
302
429
  preset unaffected.
303
430
  - Updated dependencies
304
- [[`f5a04cf66`](https://github.com/benjie/postgraphile-private/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
305
- [`b795b3da5`](https://github.com/benjie/postgraphile-private/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8)]:
431
+ [[`f5a04cf66`](https://github.com/benjie/crystal/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
432
+ [`b795b3da5`](https://github.com/benjie/crystal/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8)]:
306
433
  - grafast@0.0.1-0.21
307
434
  - ruru@2.0.0-0.11
308
435
 
@@ -310,8 +437,8 @@
310
437
 
311
438
  ### Patch Changes
312
439
 
313
- - [#226](https://github.com/benjie/postgraphile-private/pull/226)
314
- [`6a846e009`](https://github.com/benjie/postgraphile-private/commit/6a846e00945ba2dcea0cd89f5e6a8ecc5a32775d)
440
+ - [#226](https://github.com/benjie/crystal/pull/226)
441
+ [`6a846e009`](https://github.com/benjie/crystal/commit/6a846e00945ba2dcea0cd89f5e6a8ecc5a32775d)
315
442
  Thanks [@benjie](https://github.com/benjie)! - Enable users to use Grafserv
316
443
  alongside other websocket-enabled entities in their final server.
317
444
  - Updated dependencies [[`aac8732f9`](undefined)]:
@@ -322,7 +449,7 @@
322
449
  ### Patch Changes
323
450
 
324
451
  - Updated dependencies
325
- [[`397e8bb40`](https://github.com/benjie/postgraphile-private/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
452
+ [[`397e8bb40`](https://github.com/benjie/crystal/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
326
453
  - grafast@0.0.1-0.19
327
454
 
328
455
  ## 0.0.1-0.20
@@ -330,8 +457,8 @@
330
457
  ### Patch Changes
331
458
 
332
459
  - Updated dependencies
333
- [[`4c2b7d1ca`](https://github.com/benjie/postgraphile-private/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
334
- [`c8a56cdc8`](https://github.com/benjie/postgraphile-private/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c)]:
460
+ [[`4c2b7d1ca`](https://github.com/benjie/crystal/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
461
+ [`c8a56cdc8`](https://github.com/benjie/crystal/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c)]:
335
462
  - grafast@0.0.1-0.18
336
463
 
337
464
  ## 0.0.1-0.19
@@ -346,51 +473,51 @@
346
473
  ### Patch Changes
347
474
 
348
475
  - Updated dependencies
349
- [[`df89aba52`](https://github.com/benjie/postgraphile-private/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
476
+ [[`df89aba52`](https://github.com/benjie/crystal/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
350
477
  - grafast@0.0.1-0.16
351
478
 
352
479
  ## 0.0.1-0.17
353
480
 
354
481
  ### Patch Changes
355
482
 
356
- - [#210](https://github.com/benjie/postgraphile-private/pull/210)
357
- [`b523118fe`](https://github.com/benjie/postgraphile-private/commit/b523118fe6217c027363fea91252a3a1764e17df)
483
+ - [#210](https://github.com/benjie/crystal/pull/210)
484
+ [`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)
358
485
  Thanks [@benjie](https://github.com/benjie)! - Replace BaseGraphQLContext with
359
486
  Grafast.Context throughout.
360
487
 
361
- - [#210](https://github.com/benjie/postgraphile-private/pull/210)
362
- [`461c03b72`](https://github.com/benjie/postgraphile-private/commit/461c03b72477821ec26cbf703011542e453d083c)
488
+ - [#210](https://github.com/benjie/crystal/pull/210)
489
+ [`461c03b72`](https://github.com/benjie/crystal/commit/461c03b72477821ec26cbf703011542e453d083c)
363
490
  Thanks [@benjie](https://github.com/benjie)! - Make servers releasable where
364
491
  possible.
365
492
 
366
493
  - Updated dependencies
367
- [[`b523118fe`](https://github.com/benjie/postgraphile-private/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
494
+ [[`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
368
495
  - grafast@0.0.1-0.15
369
496
 
370
497
  ## 0.0.1-0.16
371
498
 
372
499
  ### Patch Changes
373
500
 
374
- - [#207](https://github.com/benjie/postgraphile-private/pull/207)
375
- [`c850dd4ec`](https://github.com/benjie/postgraphile-private/commit/c850dd4ec0e42e37122f5bca55a079b53bfd895e)
501
+ - [#207](https://github.com/benjie/crystal/pull/207)
502
+ [`c850dd4ec`](https://github.com/benjie/crystal/commit/c850dd4ec0e42e37122f5bca55a079b53bfd895e)
376
503
  Thanks [@benjie](https://github.com/benjie)! - Rename 'preset.server' to
377
504
  'preset.grafserv'.
378
505
 
379
- - [#207](https://github.com/benjie/postgraphile-private/pull/207)
380
- [`afa0ea5f6`](https://github.com/benjie/postgraphile-private/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0)
506
+ - [#207](https://github.com/benjie/crystal/pull/207)
507
+ [`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0)
381
508
  Thanks [@benjie](https://github.com/benjie)! - Fix bug in subscriptions where
382
509
  termination of underlying stream wouldn't terminate the subscription.
383
510
 
384
- - [#206](https://github.com/benjie/postgraphile-private/pull/206)
385
- [`851b78ef2`](https://github.com/benjie/postgraphile-private/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7)
511
+ - [#206](https://github.com/benjie/crystal/pull/206)
512
+ [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7)
386
513
  Thanks [@benjie](https://github.com/benjie)! - Grafserv now masks untrusted
387
514
  errors by default; trusted errors are constructed via GraphQL's GraphQLError
388
515
  or Grafast's SafeError.
389
516
  - Updated dependencies
390
- [[`d76043453`](https://github.com/benjie/postgraphile-private/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
391
- [`afa0ea5f6`](https://github.com/benjie/postgraphile-private/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
392
- [`851b78ef2`](https://github.com/benjie/postgraphile-private/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
393
- [`384b3594f`](https://github.com/benjie/postgraphile-private/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
517
+ [[`d76043453`](https://github.com/benjie/crystal/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
518
+ [`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
519
+ [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
520
+ [`384b3594f`](https://github.com/benjie/crystal/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
394
521
  - grafast@0.0.1-0.14
395
522
 
396
523
  ## 0.0.1-0.15
@@ -404,21 +531,21 @@
404
531
 
405
532
  ### Patch Changes
406
533
 
407
- - [#200](https://github.com/benjie/postgraphile-private/pull/200)
408
- [`1e5671cdb`](https://github.com/benjie/postgraphile-private/commit/1e5671cdbbf9f4600b74c43eaa7e33b7bfd75fb9)
534
+ - [#200](https://github.com/benjie/crystal/pull/200)
535
+ [`1e5671cdb`](https://github.com/benjie/crystal/commit/1e5671cdbbf9f4600b74c43eaa7e33b7bfd75fb9)
409
536
  Thanks [@benjie](https://github.com/benjie)! - Add support for websocket
410
537
  GraphQL subscriptions (via graphql-ws) to grafserv and PostGraphile (currently
411
538
  supporting Node, Express, Koa and Fastify)
412
539
 
413
- - [#200](https://github.com/benjie/postgraphile-private/pull/200)
414
- [`5b634a78e`](https://github.com/benjie/postgraphile-private/commit/5b634a78e51816071447aceb1edfb813d77d563b)
540
+ - [#200](https://github.com/benjie/crystal/pull/200)
541
+ [`5b634a78e`](https://github.com/benjie/crystal/commit/5b634a78e51816071447aceb1edfb813d77d563b)
415
542
  Thanks [@benjie](https://github.com/benjie)! - Standardize on `serv.addTo`
416
543
  interface, even for Node
417
544
 
418
545
  - Updated dependencies
419
- [[`4f5d5bec7`](https://github.com/benjie/postgraphile-private/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
420
- [`e11698473`](https://github.com/benjie/postgraphile-private/commit/e1169847303790570bfafa07eb25d8fce53a0391),
421
- [`25f5a6cbf`](https://github.com/benjie/postgraphile-private/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
546
+ [[`4f5d5bec7`](https://github.com/benjie/crystal/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
547
+ [`e11698473`](https://github.com/benjie/crystal/commit/e1169847303790570bfafa07eb25d8fce53a0391),
548
+ [`25f5a6cbf`](https://github.com/benjie/crystal/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
422
549
  - grafast@0.0.1-0.12
423
550
  - ruru@2.0.0-0.10
424
551
 
@@ -428,14 +555,14 @@
428
555
 
429
556
  - [`0ab95d0b1`](undefined) - Update sponsors.
430
557
 
431
- - [#195](https://github.com/benjie/postgraphile-private/pull/195)
432
- [`752ec9c51`](https://github.com/benjie/postgraphile-private/commit/752ec9c516add7c4617b426e97eccd1d4e5b7833)
558
+ - [#195](https://github.com/benjie/crystal/pull/195)
559
+ [`752ec9c51`](https://github.com/benjie/crystal/commit/752ec9c516add7c4617b426e97eccd1d4e5b7833)
433
560
  Thanks [@benjie](https://github.com/benjie)! - Fix handling of HTTP errors and
434
561
  allow for 204 status code responses. Add CORS hack to enable graphql-http
435
562
  auditing.
436
563
  - Updated dependencies [[`0ab95d0b1`](undefined),
437
- [`4783bdd7c`](https://github.com/benjie/postgraphile-private/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
438
- [`652cf1073`](https://github.com/benjie/postgraphile-private/commit/652cf107316ea5832f69c6a55574632187f5c876)]:
564
+ [`4783bdd7c`](https://github.com/benjie/crystal/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
565
+ [`652cf1073`](https://github.com/benjie/crystal/commit/652cf107316ea5832f69c6a55574632187f5c876)]:
439
566
  - grafast@0.0.1-0.11
440
567
  - graphile-config@0.0.1-0.5
441
568
  - ruru@2.0.0-0.9
@@ -445,7 +572,7 @@
445
572
  ### Patch Changes
446
573
 
447
574
  - Updated dependencies
448
- [[`842f6ccbb`](https://github.com/benjie/postgraphile-private/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
575
+ [[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
449
576
  - graphile-config@0.0.1-0.4
450
577
  - grafast@0.0.1-0.10
451
578
  - ruru@2.0.0-0.8
@@ -454,13 +581,13 @@
454
581
 
455
582
  ### Patch Changes
456
583
 
457
- - [#176](https://github.com/benjie/postgraphile-private/pull/176)
458
- [`11d6be65e`](https://github.com/benjie/postgraphile-private/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)
584
+ - [#176](https://github.com/benjie/crystal/pull/176)
585
+ [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)
459
586
  Thanks [@benjie](https://github.com/benjie)! - Fix issue with plugin
460
587
  versioning. Add more TSDoc comments. New getTerminalWidth() helper.
461
588
  - Updated dependencies
462
- [[`19e2961de`](https://github.com/benjie/postgraphile-private/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
463
- [`11d6be65e`](https://github.com/benjie/postgraphile-private/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
589
+ [[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
590
+ [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
464
591
  - graphile-config@0.0.1-0.3
465
592
  - grafast@0.0.1-0.9
466
593
  - ruru@2.0.0-0.7
@@ -470,7 +597,7 @@
470
597
  ### Patch Changes
471
598
 
472
599
  - Updated dependencies
473
- [[`208166269`](https://github.com/benjie/postgraphile-private/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
600
+ [[`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
474
601
  - grafast@0.0.1-0.8
475
602
 
476
603
  ## 0.0.1-0.9
@@ -478,7 +605,7 @@
478
605
  ### Patch Changes
479
606
 
480
607
  - Updated dependencies [[`a40fa6966`](undefined),
481
- [`8f04af08d`](https://github.com/benjie/postgraphile-private/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
608
+ [`8f04af08d`](https://github.com/benjie/crystal/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
482
609
  - ruru@2.0.0-0.6
483
610
  - grafast@0.0.1-0.7
484
611
 
@@ -556,12 +683,12 @@
556
683
 
557
684
  ### Patch Changes
558
685
 
559
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
560
- [`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
686
+ - [#125](https://github.com/benjie/crystal/pull/125)
687
+ [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
561
688
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
562
689
 
563
690
  - Updated dependencies
564
- [[`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
691
+ [[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
565
692
  - ruru@2.0.0-0.0
566
693
  - @graphile/lru@5.0.0-0.1
567
694
  - grafast@0.0.1-0.0