Skip to content

0.327.3

Latest

Choose a tag to compare

@botberry botberry released this 05 Sep 10:13

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 #4593

Additional contributors: @ampagent