Skip to content

Commit dee3890

Browse files
authored
Fix error propagation in fragments spreading (#1318, #1287)
1 parent 2089ba6 commit dee3890

File tree

7 files changed

+1060
-206
lines changed

7 files changed

+1060
-206
lines changed

juniper/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
1313
### BC Breaks
1414

1515
- Upgraded [`chrono-tz` crate] integration to [0.10 version](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0). ([#1252], [#1284])
16-
- Bumped up [MSRV] to 1.85. ([#1272], [todo])
16+
- Bumped up [MSRV] to 1.85. ([#1272], [1b1fc618])
1717
- Corrected compliance with newer [graphql-scalars.dev] specs: ([#1275], [#1277])
1818
- Switched `LocalDateTime` scalars to `yyyy-MM-ddTHH:mm:ss` format in types:
1919
- `chrono::NaiveDateTime`.
@@ -48,6 +48,10 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
4848

4949
- Upgraded [GraphiQL] to [4.0.2 version](https://github.com/graphql/graphiql/blob/graphiql%404.0.2/packages/graphiql/CHANGELOG.md#402). ([#1316])
5050

51+
### Fixed
52+
53+
- Incorrect error propagation inside fragments. ([#1318], [#1287])
54+
5155
[#1252]: /../../pull/1252
5256
[#1270]: /../../issues/1270
5357
[#1271]: /../../pull/1271
@@ -57,9 +61,11 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
5761
[#1278]: /../../pull/1278
5862
[#1281]: /../../pull/1281
5963
[#1284]: /../../pull/1284
64+
[#1287]: /../../issues/1287
6065
[#1311]: /../../pull/1311
6166
[#1316]: /../../pull/1316
62-
[todo]: /../../commit/todo
67+
[#1318]: /../../pull/1318
68+
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
6369

6470

6571

0 commit comments

Comments
 (0)