Skip to content

Commit 235b75f

Browse files
authored
Merge pull request #3208 from swalkinshaw/v1.11.6
1.11.6
2 parents c67f4b3 + 21c7e14 commit 235b75f

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,25 @@
88

99
### Bug fixes
1010

11-
- Use `graphql_name` in `UnauthorizedError` default message #3174
11+
## 1.11.6 (29 October 2020)
12+
13+
### Breaking changes
14+
15+
FieldExtension: pass extended values instead of originals to `after_resolve` #3168
16+
17+
### Deprecations
18+
19+
### New features
20+
21+
- Accept additional options in `global_id_field` macro #3196
22+
23+
### Bug fixes
24+
25+
- Use `graphql_name` in `UnauthorizedError` default message (fixes #3174) #3176
26+
- Improve error handling for base 64 decoding (in `UniqueWithinType`) #3179
27+
- Fix `.valid_isolated_input?` on parsed schemas (fixes #3181) #3182
28+
- Fix fields nullability in subscriptions documentation #3194
29+
- Update `RangeAdd` to use new connections when available #3195
1230

1331
## 1.11.5 (30 September 2020)
1432

lib/graphql/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module GraphQL
3-
VERSION = "1.11.5"
3+
VERSION = "1.11.6"
44
end

0 commit comments

Comments
 (0)