Strawberry GraphQL @ 0.314.1

Released

This release attaches error details to Apollo Federation inline tracing (FTV1) trace nodes. This was missing in the original FTV1 addition made in 0.314.0 .

When a resolver raises an exception, the error message, location, and path are now included in the corresponding trace node, allowing Apollo Studio to display error information alongside timing data.

This release was contributed by @FineAndDanD in https://github.com/strawberry-graphql/strawberry/pull/4351

Additional contributors: @bellini666