Skip to content

v3.0.0rc1

Latest
Compare
Choose a tag to compare
@erikwrede erikwrede released this 04 Dec 21:43
· 1 commit to master since this release
9c2bc84

RELEASE CANDIDATE

This is the last release with feature additions before we move graphene-sqlalchemy 3.0 to GA πŸŽ‰
We have implemented some awesome new features, including new filters, and SQLAlchemy 2.0 support that we are very excited about.

Please test this release and report any issues you find so we can fix them for the release.

When upgrading and testing, please take care of the previous release notes and look at the following breaking changes PR:
#371

If you are using hybrid properties as fields in your GraphQL schema in combination with from __future___ import annotations, this issue might affect you. We are actively working towards a fix for str,bool and other primitives.
#396

A more detailed upgrade guide summarizing all beta releases will be published with the full release.

What's Changed

Filters are out in early access πŸŽ‰

Graphene SQLAlchemy 3.0 will provide a completely overhauled filtering syntax, removing the need for an external plugin. We support automatically filtering over relationships and complex filter types as well as easy customization. Please check out the docs here and give us feedback about your experience! 😊
https://graphql-python.github.io/graphene-sqlalchemy/filters.html

Add Filters by @sabard in #357

Other contributions since the last beta release

New Contributors

Full Changelog: v3.0.0b4...v3.0.0rc1
Full Changelog since 2.x: 2.3.0...v3.0.0rc1

Thanks to everyone that contributed to this release and supported our biweekly maintainer meetings. We are looking forward to your feedback and appreciate any PRs 😊