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 1
1
CHANGELOG
2
2
=========
3
3
4
+ 0.275.6 - 2025-07-13
5
+ --------------------
6
+
7
+ In this release, we updated Strawberry to gracefully handle requests containing
8
+ an invalid ` extensions ` parameter. Previously, such requests could result in
9
+ internal server errors. Now, Strawberry will return a 400 Bad Request response
10
+ with a clear error message, conforming to the GraphQL over HTTP specification.
11
+
12
+ Contributed by [ Jonathan Ehwald] ( https://github.com/DoctorJohn ) via [ PR #3943 ] ( https://github.com/strawberry-graphql/strawberry/pull/3943/ )
13
+
14
+
4
15
0.275.5 - 2025-06-26
5
16
--------------------
6
17
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " strawberry-graphql"
3
- version = " 0.275.5 "
3
+ version = " 0.275.6 "
4
4
description = " A library for creating GraphQL APIs"
5
5
authors = [{
name =
" Patrick Arminio" ,
email =
" [email protected] " }]
6
6
license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments