Skip to content

Commit 957ee18

Browse files
committed
1.10.11
1 parent 77070be commit 957ee18

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88

99
### Bug fixes
1010

11+
## 1.10.11 (11 June 2020)
12+
13+
### New features
14+
15+
- Scout tracer adds transaction name to traces #2969
16+
- `resolve_type` can optionally return a resolved object #2976
17+
- DateTime scalar returns a `Time` for better timezone handling #2973
18+
- Interpreter memory improvements #2980, #2978
19+
- Support lazy values from field-level authorization hooks #2977
20+
- Object generator infers fields from model classes #2954
21+
- Add type-specific runtime errors #2957
22+
23+
### Bug fixes
24+
25+
- Fix for error when using `extras:` with subscription fields #2984
26+
- Improve Schema.error_handler inheritance #2975
27+
- Add raw_value to conflict warning list #2958
28+
- Arguments#each_value yields ArgumentValues #2956
29+
1130
## 1.10.10 (20 May 2020)
1231

1332
### Bug Fixes

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 = "1.10.10"
3+
VERSION = "1.10.11"
44
end

0 commit comments

Comments
 (0)