Skip to content

Commit

Permalink
Release 🍓 0.220.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Mar 8, 2024
1 parent 0c923bb commit 03f1816
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,26 @@
CHANGELOG
=========

0.220.0 - 2024-03-08
--------------------

This release adds support to allow passing `connection_params` as dictionary to `GraphQLWebsocketCommunicator` class when testing [channels integration](https://strawberry.rocks/docs/integrations/channels#testing)


### Example


```python
GraphQLWebsocketCommunicator(
application=application,
path="/graphql",
connection_params={"username": "strawberry"},
)
```

Contributed by [selvarajrajkanna](https://github.com/selvarajrajkanna) via [PR #3403](https://github.com/strawberry-graphql/strawberry/pull/3403/)


0.219.2 - 2024-02-06
--------------------

Expand Down
15 changes: 0 additions & 15 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "strawberry-graphql"
packages = [ { include = "strawberry" } ]
version = "0.219.2"
version = "0.220.0"
description = "A library for creating GraphQL APIs"
authors = ["Patrick Arminio <patrick.arminio@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 03f1816

Please sign in to comment.