File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1010
1111### Bug fixes
1212
13+ # 2.0.20 (30 March 2023)
14+
15+ ### Bug fixes
16+
17+ - ` .resolve_type ` : fix returning ` [Type, false] ` from resolve_type #4412
18+ - Parsing: improve usage of ` GraphQL.default_parser ` #4411
19+ - AppsignalTrace: implement missing methods #4390
20+ - Runtime: Fix ` current_depth ` method in some lazy lists #4386
21+ - Performance: improve ` Object ` object shape #4365
22+ - Tracing: return execution errors raised from field resolution to ` execute_field ` hooks #4398
1323
1424# 2.0.19 (14 March 2023)
1525
4252- Performance: add ` GraphQL::Tracing::Trace ` as a lower-overhead tracing API #4344
4353- Connections: fix ` hasNextPage ` for already-loaded ActiveRecord Relations #4349
4454
55+
56+ # 2.0.17.2 (29 March 2023)
57+
58+ ### Bug fixes
59+
60+ - Unions and Interfaces: support returning ` [type_module, false] ` from ` resolve_type ` #4413
61+
62+ # 2.0.17.1 (27 March 2023)
63+
64+ ### Bug fixes
65+
66+ - Tracing: restore behavior returning execution errors raised during field resolution #4402
67+
4568# 2.0.17 (14 February 2023)
4669
4770### Breaking changes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22module GraphQL
3- VERSION = "2.0.19 "
3+ VERSION = "2.0.20 "
44end
You can’t perform that action at this time.
0 commit comments