File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### Bug fixes
10
10
11
+ # 1.12.10 (18 May 2021)
12
+
13
+ ### New features
14
+
15
+ - Use ` GlobalID::Locator.locate_many ` for arrays of global Ids #3481
16
+ - Support runtime directives (call ` .resolve ` ) on ` QUERY ` #3474
17
+
18
+ ### Bug fixes
19
+
20
+ - Don't override Resolver ` #load_* ` methods when they're inherited #3486
21
+ - Fix validation of runtime directive arguments that have input objects #3485
22
+ - Add a final newline to rake task output
23
+ - Don't add connection arguments to fields loaded from introspection responses #3470
24
+ - Fix ` rescue_from ` on loading arguments #3471
25
+
11
26
# 1.12.9 (7 May 2021)
12
27
13
28
### New features
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module GraphQL
3
- VERSION = "1.12.9 "
3
+ VERSION = "1.12.10 "
4
4
end
You can’t perform that action at this time.
0 commit comments