Skip to content

HyP3 v6.0.0

Compare
Choose a tag to compare
@tools-bot tools-bot released this 02 Feb 20:27
78b1766

HyP3's monthly quota system has been replaced by a credits system. Previously, HyP3 provided each user with a certain number of jobs per month. Now, each job costs a particular number of credits, and users spend credits when they submit jobs. This release assigns every job a cost of 1 credit, but future releases will assign a different credit cost to each job type. Additionally, the main production deployment (https://hyp3-api.asf.alaska.edu) resets each user's balance to 1,000 credits each month, effectively granting each user 1,000 jobs per month. Therefore, users should not notice any difference when ordering jobs via ASF's On Demand service at https://search.asf.alaska.edu.

Added

  • The job object returned by the /jobs API endpoint now includes a credit_cost attribute, which represents the job's cost in credits.
  • A DAR tag is now included in Earthdata Cloud deployments for each S3 bucket to communicate which contain objects
    that required to be encrypted at rest.

Changed

  • The quota attribute of the user object returned by the /user API endpoint has been replaced by a remaining_credits attribute, which represents the user's remaining credits.

Removed

  • The non-functional CloudWatch alarm for API 5xx errors has been removed from the monitoring module. See #2044.