Releases: trmdy/graphene-django-cud
Releases · trmdy/graphene-django-cud
Release list
v0.13.1
What's Changed
Added
- Add custom mutation lifecycle signals fired after CUD mutations complete.
- Add create, update, and delete subscription support.
- Add ASGI/websocket URL support for subscriptions.
- Add documentation for signals and subscriptions.
Fixed
- Fix Relay ID resolution for
foreign_key_extraswith typeID. - Add
"ID"field handling to many-to-many exact auto object type generation. - Fix typo in model utility error message.
- Fix circular imports when importing converters by moving internal imports to concrete util modules. Thanks @hansegucker in #141.
- Preserve backwards compatibility for package-level
graphene_django_cud.utilimports via lazy exports.
Changed
- Apply Black formatting across the codebase.
- Bump development dependency
jinja2from3.1.4to3.1.5.
Verification
- Local smoke import passed.
- Local test suite passed: 110 tests.
twine checkpassed with current packaging tooling.- GitHub Actions passed for
mainandv0.13.1. - PyPI package verified live as
graphene-django-cud==0.13.1.