v3.0.0b4
版本发布时间: 2023-02-28 04:32:49
graphql-python/graphene-sqlalchemy最新发布版本:v3.0.0rc1(2023-12-05 05:43:04)
What's Changed
- Enable sorting when batching is enabled by @PaulSchweizer in https://github.com/graphql-python/graphene-sqlalchemy/pull/355
- Add Black to pre-commit by @erikwrede in https://github.com/graphql-python/graphene-sqlalchemy/pull/361
- Fix: RelationshipLoader should utilize DataLoader from the
get_data_loader_impl()
function, and not directly from aiodataloader library by @flipbit03 in https://github.com/graphql-python/graphene-sqlalchemy/pull/362 - Add support for UUIDs in
@hybrid_property
by @flipbit03 in https://github.com/graphql-python/graphene-sqlalchemy/pull/363 - chore: limit CI runs to master pushes & PRs by @erikwrede in https://github.com/graphql-python/graphene-sqlalchemy/pull/366
- Support GQL interfaces for polymorphic SQLA models by @polgfred in https://github.com/graphql-python/graphene-sqlalchemy/pull/365
- feat(async): add support for async sessions by @jendrikjoe in https://github.com/graphql-python/graphene-sqlalchemy/pull/350
- Fix installation instruction: '--pre' instead of '>=3' by @zahrevsky in https://github.com/graphql-python/graphene-sqlalchemy/pull/372
- refactor!: use the same conversion system for hybrids and columns by @erikwrede in https://github.com/graphql-python/graphene-sqlalchemy/pull/371
- Stricter non-null fields for relationships by @polgfred in https://github.com/graphql-python/graphene-sqlalchemy/pull/367
- fix singledispatch inheritance by @erikwrede in https://github.com/graphql-python/graphene-sqlalchemy/pull/377
- chore: limit lint runs to master pushes and PRs by @sabard in https://github.com/graphql-python/graphene-sqlalchemy/pull/382
- fix: warnings in docs build by @sabard in https://github.com/graphql-python/graphene-sqlalchemy/pull/383
New Contributors
- @PaulSchweizer made their first contribution in https://github.com/graphql-python/graphene-sqlalchemy/pull/355
- @polgfred made their first contribution in https://github.com/graphql-python/graphene-sqlalchemy/pull/365
- @jendrikjoe made their first contribution in https://github.com/graphql-python/graphene-sqlalchemy/pull/350
- @zahrevsky made their first contribution in https://github.com/graphql-python/graphene-sqlalchemy/pull/372
- @sabard made their first contribution in https://github.com/graphql-python/graphene-sqlalchemy/pull/382
Full Changelog: https://github.com/graphql-python/graphene-sqlalchemy/compare/3.0.0b3...v3.0.0b4