Skip to content

Releases: ASFHyP3/hyp3

HyP3-v0.8.10

22 Jan 23:23
78a676c
Compare
Choose a tag to compare

Added

  • AutoRIFT jobs now allow submission with Landsat 8 Collection 2 granules

Changed

  • AutoRIFT jobs now only accept Sentinel-2 L1C granules, rather than any Sentinel-2 granules

Removed

  • API responses are no longer validated against the OpenAPI schema. GET /jobs requests for jobs
    with legacy parameter values (e.g. S2 L2A granules) will no longer return HTTP 500 errors.

HyP3-v0.8.9

16 Dec 20:31
3e4dc2e
Compare
Choose a tag to compare

Changed

  • INSAR_GAMMA jobs now use the hyp3-gamma plugin to do processing

HyP3-v0.8.8

11 Dec 20:41
821b5e6
Compare
Choose a tag to compare

Changed

  • RTC_GAMMA jobs now use the hyp3-gamma plugin to do processing

HyP3-v0.8.7

04 Dec 23:37
0c1daa3
Compare
Choose a tag to compare

Added

  • Autorift jobs now allow submission with Sentinel 2 granules

HyP3-v0.8.6

17 Nov 21:07
3f274b9
Compare
Choose a tag to compare

Added

  • A new include_scattering_area paramter has been added for RTC_GAMMA jobs, which includes a GeoTIFF of scattering area in the product package. This supports creation of composites of RTC images using Local Resolution Weighting per Small (2012) https://doi.org/10.1109/IGARSS.2012.6350465.
  • Cloudwatch request metrics are now enabled for the S3 content bucket

HyP3-v0.8.5

27 Oct 23:00
d8fbfe8
Compare
Choose a tag to compare

Changed

  • Api Gateway access logs are now in JSON format for easier parsing by Cloudwatch Insights
  • Api Gateway access logs now include responseLatency and userAgent fields. Unused caller and userId fields are no longer included.

HyP3-v0.8.4

20 Oct 23:15
e6eee9c
Compare
Choose a tag to compare

Changed

  • / now redirects to /ui

HyP3-v0.8.3

16 Oct 21:38
eb33845
Compare
Choose a tag to compare

Changed

  • Increased compute to allow 200 concurrent instances.

HyP3-v0.8.2

16 Oct 19:20
da083fb
Compare
Choose a tag to compare

Changed

  • Refactored dynamodb interactions
    • dynamo.py in the api code now manages all dynamodb interactions for the api
    • added tests for new dynamo module
    • added paging for dynamodb query calls

HyP3-v0.8.1

14 Oct 17:54
f843140
Compare
Choose a tag to compare

Added

  • Added Code of Conduct and Contributing Guidelines

Changed

  • MonthlyJobQuotaPerUser stack parameter no longer has a default, and the value can now be set to zero.
    • Value is now set to 200 for ASF deployments.
    • Value is now set to 0 for the autoRIFT deployment.
  • POST /jobs requests now allow up to 200 jobs per request, up from 25