Skip to content

Commit 04104f1

Browse files
committed
2.2.12
1 parent c2e666d commit 04104f1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111
### Bug fixes
1212

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+
1328
# 2.2.11 (27 Feb 2024)
1429

1530
### New features

lib/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "2.2.11"
3+
VERSION = "2.2.12"
44
end

0 commit comments

Comments
 (0)