Skip to content

Commit 41e661f

Browse files
committed
Release 🍓 0.275.3
1 parent 2c27a98 commit 41e661f

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.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+
415
0.275.2 - 2025-06-22
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.2"
3+
version = "0.275.3"
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)