0.15: Release Notes
v0.15 was released on January 29.
We are happy to announce that minimal support for Debian repository
was added to Artipie: you can configure the repository
which apt-get
will be able to work with.
Npm-adapter functionality was extended with the following commands support:
npm dist-tag
for managing tags of package versionsnpm deprecate
for deprecating and un-deprecating the packagenpm unpublish
to un-publish entire package
Docker-adapter evolution:
- In practice, it seems that blobs are always uploaded in single chunk, that’s why we optimized this particular upload case
- Image level permissions are now supported, meaning, that
you can define which user has
read
orwrite
access to particular image
And here is the list of other implemented features:
- Helm-adapter now supports
deleteByName
anddeleteByNameAndVersion
commands and--merge
flag for indexing - Php-adapter became fully non-blocking
- Nuget-adapter endpoints were refactored not to interact with data storage directly