Skip to content

🍓 0.275.4

Compare
Choose a tag to compare
@botberry botberry released this 26 Jun 13:57
· 6 commits to main since this release

In this release, we updated Strawberry to gracefully handle requests containing
an invalid variables parameter. Previously, such requests could result in
internal server errors. Now, Strawberry will return a 400 Bad Request response
with a clear error message, conforming to the GraphQL over HTTP specification.

Releases contributed by @DoctorJohn via #3932