Skip to content

Releases: em1208/adrf

Release 0.1.12

24 Nov 03:26

Choose a tag to compare

What's Changed

Full Changelog: 0.1.11...0.1.12

This release note was generated by Github

Release 0.1.11

25 Oct 09:11

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.10...0.1.11

This release note was generated by Github

Release 0.1.10

10 Oct 04:15

Choose a tag to compare

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_class and metadata_class in api_view by @qqii in #66
  • Be on par with DRF in to_representation by @SebCorbin in #70

New Contributors

Full Changelog: 0.1.9...0.1.10

This release note was generated by Github

Release 0.1.9

28 Dec 00:58

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

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

Choose a tag to compare

Added async generics
Added async ModelViewSet

Release 0.1.6

06 Apr 02:09

Choose a tag to compare

Added object permission.

Release 0.1.5

20 Mar 23:43

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

Choose a tag to compare

Removed isort dependency from pyproject.toml.

Release 0.1.3

03 Jan 18:55

Choose a tag to compare

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