Skip to content

1.3.0

Compare
Choose a tag to compare
@nss10 nss10 released this 09 Aug 21:52
· 141 commits to master since this release
472654b

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 returns Trial Workspace only when there
    are no persistent pay models for the user. Returns null otherwise. (#69)