0.12: Release Notes
v0.12 was released on October 29. In October, we focused on extending and adding proxy for our adapters. First, we implemented basic and bearer authentication in our http-client, then supported authentication for proxy in different adapters. Here is the list of the proxy adapters, authentication and caching in the local storage can be configured for each proxy:
- docker-proxy
(also supports
push
operation to the local storage) - maven-proxy (multiple remotes are supported)
- npm-proxy
- pypi-proxy
- files-proxy
We also worked on another features in Artipie:
- Artipie is now compatible with
pip search
command - field
time
is supported now on update in npm-adapter - we introduced different local storage cache mechanisms in asto, these implementations are used in all our proxy-adapters
- authentication mechanisms in http was simplified and improved
- integration tests were implemented in artipie for maven-proxy, NuGet, npm and pypi-proxy