File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.0.21 "
3+ VERSION = "2.0.22 "
44end
You can’t perform that action at this time.
0 commit comments