File tree 2 files changed +20
-2
lines changed
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
- - 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
12
30
13
31
## 1.11.5 (30 September 2020)
14
32
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.11.5 "
3
+ VERSION = "1.11.6 "
4
4
end
You can’t perform that action at this time.
0 commit comments