pypi graphene-sqlalchemy 3.0.0rc1
v3.0.0rc1

9 months ago

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 😊

Don't miss a new graphene-sqlalchemy release

NewReleases is sending notifications on new releases.