Skip to content

Commit b8bda78

Browse files
committed
Release 🍓 0.260.1
1 parent 2470164 commit b8bda78

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

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

4+
0.260.1 - 2025-02-13
5+
--------------------
6+
7+
This release fixes an issue where extensions were being duplicated when custom directives were added to the schema. Previously, when user directives were present, extensions were being appended twice to the extension list, causing them to be executed multiple times during query processing.
8+
9+
The fix ensures that extensions are added only once and maintains their original order. Test cases have been added to validate this behavior and ensure extensions are executed exactly once.
10+
11+
Contributed by [DONEY K PAUL](https://github.com/doney-dkp) via [PR #3783](https://github.com/strawberry-graphql/strawberry/pull/3783/)
12+
13+
414
0.260.0 - 2025-02-12
515
--------------------
616

RELEASE.md

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

0 commit comments

Comments
 (0)