Skip to content

Commit b4a42cf

Browse files
committed
1.12.10
1 parent 26803ad commit b4a42cf

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

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+
1126
# 1.12.9 (7 May 2021)
1227

1328
### New features

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

0 commit comments

Comments
 (0)