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 c2e666d commit 04104f1Copy full SHA for 04104f1
CHANGELOG.md
@@ -10,6 +10,21 @@
10
11
### Bug fixes
12
13
+# 2.2.12 (6 Mar 2024)
14
+
15
+### Deprecations
16
17
+- `Schema.{query|mutation|subscription}_execution_strategy` methods are deprecated without replacement #4867
18
19
+### Breaking Changes
20
21
+- Connections: Revert changes to `hasNextPage` returning `false` when no `first` is given (previously changed in 2.2.6) #4866
22
23
+### Bug fixes
24
25
+- Complexity: handle unauthorized argument errors better #4868
26
+- Pass `context` when fetching argument for `loads: ...` #4870
27
28
# 2.2.11 (27 Feb 2024)
29
30
### New features
lib/graphql/version.rb
@@ -1,4 +1,4 @@
1
# frozen_string_literal: true
2
module GraphQL
3
- VERSION = "2.2.11"
+ VERSION = "2.2.12"
4
end
0 commit comments