Skip to content

Release 0.4.0 - 05/04/2022

Compare
Choose a tag to compare
@costrouc costrouc released this 05 May 02:02
· 673 commits to main since this release
8298e20

[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 an async 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 in environment.yaml (#295)