Skip to content

Commit cbdae76

Browse files
committed
2.0.22
1 parent 3a548f8 commit cbdae76

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

1111
### Bug fixes
1212

13+
# 2.0.22 (17 May 2023)
14+
15+
### New features
16+
17+
- Warden: manually instantiating doesn't require a `filter` instance #4462
18+
19+
### Bug fixes
20+
21+
- Enum: fix procs for enum values #4474
22+
- Lexer: force UTF-8 encoding #4467
23+
- Trace: inherit superclass `trace_options` #4470
24+
- Dataloader: properly run mutations in sequence #4461
25+
- NotificationsTrace: Add `execute_multiplex.graphql` event #4460
26+
- Fix `Context#dig` when called with one key #4458
27+
- Performance: Use a plain hash for selection sets at runtime #4453
28+
- Performance: Memoize current trace #4450, #4452
29+
- Performance: Pass is_non_null to runtime check #4449
30+
- Performance: Use `compare_by_identity` on some runtime caches
31+
- Properly support nested queries (fix `Thread.current` clash) #4445
32+
1333
# 2.0.21 (11 April 2023)
1434

1535
### Deprecations

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

0 commit comments

Comments
 (0)