Skip to content

Releases: NASA-IMPACT/hls-sentinel2-downloader-serverless

v1.0.14

11 Dec 20:12
7a62b00
Compare
Choose a tag to compare

What's Changed

  • fix: search platforms separately to keep under 10,000 results by @ceholden in #48

Full Changelog: v1.0.13...v1.0.14

v1.0.13

22 Nov 15:25
5d81de9
Compare
Choose a tag to compare

What's Changed

  • fix: Update search limit to maximum to encompass <12k results without exceeding new page offset limit by @ceholden in #46

Full Changelog: v1.0.12...v1.0.13

v1.0.12

08 Nov 19:18
e202d60
Compare
Choose a tag to compare

What's Changed

  • fix: add missing bucket write permissions to downloader Lambda and cleanup IntHub references by @ceholden in #43

Full Changelog: v1.0.11...v1.0.12

chore: target existing stack for deploy

06 Nov 19:31
4553661
Compare
Choose a tag to compare

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

  • fix: Set identifier to esa-prod for continuity by @ceholden in #42

Full Changelog: v1.0.10...v1.0.11

v1.0.10

31 Oct 19:18
e3f56da
Compare
Choose a tag to compare

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

30 Oct 20:52
97096cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

31 Jan 23:30
e3e4f54
Compare
Choose a tag to compare

Revert to production target bucket using hls-sentinel:v3.2.0 for processing Sentinel 2 Baseline 4 data.

v1.0.6

24 Jan 18:50
e3e4f54
Compare
Choose a tag to compare

Temporary release to target a baseline 4 bucket until a new Fmask patch is available.

v1.0.5

09 Aug 22:44
e3e4f54
Compare
Choose a tag to compare
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

21 Jul 16:12
a26f32f
Compare
Choose a tag to compare

Increases downloader lambda memory.