Skip to content

Commit e7be6a1

Browse files
committed
1.8.0.pre8
1 parent 9b34543 commit e7be6a1

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,29 @@
88

99
### Bug fixes
1010

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+
1129
## 1.8.0.pre7 (27 Feb 2018)
1230

1331
### New features
1432

15-
- Upgrader improvemnts #1305
33+
- Upgrader improvements #1305
1634
- Support `global_id_field` for interfaces #1299
1735
- Add `camelize: false` #1300
1836
- Add readers for `context`, `object` and `arguments` #1283

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.8.0.pre7"
3+
VERSION = "1.8.0.pre8"
44
end

0 commit comments

Comments
 (0)