Skip to content

Releases: conda-incubator/conda-store

Release 0.3.10 - 02/24/2022

24 Feb 21:35
4eb6fda
Compare
Choose a tag to compare

Added

  • build_id response to POST /api/v1/specification route #244
  • Added a validation for namespaces that is more flexible # 233
  • Added ability to use via nix run github:quansight/conda-store ... #232
  • API endpoints now return channel name instead of id #231

Fixed

  • Flask paths now support routes with and without a trailing slash #230

Release 0.3.9 - 01/23/2022

24 Jan 04:51
40fe4a0
Compare
Choose a tag to compare

Added

  • Adding support for templates for build and environment symlink directories
  • Adding support for internal and external secure settings

Fixed

  • Error in build url with extra / in environment page

Release 0.3.8 - 01/13/2022

13 Jan 19:19
25fb0bd
Compare
Choose a tag to compare

Fixed

  • Ensure compatibility with keycloak authentication flow

Release 0.3.7 - 01/13/2022

13 Jan 16:10
3190531
Compare
Choose a tag to compare

Added

  • Support for custom GenericOAuthAuthentication.oauth_callback_url
  • Support for optional tls_verification on oauth2 flow GenericOAuthAuthentication.tls_verify

Release 0.3.6 - 01/12/2022

12 Jan 21:09
0951be4
Compare
Choose a tag to compare

Added

  • Testing to support mysql database

Fixed

  • support for newer versions of celery 5.x

Release 0.3.5 - 01/11/2022

11 Jan 23:02
d28d38b
Compare
Choose a tag to compare

Fixed

  • setting fixed sizes to Unicode columns

Release 0.3.4 - 01/11/2022

11 Jan 17:49
4535200
Compare
Choose a tag to compare

Added

  • api endpoint for exporting yaml environment files #204

Fixed

  • using Unicode sqlalchemy column instead of String
  • removed typer as a dependency
  • removed hardcoded path for conda executable
  • environment creation endpoint with namespaces
  • removed psycopg2 as a dependency #206
  • validate that config_file exists #223

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