Skip to content

Releases: graphql-python/graphene-federation

v3.3.0

09 Oct 08:19
653357c
Compare
Choose a tag to compare

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

15 Jun 09:00
8fd42e3
Compare
Choose a tag to compare

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

31 May 19:18
f1f3e37
Compare
Choose a tag to compare

This release contains non-semver compliant breaking changes. Please upgrade with caution.

What's Changed

  • [FEAT] Support upto Federation v2.7 by @mak626 in #27

New Contributors

Full Changelog: v3.1.4...v3.1.5

v3.1.4

24 May 01:38
07f42ce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

28 Mar 08:37
35532b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.3

v3.1.2

28 Mar 08:33
8985776
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.0

23 Mar 18:07
46846e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v3.1.0

v3.0.3

30 Jan 18:31
a68d491
Compare
Choose a tag to compare

What's Changed

This release changes type hints to use typing.List/typing.Dict to support older python versions.

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

05 Dec 18:42
00befde
Compare
Choose a tag to compare

What's Changed

This is a small patch release adding a missing raw string declaration to a regex.

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

19 Sep 22:12
8cfada6
Compare
Choose a tag to compare

Chore:
Update graphql core dependency