Skip to content

🍓 0.275.3

Compare
Choose a tag to compare
@botberry botberry released this 25 Jun 19:59
· 10 commits to main since this release

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

Releases contributed by @DoctorJohn via #3927