Skip to content

Releases: ASFHyP3/hyp3-event-monitoring

HyP3 Event Monitoring v0.1.3

17 Dec 20:39
d3ce1d0
Compare
Choose a tag to compare

Changed

  • The static-analysis Github Actions workflow now uses ruff rather than flake8 for linting.

HyP3 Event Monitoring v0.1.2

04 Sep 16:08
7e042bb
Compare
Choose a tag to compare

Fixed

  • Upgraded to flask-cors v5.0.0 from v4.0.1. Resolves CVE-2024-6221.

HyP3 Event Monitoring v0.1.1

09 Jul 00:18
890acf1
Compare
Choose a tag to compare

Changed

  • Upgrade the API Lambda runtime from Python 3.8 to 3.12. This Python version pin was overlooked during the previous release.

HyP3 Event Monitoring v0.1.0

02 Jul 00:50
5fc8ab3
Compare
Choose a tag to compare

Removed

  • Support for Python 3.8 has been removed. Python 3.12 is now supported.

HyP3 Event Monitoring v0.0.13

27 Jun 23:57
fa73053
Compare
Choose a tag to compare

Changed

  • harvest_products Lambda function now harvests data products via download and upload, rather than S3 copy.

HyP3 Event Monitoring v0.0.12

11 May 22:45
8e3cfdf
Compare
Choose a tag to compare

Fixed

  • Handle the case where a product has no temporal neighbors.

HyP3 Event Monitoring v0.0.11

28 Apr 21:58
8697a31
Compare
Choose a tag to compare

Added

  • Added CORS support to product bucket in order to support Vertex's "Download All" feature.

HyP3 Event Monitoring v0.0.10

18 Mar 18:14
230db14
Compare
Choose a tag to compare

Fixed

  • Replaced deprecated hyp3_sdk.asf_search.get_nearest_neighbors function with find_new.get_neighbors.

HyP3 Event Monitoring v0.0.9

04 Mar 20:27
f414214
Compare
Choose a tag to compare

Security

  • Set NoEcho for EDL password in CloudFormation stacks.

HyP3 Event Monitoring v0.0.8

22 Nov 22:17
c59270c
Compare
Choose a tag to compare

0.0.8

Changed

  • Granted additional IAM permissions to the harvest_products Lambda function to support transfers of data products
    smaller than 8 MB.