You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@
8
8
9
9
### Bug fixes
10
10
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
0 commit comments