Skip to content

Releases: ASFHyP3/hyp3

HyP3-v0.3.8

07 Aug 23:26
9155c6f
Compare
Choose a tag to compare

Added

  • POST /jobs now accepts a validate_only key at root level, set to true to skip submitting jobs but run api validation.

HyP3-v0.3.7

07 Aug 21:57
ae447db
Compare
Choose a tag to compare

Fixed

  • get-files get expiration only from product

HyP3-v0.3.6

07 Aug 21:06
8234e64
Compare
Choose a tag to compare

Fixed

  • get-files step functions AMI roles for tags

HyP3-v0.3.5

07 Aug 18:09
af1aff9
Compare
Choose a tag to compare

Added

  • POST /jobs now excepts custom job parameters when submitting jobs
  • GET /jobs now shows parameters job was run with

Changed

  • get_files.py now uses tags to identify file_type instead of path

HyP3-v0.3.4

03 Aug 22:18
fa848e1
Compare
Choose a tag to compare

Added

  • Name field to job parameter, set in the same way as description but with max length of 20

HyP3-v0.3.3

03 Aug 17:42
678b89f
Compare
Choose a tag to compare

Added

  • Administrators can now shut down Hyp3-api by setting SystemAvailable flag to false in CloudFormation Template and deploying

HyP3-v0.3.2

29 Jul 23:50
6107054
Compare
Choose a tag to compare

Added

  • Retry policies to improve reliability

Changed

  • POST /jobs now accepts GRDH Files in the IW beam mode.
  • Removed scaling rules and moved to MANAGED compute environment to run jobs

HyP3-v0.3.1

27 Jul 19:06
c1b7324
Compare
Choose a tag to compare

Added

  • POST /jobs now checks granule intersects DEM Coverage map to provide faster feedback on common error cases

Fixed

  • Resolved bug not finding granules when submitting 10 unique granules in a RTC_GAMMA job

HyP3-v0.3.0

23 Jul 18:54
90a2492
Compare
Choose a tag to compare

Added

  • README.md with instructions for deploying, testing, and running the application
  • Descriptions for all parameters in the top level cloudformation template
  • Descriptions for all schema objects in the OpenAPI specification

Changed

  • Reduced monthly job quota per user from 100 to 25
  • Reduced maximum number of jobs allowed in a single POST /jobs request from 100 to 25

Removed

  • Removed user authorization requirement for submitting jobs
  • Removed is_authorized field from GET /user response

HyP3-v0.2.0

14 Jul 22:14
0caa329
Compare
Choose a tag to compare

Added

  • New GET /user API endpoint to query job quota and jobs remaining
  • browse image key for each job containing a list of urls for browse images
  • browse images expire at the same time as products
  • thumbnail image key for each job containing a list of urls for thumbnail images
  • thubnail images expire at the same time as products