Skip to content

Commit 16b5e63

Browse files
committed
1.8.0.pre5
1 parent 3b54fb0 commit 16b5e63

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,28 @@
88

99
### Bug fixes
1010

11+
## 1.8.0.pre5 (1 Feb 2018)
12+
13+
### Breaking changes
14+
15+
### Deprecations
16+
17+
### New features
18+
19+
- Upgrade argument access with the upgrader #1251
20+
- Add `Schema#find(str)` for finding schema members by name #1232
21+
22+
### Bug fixes
23+
24+
- Fix `Schema.max_complexity` #1246
25+
- Support cyclical connections/edges #1253
26+
1127
## 1.8.0.pre4 (18 Jan 2018)
1228

1329
### Breaking changes
1430

1531
- `Type.fields`, `Field.arguments`, `Enum.values` and `InputObject.arguments` return a Hash instead of an Array #1222
1632

17-
### Deprecations
18-
1933
### New features
2034

2135
- By default, fields try hash keys which match their name, as either a symbol or a string #1225

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.pre4"
3+
VERSION = "1.8.0.pre5"
44
end

0 commit comments

Comments
 (0)