Skip to content

Commit

Permalink
2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Dec 28, 2023
1 parent b2d2c36 commit 4c46e50
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@

### Bug fixes

# 2.2.3 (28 Dec 2023)

### Bug fixes

- AsyncDataloader: avoid leftover `suspended` Fibers #4754
- Generators: fix path and constant name of BaseResolver #4755

# 2.2.2 (27 Dec 2023)

### Bug fixes
Expand Down Expand Up @@ -38,6 +45,16 @@
- Parser: use a heavily-optimized lexer and a hand-written parser for better performance #4718
- `run_graphql_field`: a helper method for running fields in tests #4732

# 2.1.10 (27 Dec 2023)

- Dataloader: remove Fiber#transfer support because of unpredictable Ruby control flow #4753

# 2.1.9 (21 Dec 2023)

### Bug fixes

- Dataloader: fix some fiber scheduling bugs #4744

# 2.1.8 (18 Dec 2023)

### New features
Expand Down
2 changes: 1 addition & 1 deletion lib/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module GraphQL
VERSION = "2.2.2"
VERSION = "2.2.3"
end

0 comments on commit 4c46e50

Please sign in to comment.