File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.8.0.pre8 (19 Mar 2018)
12
+
13
+ ### New Features
14
+
15
+ - Backport ` accepts_definition ` for configurations #1357
16
+ - Add ` #owner ` method to Schema objects
17
+ - Add ` Interface.orphan_types ` config for orphan types #1346
18
+ - Add ` extras: :execution_errors ` for ` add_error ` #1313
19
+ - Accept a block to ` Schema::Argument#initialize ` #1356
20
+
21
+ ### Bug Fixes
22
+
23
+ - Support ` cursor_encoder ` #1357
24
+ - Don't double-count lazy/eager field time in Tracing #1321
25
+ - Fix camelization to support single leading underscore #1315
26
+ - Fix ` .resolve_type ` for Union and Interface classes #1342
27
+ - Apply kwargs before block in ` Argument.from_dsl ` #1350
28
+
11
29
## 1.8.0.pre7 (27 Feb 2018)
12
30
13
31
### New features
14
32
15
- - Upgrader improvemnts #1305
33
+ - Upgrader improvements #1305
16
34
- Support ` global_id_field ` for interfaces #1299
17
35
- Add ` camelize: false ` #1300
18
36
- Add readers for ` context ` , ` object ` and ` arguments ` #1283
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.8.0.pre7 "
3
+ VERSION = "1.8.0.pre8 "
4
4
end
You can’t perform that action at this time.
0 commit comments