Skip to content

Commit d6102a0

Browse files
committed
1.6.4
1 parent e211c95 commit d6102a0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88

99
### Bug fixes
1010

11+
## 1.6.4 (20 Jun 2017)
12+
13+
### New features
14+
15+
- `Schema.to_definitiion` sorts fields and arguments alphabettically #775
16+
- `validate: false` skips static validations in query execution #790
17+
18+
### Bug fixes
19+
20+
- `graphql:install` adds `operation_name: params[:operationName]` #786
21+
- `graphql:install` skips `graphiql-rails` for API-only apps #772
22+
- `SerialExecution` calls `.is_a?(Skip)` to avoid user-defined `#==` methods #794
23+
- `prepare:` functions which return `ExecutionError` are properly handled when default values are present #801
24+
1125
## 1.6.3 (7 Jun 2017)
1226

1327
### Bug fixes

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.6.3"
3+
VERSION = "1.6.4"
44
end

0 commit comments

Comments
 (0)