We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2437857 commit bdb57b5Copy full SHA for bdb57b5
CHANGELOG.md
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+0.286.1 - 2025-11-21
5
+--------------------
6
+
7
+Set Content-Type to `text/plain` for exceptions so that these are displayed
8
+correctly.
9
10
+Contributed by [Michael Gorven](https://github.com/mgorven) via [PR #4037](https://github.com/strawberry-graphql/strawberry/pull/4037/)
11
12
13
0.286.0 - 2025-11-18
14
--------------------
15
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "strawberry-graphql"
-version = "0.286.0"
+version = "0.286.1"
description = "A library for creating GraphQL APIs"
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
license = { text = "MIT" }
0 commit comments