Skip to content

Commit

Permalink
2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Mar 6, 2024
1 parent c2e666d commit 04104f1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,21 @@

### Bug fixes

# 2.2.12 (6 Mar 2024)

### Deprecations

- `Schema.{query|mutation|subscription}_execution_strategy` methods are deprecated without replacement #4867

### Breaking Changes

- Connections: Revert changes to `hasNextPage` returning `false` when no `first` is given (previously changed in 2.2.6) #4866

### Bug fixes

- Complexity: handle unauthorized argument errors better #4868
- Pass `context` when fetching argument for `loads: ...` #4870

# 2.2.11 (27 Feb 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.2.11"
VERSION = "2.2.12"
end

0 comments on commit 04104f1

Please sign in to comment.