grafserv 0.0.1-alpha.9 → 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 +215 -103
  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,16 +1,128 @@
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
+
3
115
  ## 0.0.1-alpha.9
4
116
 
5
117
  ### Patch Changes
6
118
 
7
119
  - Updated dependencies
8
- [[`56237691b`](https://github.com/benjie/postgraphile-private/commit/56237691bf3eed321b7159e17f36e3651356946f),
9
- [`ed1982f31`](https://github.com/benjie/postgraphile-private/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
10
- [`1fe47a2b0`](https://github.com/benjie/postgraphile-private/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
11
- [`198ac74d5`](https://github.com/benjie/postgraphile-private/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
12
- [`6878c589c`](https://github.com/benjie/postgraphile-private/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
13
- [`2ac706f18`](https://github.com/benjie/postgraphile-private/commit/2ac706f18660c855fe20f460b50694fdd04a7768)]:
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)]:
14
126
  - grafast@0.0.1-alpha.9
15
127
  - graphile-config@0.0.1-alpha.4
16
128
  - ruru@2.0.0-alpha.6
@@ -20,23 +132,23 @@
20
132
  ### Patch Changes
21
133
 
22
134
  - Updated dependencies
23
- [[`dd3ef599c`](https://github.com/benjie/postgraphile-private/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
135
+ [[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
24
136
  - grafast@0.0.1-alpha.8
25
137
 
26
138
  ## 0.0.1-alpha.7
27
139
 
28
140
  ### Patch Changes
29
141
 
30
- - [#346](https://github.com/benjie/postgraphile-private/pull/346)
31
- [`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)
32
144
  Thanks [@benjie](https://github.com/benjie)! - Fix a bug in subscriptions
33
145
  where variables were not recognized
34
146
 
35
147
  - Updated dependencies
36
- [[`5c9d32264`](https://github.com/benjie/postgraphile-private/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
37
- [`2fcbe688c`](https://github.com/benjie/postgraphile-private/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
38
- [`3a984718a`](https://github.com/benjie/postgraphile-private/commit/3a984718a322685304777dec7cd48a1efa15539d),
39
- [`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)]:
40
152
  - grafast@0.0.1-alpha.7
41
153
  - graphile-config@0.0.1-alpha.3
42
154
  - ruru@2.0.0-alpha.5
@@ -46,7 +158,7 @@
46
158
  ### Patch Changes
47
159
 
48
160
  - Updated dependencies
49
- [[`f75926f4b`](https://github.com/benjie/postgraphile-private/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
161
+ [[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
50
162
  - grafast@0.0.1-alpha.6
51
163
 
52
164
  ## 0.0.1-alpha.5
@@ -54,8 +166,8 @@
54
166
  ### Patch Changes
55
167
 
56
168
  - Updated dependencies
57
- [[`86e503d78`](https://github.com/benjie/postgraphile-private/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
58
- [`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)]:
59
171
  - grafast@0.0.1-alpha.5
60
172
 
61
173
  ## 0.0.1-alpha.4
@@ -63,8 +175,8 @@
63
175
  ### Patch Changes
64
176
 
65
177
  - Updated dependencies
66
- [[`45dcf3a8f`](https://github.com/benjie/postgraphile-private/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950),
67
- [`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)]:
68
180
  - grafast@0.0.1-alpha.4
69
181
  - ruru@2.0.0-alpha.4
70
182
 
@@ -72,18 +184,18 @@
72
184
 
73
185
  ### Patch Changes
74
186
 
75
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
187
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
76
188
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
77
189
  TypeScript/tslib
78
190
 
79
191
  - Updated dependencies
80
- [[`98ae00f59`](https://github.com/benjie/postgraphile-private/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
81
- [`2389f47ec`](https://github.com/benjie/postgraphile-private/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
82
- [`2fe247f75`](https://github.com/benjie/postgraphile-private/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc),
83
- [`e91ee201d`](https://github.com/benjie/postgraphile-private/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
84
- [`865bec590`](https://github.com/benjie/postgraphile-private/commit/865bec5901f666e147f5d4088152d1f0d2584827),
85
- [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
86
- [`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)]:
87
199
  - @graphile/lru@5.0.0-alpha.2
88
200
  - grafast@0.0.1-alpha.3
89
201
  - ruru@2.0.0-alpha.3
@@ -93,8 +205,8 @@
93
205
 
94
206
  ### Patch Changes
95
207
 
96
- - [#305](https://github.com/benjie/postgraphile-private/pull/305)
97
- [`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)
98
210
  Thanks [@benjie](https://github.com/benjie)! - 🚨 Ruru is now a CommonJS
99
211
  module, no longer an ESM module.
100
212
 
@@ -139,8 +251,8 @@
139
251
  };
140
252
  ```
141
253
 
142
- - [#307](https://github.com/benjie/postgraphile-private/pull/307)
143
- [`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)
144
256
  Thanks [@benjie](https://github.com/benjie)! - 🚨
145
257
  'application/x-www-form-urlencoded' is now opt-in (unless you're using the V4
146
258
  preset).
@@ -206,8 +318,8 @@
206
318
  so disabling it does not make your server non-compliant.
207
319
 
208
320
  - Updated dependencies
209
- [[`3cf35fdb4`](https://github.com/benjie/postgraphile-private/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
210
- [`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)]:
211
323
  - ruru@2.0.0-alpha.2
212
324
  - grafast@0.0.1-alpha.2
213
325
 
@@ -215,12 +327,12 @@
215
327
 
216
328
  ### Patch Changes
217
329
 
218
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
330
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
219
331
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
220
332
  https://postgraphile.org/news/2023-04-26-version-5-alpha
221
333
 
222
334
  - Updated dependencies
223
- [[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
335
+ [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
224
336
  - grafast@0.0.1-alpha.1
225
337
  - ruru@2.0.0-alpha.1
226
338
  - graphile-config@0.0.1-alpha.1
@@ -230,24 +342,24 @@
230
342
 
231
343
  ### Patch Changes
232
344
 
233
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
234
- [`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)
235
347
  Thanks [@benjie](https://github.com/benjie)! - Overhaul websocket handling in
236
348
  Grafserv providing cleaner integration with Grafast.
237
349
 
238
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
239
- [`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)
240
352
  Thanks [@benjie](https://github.com/benjie)! - Grafserv now has a plugin
241
353
  system (via graphile-config), first plugin hook enables manipulating the
242
354
  incoming request body which is useful for persisted operations.
243
355
 
244
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
245
- [`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)
246
358
  Thanks [@benjie](https://github.com/benjie)! - Tweaked error handling
247
359
  codepaths, extensions can be passed through now and status codes improved.
248
360
  - Updated dependencies
249
- [[`8d270ead3`](https://github.com/benjie/postgraphile-private/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
250
- [`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)]:
251
363
  - grafast@0.0.1-1.3
252
364
  - graphile-config@0.0.1-1.2
253
365
  - ruru@2.0.0-1.2
@@ -257,28 +369,28 @@
257
369
  ### Patch Changes
258
370
 
259
371
  - Updated dependencies
260
- [[`7dcb0e008`](https://github.com/benjie/postgraphile-private/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
372
+ [[`7dcb0e008`](https://github.com/benjie/crystal/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
261
373
  - grafast@0.0.1-1.2
262
374
 
263
375
  ## 0.0.1-1.1
264
376
 
265
377
  ### Patch Changes
266
378
 
267
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
268
- [`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)
269
381
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
270
382
 
271
- - [#282](https://github.com/benjie/postgraphile-private/pull/282)
272
- [`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)
273
385
  Thanks [@benjie](https://github.com/benjie)! - Allow accessing websocket
274
386
  connection params via `(ctx as Grafast.RequestContext).ws?.connectionParams`.
275
387
  - Updated dependencies
276
- [[`ae304b33c`](https://github.com/benjie/postgraphile-private/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
277
- [`159735204`](https://github.com/benjie/postgraphile-private/commit/15973520462d4a95e3cdf04fdacfc71ca851122f),
278
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
279
- [`22ec50e36`](https://github.com/benjie/postgraphile-private/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
280
- [`0f4709356`](https://github.com/benjie/postgraphile-private/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
281
- [`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)]:
282
394
  - grafast@0.0.1-1.1
283
395
  - ruru@2.0.0-1.1
284
396
  - graphile-config@0.0.1-1.1
@@ -289,9 +401,9 @@
289
401
  ### Patch Changes
290
402
 
291
403
  - Updated dependencies
292
- [[`89d16c972`](https://github.com/benjie/postgraphile-private/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
293
- [`8f323bdc8`](https://github.com/benjie/postgraphile-private/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
294
- [`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),
295
407
  [`612092359`](undefined)]:
296
408
  - grafast@0.0.1-0.23
297
409
  - ruru@2.0.0-0.13
@@ -301,7 +413,7 @@
301
413
  ### Patch Changes
302
414
 
303
415
  - Updated dependencies
304
- [[`11e7c12c5`](https://github.com/benjie/postgraphile-private/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
416
+ [[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
305
417
  - graphile-config@0.0.1-0.6
306
418
  - grafast@0.0.1-0.22
307
419
  - ruru@2.0.0-0.12
@@ -310,14 +422,14 @@
310
422
 
311
423
  ### Patch Changes
312
424
 
313
- - [#229](https://github.com/benjie/postgraphile-private/pull/229)
314
- [`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)
315
427
  Thanks [@benjie](https://github.com/benjie)! - Rename 'eventStreamRoute' to
316
428
  'eventStreamPath' for consistency with 'graphqlPath' and 'graphiqlPath'. V4
317
429
  preset unaffected.
318
430
  - Updated dependencies
319
- [[`f5a04cf66`](https://github.com/benjie/postgraphile-private/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
320
- [`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)]:
321
433
  - grafast@0.0.1-0.21
322
434
  - ruru@2.0.0-0.11
323
435
 
@@ -325,8 +437,8 @@
325
437
 
326
438
  ### Patch Changes
327
439
 
328
- - [#226](https://github.com/benjie/postgraphile-private/pull/226)
329
- [`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)
330
442
  Thanks [@benjie](https://github.com/benjie)! - Enable users to use Grafserv
331
443
  alongside other websocket-enabled entities in their final server.
332
444
  - Updated dependencies [[`aac8732f9`](undefined)]:
@@ -337,7 +449,7 @@
337
449
  ### Patch Changes
338
450
 
339
451
  - Updated dependencies
340
- [[`397e8bb40`](https://github.com/benjie/postgraphile-private/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
452
+ [[`397e8bb40`](https://github.com/benjie/crystal/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
341
453
  - grafast@0.0.1-0.19
342
454
 
343
455
  ## 0.0.1-0.20
@@ -345,8 +457,8 @@
345
457
  ### Patch Changes
346
458
 
347
459
  - Updated dependencies
348
- [[`4c2b7d1ca`](https://github.com/benjie/postgraphile-private/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
349
- [`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)]:
350
462
  - grafast@0.0.1-0.18
351
463
 
352
464
  ## 0.0.1-0.19
@@ -361,51 +473,51 @@
361
473
  ### Patch Changes
362
474
 
363
475
  - Updated dependencies
364
- [[`df89aba52`](https://github.com/benjie/postgraphile-private/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
476
+ [[`df89aba52`](https://github.com/benjie/crystal/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
365
477
  - grafast@0.0.1-0.16
366
478
 
367
479
  ## 0.0.1-0.17
368
480
 
369
481
  ### Patch Changes
370
482
 
371
- - [#210](https://github.com/benjie/postgraphile-private/pull/210)
372
- [`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)
373
485
  Thanks [@benjie](https://github.com/benjie)! - Replace BaseGraphQLContext with
374
486
  Grafast.Context throughout.
375
487
 
376
- - [#210](https://github.com/benjie/postgraphile-private/pull/210)
377
- [`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)
378
490
  Thanks [@benjie](https://github.com/benjie)! - Make servers releasable where
379
491
  possible.
380
492
 
381
493
  - Updated dependencies
382
- [[`b523118fe`](https://github.com/benjie/postgraphile-private/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
494
+ [[`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
383
495
  - grafast@0.0.1-0.15
384
496
 
385
497
  ## 0.0.1-0.16
386
498
 
387
499
  ### Patch Changes
388
500
 
389
- - [#207](https://github.com/benjie/postgraphile-private/pull/207)
390
- [`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)
391
503
  Thanks [@benjie](https://github.com/benjie)! - Rename 'preset.server' to
392
504
  'preset.grafserv'.
393
505
 
394
- - [#207](https://github.com/benjie/postgraphile-private/pull/207)
395
- [`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)
396
508
  Thanks [@benjie](https://github.com/benjie)! - Fix bug in subscriptions where
397
509
  termination of underlying stream wouldn't terminate the subscription.
398
510
 
399
- - [#206](https://github.com/benjie/postgraphile-private/pull/206)
400
- [`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)
401
513
  Thanks [@benjie](https://github.com/benjie)! - Grafserv now masks untrusted
402
514
  errors by default; trusted errors are constructed via GraphQL's GraphQLError
403
515
  or Grafast's SafeError.
404
516
  - Updated dependencies
405
- [[`d76043453`](https://github.com/benjie/postgraphile-private/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
406
- [`afa0ea5f6`](https://github.com/benjie/postgraphile-private/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
407
- [`851b78ef2`](https://github.com/benjie/postgraphile-private/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
408
- [`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)]:
409
521
  - grafast@0.0.1-0.14
410
522
 
411
523
  ## 0.0.1-0.15
@@ -419,21 +531,21 @@
419
531
 
420
532
  ### Patch Changes
421
533
 
422
- - [#200](https://github.com/benjie/postgraphile-private/pull/200)
423
- [`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)
424
536
  Thanks [@benjie](https://github.com/benjie)! - Add support for websocket
425
537
  GraphQL subscriptions (via graphql-ws) to grafserv and PostGraphile (currently
426
538
  supporting Node, Express, Koa and Fastify)
427
539
 
428
- - [#200](https://github.com/benjie/postgraphile-private/pull/200)
429
- [`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)
430
542
  Thanks [@benjie](https://github.com/benjie)! - Standardize on `serv.addTo`
431
543
  interface, even for Node
432
544
 
433
545
  - Updated dependencies
434
- [[`4f5d5bec7`](https://github.com/benjie/postgraphile-private/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
435
- [`e11698473`](https://github.com/benjie/postgraphile-private/commit/e1169847303790570bfafa07eb25d8fce53a0391),
436
- [`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)]:
437
549
  - grafast@0.0.1-0.12
438
550
  - ruru@2.0.0-0.10
439
551
 
@@ -443,14 +555,14 @@
443
555
 
444
556
  - [`0ab95d0b1`](undefined) - Update sponsors.
445
557
 
446
- - [#195](https://github.com/benjie/postgraphile-private/pull/195)
447
- [`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)
448
560
  Thanks [@benjie](https://github.com/benjie)! - Fix handling of HTTP errors and
449
561
  allow for 204 status code responses. Add CORS hack to enable graphql-http
450
562
  auditing.
451
563
  - Updated dependencies [[`0ab95d0b1`](undefined),
452
- [`4783bdd7c`](https://github.com/benjie/postgraphile-private/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
453
- [`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)]:
454
566
  - grafast@0.0.1-0.11
455
567
  - graphile-config@0.0.1-0.5
456
568
  - ruru@2.0.0-0.9
@@ -460,7 +572,7 @@
460
572
  ### Patch Changes
461
573
 
462
574
  - Updated dependencies
463
- [[`842f6ccbb`](https://github.com/benjie/postgraphile-private/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
575
+ [[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
464
576
  - graphile-config@0.0.1-0.4
465
577
  - grafast@0.0.1-0.10
466
578
  - ruru@2.0.0-0.8
@@ -469,13 +581,13 @@
469
581
 
470
582
  ### Patch Changes
471
583
 
472
- - [#176](https://github.com/benjie/postgraphile-private/pull/176)
473
- [`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)
474
586
  Thanks [@benjie](https://github.com/benjie)! - Fix issue with plugin
475
587
  versioning. Add more TSDoc comments. New getTerminalWidth() helper.
476
588
  - Updated dependencies
477
- [[`19e2961de`](https://github.com/benjie/postgraphile-private/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
478
- [`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)]:
479
591
  - graphile-config@0.0.1-0.3
480
592
  - grafast@0.0.1-0.9
481
593
  - ruru@2.0.0-0.7
@@ -485,7 +597,7 @@
485
597
  ### Patch Changes
486
598
 
487
599
  - Updated dependencies
488
- [[`208166269`](https://github.com/benjie/postgraphile-private/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
600
+ [[`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
489
601
  - grafast@0.0.1-0.8
490
602
 
491
603
  ## 0.0.1-0.9
@@ -493,7 +605,7 @@
493
605
  ### Patch Changes
494
606
 
495
607
  - Updated dependencies [[`a40fa6966`](undefined),
496
- [`8f04af08d`](https://github.com/benjie/postgraphile-private/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
608
+ [`8f04af08d`](https://github.com/benjie/crystal/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
497
609
  - ruru@2.0.0-0.6
498
610
  - grafast@0.0.1-0.7
499
611
 
@@ -571,12 +683,12 @@
571
683
 
572
684
  ### Patch Changes
573
685
 
574
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
575
- [`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)
576
688
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
577
689
 
578
690
  - Updated dependencies
579
- [[`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
691
+ [[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
580
692
  - ruru@2.0.0-0.0
581
693
  - @graphile/lru@5.0.0-0.1
582
694
  - grafast@0.0.1-0.0