Releases: NASA-IMPACT/hls-sentinel2-downloader-serverless
Releases · NASA-IMPACT/hls-sentinel2-downloader-serverless
v1.0.14
v1.0.13
v1.0.12
chore: target existing stack for deploy
This release is intended to bring us back on track with deployment automation after previous manual deployments during the switch to use ESA Copernicus ecosystem services.
What's Changed
Full Changelog: v1.0.10...v1.0.11
v1.0.10
This release is intended to fix a deploy issue that blocked the release of https://github.com/NASA-IMPACT/hls-sentinel2-downloader-serverless/releases/tag/v1.0.8
What's Changed
- fix: Install tox in deploy workflow (required for 'make deploy') by @ceholden in #40
- fix: add tox during prod deploy step by @ceholden in #41
Full Changelog: v1.0.8...v1.0.10
v1.0.8
What's Changed
- fix: migrate to esa data ecosystem by @sharkinsspatial in #33
- fix: reduce event source concurrency to avoid throttling by @chuckwondo in #34
- feat: Add Lambda to requeue undownloaded granules by @chuckwondo in #35
- chore: update Python runtime and AWS CDK by @ceholden in #38
New Contributors
- @chuckwondo made their first contribution in #34
- @ceholden made their first contribution in #38
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Revert to production target bucket using hls-sentinel:v3.2.0 for processing Sentinel 2 Baseline 4 data.
v1.0.6
Temporary release to target a baseline 4 bucket until a new Fmask patch is available.
v1.0.5
Stream locking (#26) * Use streaming request in with block to ensure connection is closed. * Reduce date search range now that IntHub backfill process is implemented. * Increase number of concurrent connections to new Inthub max minus one. * Fix expected length in integration_tests.
v1.0.4
Increases downloader lambda memory.