Releases: graphql-python/graphene-federation
v3.3.0
This release brings support for the new Federation v2.11 directives.
- Added decorators
@context
,@fromContext
,@cost
,@listSize
- Added support for
Python 3.14
Full Changelog: v3.2.0...v3.3.0
v3.2.0 - Action Required
This release brings support for the new Federation v2.7 directives. Additionally, redundant directives were removed and there were some deprecations. Your action is required if your implementations use the extend
directive
Breaking Changes and Migration
The extend
directive was removed.
For V1 @extend
can be replaced by @extends
and @key
combination
For V2 just @key
is enough.
Deprecations
enable_federation_2
deprecated in favor of federation_version
v3.1.5 - yanked from pypi
This release contains non-semver compliant breaking changes. Please upgrade with caution.
What's Changed
New Contributors
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
- Improve type hints by @emilkholod in #19
New Contributors
- @emilkholod made their first contribution in #19
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- fix: Federation V2 Scalar Support by @arunsureshkumar in #14
New Contributors
- @arunsureshkumar made their first contribution in #14
Full Changelog: v3.1.0...v3.1.3
v3.1.2
v3.1.0
What's Changed
- Federation v2 support added by @arun-sureshkumar in #4
New Contributors
- @arun-sureshkumar made their first contribution in #4
Full Changelog: v3.0.3...v3.1.0
v3.0.3
What's Changed
This release changes type hints to use typing.List
/typing.Dict
to support older python versions.
- docs: fix typo in product example by @dopry in #8
- fix: properly use type hints by @mahdyhamad in #10
New Contributors
- @dopry made their first contribution in #8
- @mahdyhamad made their first contribution in #10
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
This is a small patch release adding a missing raw string declaration to a regex.
- Update README by @noelleleigh in #6
- fix: raw string by @superlevure in #7
New Contributors
- @noelleleigh made their first contribution in #6
- @superlevure made their first contribution in #7
Full Changelog: v3.0.1...v3.0.2