Skip to content

Commit

Permalink
2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 8, 2022
1 parent 651cc07 commit efcb1c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@

### Bug fixes

# 2.0.14 (8 September 2022)

### New features

- Input Objects: support `one_of` for input objects that allow exactly one argument #4184
- Dataloader: add `source.merge({ ... })` for adding objects to dataloader source caches #4186
- Validation: generate new schemas with a suggested `max_validation_errors` of 100 #4179

### Bug fixes

- Lookahead: improve performance when field names are given as symbols #4189
- Runtime: simplify some internal code #4183
- Datadog tracing: remove deprecated options #4159

# 2.0.13 (12 August 2022)

### 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.0.13"
VERSION = "2.0.14"
end

0 comments on commit efcb1c9

Please sign in to comment.