Releases: ASFHyP3/hyp3-event-monitoring
Releases · ASFHyP3/hyp3-event-monitoring
HyP3 Event Monitoring v0.1.3
Changed
- The
static-analysis
Github Actions workflow now usesruff
rather thanflake8
for linting.
HyP3 Event Monitoring v0.1.2
Fixed
- Upgraded to flask-cors v5.0.0 from v4.0.1. Resolves CVE-2024-6221.
HyP3 Event Monitoring v0.1.1
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
Removed
- Support for Python 3.8 has been removed. Python 3.12 is now supported.
HyP3 Event Monitoring v0.0.13
Changed
harvest_products
Lambda function now harvests data products via download and upload, rather than S3 copy.
HyP3 Event Monitoring v0.0.12
Fixed
- Handle the case where a product has no temporal neighbors.
HyP3 Event Monitoring v0.0.11
Added
- Added CORS support to product bucket in order to support Vertex's "Download All" feature.
HyP3 Event Monitoring v0.0.10
Fixed
- Replaced deprecated
hyp3_sdk.asf_search.get_nearest_neighbors
function withfind_new.get_neighbors
.
HyP3 Event Monitoring v0.0.9
Security
- Set
NoEcho
for EDL password in CloudFormation stacks.
HyP3 Event Monitoring v0.0.8
0.0.8
Changed
- Granted additional IAM permissions to the
harvest_products
Lambda function to support transfers of data products
smaller than 8 MB.