Skip to content

Commit 7c510a1

Browse files
committed
2.0.20
1 parent 70c01bf commit 7c510a1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
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

@@ -42,6 +52,19 @@
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

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

0 commit comments

Comments
 (0)