Skip to content

Commit ab16971

Browse files
committed
Release 🍓 0.242.0
1 parent 63528a5 commit ab16971

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

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

4+
0.242.0 - 2024-09-19
5+
--------------------
6+
7+
Starting with this release, clients using the legacy graphql-ws subprotocol will receive an error when they try to send binary data frames.
8+
Before, binary data frames were silently ignored.
9+
10+
While vaguely defined in the protocol, the legacy graphql-ws subprotocol is generally understood to only support text data frames.
11+
12+
Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3633](https://github.com/strawberry-graphql/strawberry/pull/3633/)
13+
14+
415
0.241.0 - 2024-09-16
516
--------------------
617

RELEASE.md

-6
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.241.0"
4+
version = "0.242.0"
55
description = "A library for creating GraphQL APIs"
66
authors = ["Patrick Arminio <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)