Releases: conda-incubator/conda-store
Releases · conda-incubator/conda-store
Release 0.4.8 - 08/04/2022
Release 0.4.7 - 07/28/2022
[0.4.7] - 2022-07-28
Added
- Adding additional query parameters environment_id, namespace, name in list api methods in build/environment #350
- Adding ability to sort based on start/schedule/ended for list builds #352
- Adding repo.anaconda.com to default channels #354
- Empty list for conda_allowed_channels now will allow any channel #358
Fixed
- Changed docker images to no longer run as root by default #355
Release 0.4.6 - 07/08/2022
[0.4.6] - 2022-07-08
Added
- Added
c.CondaStoreServer.template_vars
for easy customization #347 - Consistent naming of
conda-store
throughout project #345 - Adding token endpoint #335
- Adding token UI create button #348
Fixed
- Bug with user being able to modify
c.RBACAuthorizationBackend.authenticated_role_bindings
#346
Release 0.4.5 - 06/29/2022
Release 0.4.4 - 06/25/2022
Release 0.4.3 - 06/24/2022
Fixes
- Release checks put in CI
Release 0.4.2 - 06/24/2022
Fixed
- fixed release process using build toolchain
Release 0.4.1 - 06/24/2022
Release 0.4.0 - 05/04/2022
[0.4.0] - 2022-05-04
Changed
- Transition to FastAPI for web server from Flask (#277) end user API should not have changed
conda_store_server.server.auth.Authentication.authenticate
is now anasync
method receiving a Starlette request object
Added
- Adding PyPi validation for included, required, and default packages (#292)
- Creating a Conda solve API endpoint (#279)
- Fully tested API for
/api/v1/...
endpoints (#281)
Fixed
- Support for valid
pip
options inenvironment.yaml
(#295)
Release 0.3.15 - 03/25/2022
Added
- Debug mode now controlled by CondaStoreServer.log_level
- Make concurrency setting optional in configuration
- Sort namespaces in create environment UI button
- Allow cookies cross domain
Fixed
- Correct default namespace for POST /api/v1/specification/