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 97d9b52 commit b58982bCopy full SHA for b58982b
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+0.287.0 - 2025-11-22
5
+--------------------
6
+
7
+Change `strawberry.http.base.BaseView.encode_json()` type hint to `str | bytes` and adjust dependent code appropriately.
8
9
+Contributed by [David](https://github.com/Brandieee) via [PR #4054](https://github.com/strawberry-graphql/strawberry/pull/4054/)
10
11
12
0.286.1 - 2025-11-21
13
--------------------
14
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "strawberry-graphql"
-version = "0.286.1"
+version = "0.287.0"
description = "A library for creating GraphQL APIs"
authors = [{ name = "Patrick Arminio", email = "[email protected]" }]
license = { text = "MIT" }
0 commit comments