Skip to content

Releases: conda-incubator/conda-store

Release 0.3.3 - 10/29/2021

28 Oct 17:16
89cb3fe
Compare
Choose a tag to compare

[0.3.3] - 2021-10-28

Fixed

  • missing dependency in conda-store-server/setup.py yarl

Release 0.3.2 - 10/29/2021

28 Oct 15:13
88eb469
Compare
Choose a tag to compare

[0.3.2] - 2021-10-28

Added

  • added ability to search within the /api/v1/build/<build-id>/package/ path #193
  • environments and namespaces no longer show up in API and UI when soft deleted #194

Fixed

  • docker-compose.yaml in examples/docker now compatible with 2.0 #195
  • flask templates now included in the pypi packages #196

Release 0.3.1 - 10/12/2021

12 Oct 17:27
a236a93
Compare
Choose a tag to compare

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