Skip to content

Commit c21f652

Browse files
committed
Release 🍓 0.259.1
1 parent 9e9fe5e commit c21f652

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
0.259.1 - 2025-02-12
5+
--------------------
6+
7+
This release adjusts the `context_getter` attribute from the fastapi `GraphQLRouter`
8+
to accept an async callables.
9+
10+
Contributed by [Alexey Pelykh](https://github.com/alexey-pelykh) via [PR #3763](https://github.com/strawberry-graphql/strawberry/pull/3763/)
11+
12+
413
0.259.0 - 2025-02-09
514
--------------------
615

RELEASE.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.259.0"
4+
version = "0.259.1"
55
description = "A library for creating GraphQL APIs"
66
authors = ["Patrick Arminio <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)