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.3 (17 Feb 2020)
12
+
13
+ ### New features
14
+
15
+ - Support ` loads: ` with plain field arguments #2720
16
+ - Support ` raw_value(...) ` to halt execution with a certain value #2699
17
+ - ` .read_subscription ` can return ` nil ` to bypass executing a subscription #2741
18
+
19
+ ### Bug fixes
20
+
21
+ - Connection wrappers are properly inherited #2750
22
+ - ` prepare(...) ` is properly applied to default values in subscription fields #2748
23
+ - Code tidying for RSpec warnings #2741
24
+ - Include new analysis module when generating a schema #2734
25
+ - Include directive argument types in printed schemas #2733
26
+ - Use ` module_parent_name ` in Rails #2713
27
+ - Fix overriding default scalars in build_from_definition #2722
28
+ - Fix some non-null errors in lists #2651
29
+
11
30
## 1.10.2 (31 Jan 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.2 "
3
+ VERSION = "1.10.3 "
4
4
end
You can’t perform that action at this time.
0 commit comments