Strawberry GraphQL @ 0.327.3
Released
This release fixes classification of built-in scalar and OneOf input errors.
Strawberry now raises StrawberryInputCoercionError for these client input
errors, allowing server-side error handling and monitoring to distinguish them
from server faults without changing error messages or serialized responses.
Custom scalar parsers can raise the same exception for expected conversion
errors.
This release was contributed by @patrick91 in https://github.com/strawberry-graphql/strawberry/pull/4593
Additional contributors: @ampagent