Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
HyP3-v0.4.0
Changed
- Implemented 0.15° buffer and 20% threshold in DEM coverage checks when submitting new jobs. As a result slightly more granules will be rejected as having insufficient coverage.
Removed
- Removed optional
description
field for jobs
HyP3-v0.3.9
Added
- Unit tests for
get-files
lambda function
Fixed
- Resolved HTTP 500 errors for
POST /jobs
requests when the optionalvalidate_only
parameter was not provided - Jobs encountering unexpected errors in the
get-files
step will now correctly transition to aFAILED
status
HyP3-v0.3.8
Added
POST /jobs
now accepts avalidate_only
key at root level, set to true to skip submitting jobs but run api validation.
HyP3-v0.3.7
Fixed
get-files
get expiration only from product
HyP3-v0.3.6
Fixed
get-files
step functions AMI roles for tags
HyP3-v0.3.5
Added
POST /jobs
now excepts custom job parameters when submitting jobsGET /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
Added
- Name field to job parameter, set in the same way as description but with max length of 20
HyP3-v0.3.3
Added
- Administrators can now shut down Hyp3-api by setting SystemAvailable flag to false in CloudFormation Template and deploying
HyP3-v0.3.2
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
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