ruru 2.0.0-beta.15 → 2.0.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # ruru
2
2
 
3
+ ## 2.0.0-beta.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2266](https://github.com/graphile/crystal/pull/2266)
8
+ [`38163c86a`](https://github.com/graphile/crystal/commit/38163c86ae628fed84cf38fc6a1cc76a7bc7932a)
9
+ Thanks [@hos](https://github.com/hos)! - Fix white-screen-of-death caused by
10
+ EventSource disconnection. Instead, handle errors gracefully. Also, allow
11
+ overriding of the EventSource configuration options.
12
+ - Updated dependencies
13
+ [[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
14
+ [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
15
+ [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]:
16
+ - graphile-config@0.0.1-beta.12
17
+
18
+ ## 2.0.0-beta.16
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ [[`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb)]:
24
+ - graphile-config@0.0.1-beta.11
25
+
3
26
  ## 2.0.0-beta.15
4
27
 
5
28
  ### Patch Changes