Skip to content

Commit

Permalink
2.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 24, 2024
1 parent 9268dc3 commit 44be301
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@

### Bug fixes

# 2.3.19 (24 Oct 2024)

### New features

- Dataloader: accept a `fiber_limit:` option #5132

### Bug fixes

- Argument Validation: improve the `one_of:` error message #5130
- Lookahead: return a null lookahead from `Query#lookahead` when no operation is selected #5129
- Static Validation: speed up FieldsWillMerge when some fields are not defined #5125

# 2.3.18 (7 Oct 2024)

### Bug fixes
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.3.18"
VERSION = "2.3.19"
end

0 comments on commit 44be301

Please sign in to comment.