·
79 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Asynchronous
NugetUser.atoken_existsandNugetUser.arequest_has_valid_tokenmethods. The synchronous counterparts remain available.
Changed
- Converted views and helpers to use Django's asynchronous view support.
find_packages_by_id,packages,packages_with_args, andfetch_package_fileare now declared withasync def.- The
dispatch,put, andpostmethods onAPIV2PackageVieware now declared withasync def. make_entryis now declared withasync def.homeandmetadataremain synchronous.
Full Changelog: v0.1.0...v0.2.0