Skip to content

Fix error propagation in fragments spreading (#1287) #1318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions juniper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
### BC Breaks

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

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

### Fixed

- Incorrect error propagation inside fragments. ([#1318], [#1287])

[#1252]: /../../pull/1252
[#1270]: /../../issues/1270
[#1271]: /../../pull/1271
Expand All @@ -57,9 +61,11 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
[#1278]: /../../pull/1278
[#1281]: /../../pull/1281
[#1284]: /../../pull/1284
[#1287]: /../../issues/1287
[#1311]: /../../pull/1311
[#1316]: /../../pull/1316
[todo]: /../../commit/todo
[#1318]: /../../pull/1318
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295



Expand Down
Loading