Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Apr 08:49
· 79 commits to master since this release
Immutable release. Only release title and notes can be modified.
v0.2.0
00fadb7

Added

  • Asynchronous NugetUser.atoken_exists and NugetUser.arequest_has_valid_token methods. 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, and fetch_package_file are now declared with async def.
    • The dispatch, put, and post methods on APIV2PackageView are now declared with async def.
    • make_entry is now declared with async def.
    • home and metadata remain synchronous.

Full Changelog: v0.1.0...v0.2.0