Skip to content

Releases: ASFHyP3/hyp3

HyP3-v0.8.3

16 Oct 21:38
eb33845

Choose a tag to compare

Changed

  • Increased compute to allow 200 concurrent instances.

HyP3-v0.8.2

16 Oct 19:20
da083fb

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

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

HyP3-v0.8.0

06 Oct 18:28
7b31e8f

Choose a tag to compare

Added

  • User table which can be used to add custom quotas for users, users not in the table will still have the default.
  • GET /jobs/{job_id} API endpoint to search for a job by its job_id

HyP3-v0.7.5

01 Oct 19:34
9b6a758

Choose a tag to compare

Added

  • Api and processing errors will now post to a SNS topic

Changed

  • Parameters for INSAR_GAMMA jobs have been updated to reflect hyp3-insar-gamma v2.2.0.

HyP3-v0.7.4

23 Sep 21:24
c6f4509

Choose a tag to compare

Changed

  • API behavior for different job types is now defined exclusively in job_types.yml. Available parameter types must still be defined in apps/api/src/hyp3_api/api-sec/job_parameters.yml.j2, and available validation rules must still be defined in apps/api/src/hyp3_api/validation.py.

HyP3-v0.7.3

23 Sep 17:36
e9ed4d6

Choose a tag to compare

Changed

  • Added AmazonS3ReadOnlyAccess permission to batch task role to support container jobs fetching input data from S3.

HyP3-v0.7.2

22 Sep 21:37
dfb9b4b

Choose a tag to compare

Fixed

  • RTC_GAMMA jobs now use the user-provided value for the speckle filter parameter. Previously, the user-provided value was ignored and all jobs processed using the default value (false).

HyP3-v0.7.1

21 Sep 20:03
3d802f6

Choose a tag to compare

Changed

  • Hyp3 now uses jinja templates in defining CloudFormation templates and the StepFunction definition, rendered at buildtime.
  • Job types are now defined only in the API spec and the job_types.yml file, no job specific information needs to be added to AWS resource definitions.
  • Static Analysis now requires rendering before run.

HyP3-v0.7.0

18 Sep 18:07
31b5e1e

Choose a tag to compare

Added

  • Added a new AUTORIFT job type for processing a pair of Sentinel-1 SLC IW scenes using autoRIFT. For details, refer to the hyp3-autorift plugin repository.

Changed

  • Updated readme deployment instructions.
  • Clarified job parameter descriptions in OpenAPI specification.
  • Moved step function definition into it's own file and added static analysis on step funciton definition.
  • Split OpenAPI spec into multiple files using File References to resolve, static analysis change from openapi-spec-validator to prance.