Recent Releases of https://github.com/asfhyp3/hyp3-event-monitoring

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.1.4

Added

Fixed

  • Decimal values in our API responses have been incorrectly serialized as strings rather than numbers since at least v0.1.0, which broke our custom JSON encoder by pinning to flask==3.0.3 (flask was previously unpinned). The json_encoder app attribute was removed in Flask v2.3.0. This release fixes this issue by subclassing flask.json.provider.JSONProvider. Also see https://github.com/pallets/flask/pull/4692 and HyP3 v9.0.0.

- Python
Published by tools-bot over 1 year ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.1.3

Changed

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

- Python
Published by tools-bot over 1 year ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.1.2

Fixed

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

- Python
Published by tools-bot almost 2 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - 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.

- Python
Published by tools-bot almost 2 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.1.0

Removed

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

- Python
Published by tools-bot almost 2 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.13

Changed

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

- Python
Published by tools-bot almost 4 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.12

Fixed

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

- Python
Published by tools-bot about 4 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.11

Added

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

- Python
Published by tools-bot about 4 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.10

Fixed

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

- Python
Published by tools-bot over 4 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.9

Security

  • Set NoEcho for EDL password in CloudFormation stacks.

- Python
Published by tools-bot over 4 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - 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.

- Python
Published by jhkennedy over 4 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.7

Changed

  • Upgraded to hyp3_sdk v1.3.2 from v1.1.0
    • InSAR jobs are now submitted using the custom apply_water_mask=True setting added in hyp3_sdk v1.3.2

- Python
Published by jhkennedy almost 5 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.6

Changed

  • Upgraded to hyp3_sdk v1.1.0 from v0.6.0
    • RTC jobs are now submitted using the default dem_name='copernicus' setting added in hyp3_sdk v1.1.0

- Python
Published by tools-bot about 5 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.5

Changed

  • Improved handling of transient server errors (retryable) vs invalid granule errors (not retryable) in find_new
  • Upgraded to hyp3_sdk v0.6.0 from v0.5.0

- Python
Published by tools-bot over 5 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.4

Added

  • New IAM role that can be assumed by external AWS accounts to manage records in the Events table.

- Python
Published by tools-bot over 5 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.3

Changed

  • Check for new granules is now run every 30 minutes instead of every hour.

- Python
Published by tools-bot over 5 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring 0.0.2

Changed

  • Error handling for baseline api calls now skip on 500 errors and record 400 errors so that we retry when necessary.

- Python
Published by Jlrine2 over 5 years ago

https://github.com/asfhyp3/hyp3-event-monitoring - HyP3 Event Monitoring v0.0.1

Initial release.

- Python
Published by tools-bot over 5 years ago