Skip to content

Commit 2f21067

Browse files
committed
Release 🍓 0.243.0
1 parent 37265b2 commit 2f21067

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
CHANGELOG
22
=========
33

4+
0.243.0 - 2024-09-25
5+
--------------------
6+
7+
Starting with this release, multipart uploads are disabled by default and Strawberry Django view is no longer implicitly exempted from Django's CSRF protection.
8+
Both changes relieve users from implicit security implications inherited from the GraphQL multipart request specification which was enabled in Strawberry by default.
9+
10+
These are breaking changes if you are using multipart uploads OR the Strawberry Django view.
11+
Migrations guides including further information are available on the Strawberry website.
12+
13+
Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3645](https://github.com/strawberry-graphql/strawberry/pull/3645/)
14+
15+
416
0.242.0 - 2024-09-19
517
--------------------
618

RELEASE.md

-7
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "strawberry-graphql"
33
packages = [ { include = "strawberry" } ]
4-
version = "0.242.0"
4+
version = "0.243.0"
55
description = "A library for creating GraphQL APIs"
66
authors = ["Patrick Arminio <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)