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 bb3e055 commit 1db571aCopy full SHA for 1db571a
CHANGELOG.md
@@ -10,6 +10,19 @@
10
11
### Bug fixes
12
13
+# 1.13.5 (13 January 2022)
14
+
15
+### New features
16
17
+- Directives: support `repeatable` directives #3837
18
+- Tracing: use `context[:fallback_transaction_name]` when operations aren't named #3778
19
20
+### Bug fixes
21
22
+- Performance: improve performance of queries with directives #3835
23
+- Fix crash on undefined constant `NodeField` #3832
24
+- Fix crash on partially-required `ActiveSupport` #3829
25
26
# 1.13.4 (7 January 2022)
27
28
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "1.13.4"
+ VERSION = "1.13.5"
4
end
0 commit comments