Skip to content

Commit 763ac40

Browse files
committed
1.12.4
1 parent 15c9752 commit 763ac40

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

99
### Bug fixes
1010

11+
# 1.12.4 (8 February 2021)
12+
13+
### Bug fixes
14+
15+
- Allow prepended modules to add fields #3325
16+
- Fix ConnectionExtension when another extension short-circuits `resolve` #3326
17+
- Backtrace: Fix GraphQL::Backtrace with static validation (used by graphql-client) #3324
18+
- Dataloader: Fix yield from root fiber when accessing arguments from analyzers. Fix arguments sometimes containing unresolved `Execution::Lazy`s #3320
19+
- Dataloader: properly pass raised errors to `handle_error` handlers #3319
20+
- Fix NameError in validation error #3303
21+
- Dataloader: properly batch when parent fields were not batched #3312
22+
1123
# 1.12.3 (27 January 2021)
1224

1325
### Bug fixes

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

0 commit comments

Comments
 (0)