Releases: em1208/adrf
Releases Β· em1208/adrf
Release 0.1.12
What's Changed
- Implement async
filter_querysetmethod by @CristopherH95 in #76 - Wrap object permissions check in
sync_to_asyncby @CristopherH95 in #77
Full Changelog: 0.1.11...0.1.12
This release note was generated by Github
Release 0.1.11
What's Changed
- Update README description on ViewSets by @CristopherH95 in #65
- Nested fk by @em1208 in #72
- Fixing
SynchronousOnlyOperationraising for some ORM operations by @GregSym in #68
New Contributors
- @CristopherH95 made their first contribution in #65
- @GregSym made their first contribution in #68
Full Changelog: 0.1.10...0.1.11
This release note was generated by Github
Release 0.1.10
What's Changed
- fix: run blocking pagination operations in another thread by @hartungstenio in #61
- fix: AsyncAPIClient was not forcing authentication by @hartungstenio in #62
- Support
versioning_class,content_negotiation_classandmetadata_classinapi_viewby @qqii in #66 - Be on par with DRF in to_representation by @SebCorbin in #70
New Contributors
- @hartungstenio made their first contribution in #61
- @qqii made their first contribution in #66
- @SebCorbin made their first contribution in #70
Full Changelog: 0.1.9...0.1.10
This release note was generated by Github
Release 0.1.9
What's Changed
- Added async SerializerMethodField by @sergiusnick in #52
Full Changelog: 0.1.8...0.1.9
The release note above was partially generated by Github.
0.1.8
What's Changed
- Add routers that support sync and async viewsets. by @tbeadle in #45
- Fix many to many async set by @Vonfry in #48
- Determine if a field is async or not by the presence of ato_representation. by @tbeadle in #46
New Contributors
Full Changelog: 0.1.7...0.1.8
The release note above was generated by Github.
Release 0.1.7
Added async generics
Added async ModelViewSet
Release 0.1.6
Added object permission.
Release 0.1.5
- Upgraded dependencies.
- Fixed authentication error issue.
- Added async implementation of
APIRequestFactoryandAPIClient. (Thanks @NiKuma0!)
Release 0.1.4
Removed isort dependency from pyproject.toml.
Release 0.1.3
Added support for async authentication, permission and throttle classes. Thanks @shepherd1530!
Added test for python 3.12.