File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ ## 1.9.13 (8 Oct 2019)
12
+
13
+ ### Breaking changes
14
+
15
+ - Enum values were (erroneously) accepted as ID or String values, but they aren't anymore. #2505
16
+
17
+ ### New features
18
+
19
+ - Add ` Query#executed? ` #2486
20
+ - Add ` Types::ISO8601Date ` #2471
21
+
22
+ ### Bug fixes
23
+
24
+ - Don't accept Enums as IDs or Strings #2505
25
+ - Call ` .authorized? ` hooks on arguments that belong to input objects #2519
26
+ - Fix backslash parsing edge case #2510
27
+ - Improve performance #2504 #2498
28
+ - Properly stringify keys in error extensions #2508
29
+ - Fix ` extras: ` handling in RelayClassicMutation #2484
30
+ - Use ` Types::BaseField ` in scaffold #2470
31
+
11
32
## 1.9.12 (9 Sept 2019)
12
33
13
34
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.9.12 "
3
+ VERSION = "1.9.13 "
4
4
end
You can’t perform that action at this time.
0 commit comments