Skip to content

Commit c83f0ce

Browse files
committed
2.1.1
1 parent 87c08f9 commit c83f0ce

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.1.0 (2 Oct 2023)
14+
15+
### New features
16+
17+
- Mutations: `HasSingleInput` provides Relay Classic-like `input: ...` argument behavior #4581
18+
- Add `@specifiedBy` default directive #4633
19+
- Analysis: support `visit?` hook to skip visit but still return a value
20+
- Add `context.scoped` for a long-lived reference to the current scoped context #4605
21+
22+
### Bug fixes
23+
24+
- Sanitized printer: Correctly print enum variable defaults #4652
25+
- Schema printer: use `extend schema` when the schema has directives #4647
26+
- Performance: pass runtime state through interpreter code #4621
27+
- Performance: add `StaticVisitor` for faster AST visits #4645
28+
- Fix merging results after calling directives #4639
29+
- Performance: faster field lookup #4626
30+
- Improve generator templates #4627
31+
- Dataloader: clear cache between root mutation fields #4617
32+
- Performance: Improve argument checks #4622
33+
- Remove unused legacy connection code #4606
34+
1335
# 2.1.0 (30 Aug 2023)
1436

1537
### Breaking changes

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.1.0"
3+
VERSION = "2.1.1"
44
end

0 commit comments

Comments
 (0)