-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.0 Release #348
Comments
Thank you for picking this back up! |
Update: Currently working on getting filtering over the finish line. We would highly appreciate some feedback on the PR bringing support for |
@erikwrede right now there's no official release that supports python 3.10. Is it worth backporting the 3.10 support to a 2.2.3 release so that folks wanting to use python 3.10+ can upgrade from 2.2.2? |
It really depends on your current setup. If you're not relying on promises, it is a softer path to upgrade to 3.x via the current betas. Currently none of us have the capacity to add the support to 2.x and we are focused on getting 3.0 out. I've been using the 3.0 betas in production for quite some time now and they work great with 3.10 - we are not blocked by any issues on support, but rather waiting on some breaking changes and the filtering feature to be done so we can push them with the full release. Personally, I recommend to upgrade to 3.0.0b3 or try doing that - because any feedback with that will help us for the full release! |
Would it be possible to put out a 3.0.0b5 with the change to be compatible with SQLAlchemy 2? Thanks. |
@erikwrede any status updates on when v3.0 will be official? |
This issue will collect ToDos and blockers for this library's
3.0
release.While
graphene==3.0
is already fully supported by the current beta release3.0.0b3
, future beta releases will introduce new features breaking changes included in the full 3.0 release.This issue is WIP; further issues might be added soon.
In progress
association_proxy support #267
Native support for additional Type Converters #353
Enable sorting when batching is enabled #355
Add Filters #357
feat(async): add support for async sessions #350
Needs discussion
[Design Discussion] Additional Type Converters #345
Add a way to serve custom properties on model classes #103Pushed back. Focusing on improving
@hybrid_property
Support for now.Documentation ToDos (no release blocker):
The text was updated successfully, but these errors were encountered: