We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53bc8e commit e6cc76dCopy full SHA for e6cc76d
CHANGELOG.md
@@ -10,6 +10,20 @@
10
11
### Bug fixes
12
13
+# 2.5.8
14
+
15
+### New features
16
17
+- Timeout: support disabling during a query #5361
18
+- Query::Partial: support running a fragment in isolation #5362
19
20
+### Bug fixes
21
22
+- Visibility: improve performance for `loadable?` #5355
23
+- RequiredValidator: Fix typo #5359
24
+- Scalar validation: remove redundant infinity handling #5358
25
+- Directives: fix validation of schema definition directives #5368
26
27
# 2.5.7
28
29
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.5.7"
+ VERSION = "2.5.8"
4
end
0 commit comments