Skip to content

Commit 1b413c0

Browse files
committed
Release 🍓 0.275.6
1 parent 8fb458f commit 1b413c0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
CHANGELOG
22
=========
33

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+
415
0.275.5 - 2025-06-26
516
--------------------
617

RELEASE.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strawberry-graphql"
3-
version = "0.275.5"
3+
version = "0.275.6"
44
description = "A library for creating GraphQL APIs"
55
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)