File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
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
+
11
30
## 1.10.10 (20 May 2020)
12
31
13
32
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.10.10 "
3
+ VERSION = "1.10.11 "
4
4
end
You can’t perform that action at this time.
0 commit comments