Releases: graphql-python/graphene-federation
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
v3.0.1
v3.0.0
First release officially under the graphql-python organization.
With this new repository, the goal is to increase exposure of this library and federate (pun intended) the maintenance effort from the community (thank you @erikwrede).
Thanks to Preply for setting up the foundations.
This release is only compatible with Graphene version > 3.0.