1.3.0
Release Notes
For: uc-cdis/hatchery
Notes since tag: 1.2.1
Notes to tag/commit: 472654b
Generated: 2023-08-09
New Features
- Added
/resetpaymodels
endpoint (#70) - Pay models are automatically reset when a workspace session is terminated.
(#70) - Add support for VPC's with multiple CIDR's (#66)
Breaking Changes
/launch
endpoint throws an error when there is no pay model selected (For
commons with paymodels) (#70)/setPaymodel
throws an error when there is no active workspace running.
(For commons with paymodels) (#70)
Bug Fixes
/launch
endpoint throws a 400 BAD Request when a request without username
is sent. (#70)
Improvements
- Added unit tests for all the updated functions (#70)
- Some error messages and response codes are updated to be more specific
(#70) - Related document -
BRH-512
(#70) - The
/currentPayModel
endpoint returnsTrial Workspace
only when there
are no persistent pay models for the user. Returnsnull
otherwise. (#69)