Skip to content

Releases: em1208/adrf

Release 0.1.9

28 Dec 00:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.8...0.1.9

The release note above was partially generated by Github.

0.1.8

12 Oct 04:47
Compare
Choose a tag to compare

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

03 Aug 12:48
Compare
Choose a tag to compare

Added async generics
Added async ModelViewSet

Release 0.1.6

06 Apr 02:09
Compare
Choose a tag to compare

Added object permission.

Release 0.1.5

20 Mar 23:43
Compare
Choose a tag to compare
  • Upgraded dependencies.
  • Fixed authentication error issue.
  • Added async implementation of APIRequestFactory and APIClient. (Thanks @NiKuma0!)

Release 0.1.4

09 Feb 08:06
Compare
Choose a tag to compare

Removed isort dependency from pyproject.toml.

Release 0.1.3

03 Jan 18:55
Compare
Choose a tag to compare

Added support for async authentication, permission and throttle classes. Thanks @shepherd1530!
Added test for python 3.12.

Release 0.1.2

05 Sep 19:13
Compare
Choose a tag to compare

Added support for async serializers.
Added support for mixing async and sync handlers.

Release 0.1.1

27 Feb 12:10
Compare
Choose a tag to compare

Added async viewset support

Initial release

26 Nov 19:55
Compare
Choose a tag to compare

This is a separate package that implements support for async views in Django REST framework following the PR encode/django-rest-framework#8617