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
Fixed
- adding conda-store gator extension to `example/docker` 165
- get query count before applying limits to query 159