File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.275.3 - 2025-06-25
5+ --------------------
6+
7+ In this release, we updated Strawberry to gracefully handle requests containing
8+ an invalid ` query ` parameter. Previously, such requests could result in internal
9+ server errors, but now they will return a 400 Bad Request response with an
10+ appropriate error message, conforming to the GraphQL over HTTP specification.
11+
12+ Contributed by [ Jonathan Ehwald] ( https://github.com/DoctorJohn ) via [ PR #3927 ] ( https://github.com/strawberry-graphql/strawberry/pull/3927/ )
13+
14+
4150.275.2 - 2025-06-22
516--------------------
617
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[project ]
22name = " strawberry-graphql"
3- version = " 0.275.2 "
3+ version = " 0.275.3 "
44description = " A library for creating GraphQL APIs"
55authors = [{
name =
" Patrick Arminio" ,
email =
" [email protected] " }]
66license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments