Releases: conda-incubator/conda-store
Releases · conda-incubator/conda-store
Release 0.3.3 - 10/29/2021
[0.3.3] - 2021-10-28
Fixed
- missing dependency in
conda-store-server/setup.py
yarl
Release 0.3.2 - 10/29/2021
Release 0.3.1 - 10/12/2021
Added
- support for credentials supplied for object storage including IAM credentials #176
- namespace UI to conda-store server #183
- create/read/delete methods for namespaces
/api/v1/namespace/
#181 - distinct_on query parameter to list REST api methods #164
- adding sorting query parameter to list REST api methods #162
- ability to filter conda packages by build parameter #156
- delete environments and all related builds from rest api #154
- initial support for pagination for all list REST api methods #126
- support for filtering environments by name #125
- working kubernetes deployment example #116
- significant documentation effort via multiple PRs
Changed
- namespace parameter in json POST request to
/api/v1/specification/
#178 - api route for listing packages within build instead of including within build api response #157
- database relationship between build, environments, and namespaces improved #153