Skip to content

Releases: developmentseed/eoapi-cdk

v7.2.1

20 Aug 01:32
Compare
Choose a tag to compare

7.2.1 (2024-08-20)

Bug Fixes

  • install compilation dependency for numexpr (#109) (2762944)

v7.2.0

14 May 16:23
Compare
Choose a tag to compare

7.2.0 (2024-05-14)

Features

  • overwrite host headers when custom domain name (#105) (e52887f)

v7.1.0

13 Mar 15:13
Compare
Choose a tag to compare

7.1.0 (2024-03-13)

Features

  • update runtimes and add pgstac customization options (#100) (9e49e7e), closes #102

v7.0.1

23 Feb 13:20
Compare
Choose a tag to compare

7.0.1 (2024-02-23)

Bug Fixes

v7.0.0

22 Feb 11:03
Compare
Choose a tag to compare

7.0.0 (2024-02-22)

Features

BREAKING CHANGES

  • clients need to provide aws_lambda.AssetCode to configure their apps. Solely the python application and the requirements.txt file is not supported anymore.

  • fix a couple bugs found in the first changes

  • avoid maintaining custom interfaces for configurable lambda properties. Allow the user to provide anything and let the CDK method raise error and overwrite values defined within our construct. Make this clear in the documentation

  • expose bootstrapper props in pgstacdatabase construct constructor

  • merge database and boostrapper files to solve casting bug

  • bump and harmonize pypgstac to 0.7.10 across apps

  • bump cachetools

  • some changes to allow for less security

  • bump python to 3.11

  • change base image for bootstrapper to use python 311

  • fix linting issues

  • move integration tests to step before release, improve naming of workflows

  • lint

  • fix moto requirement

  • test to fix deployment : try adding s3 endpoint and force allow public subnet

  • lint and make lambda functions more configurable

  • moving deploy to a separate workflow

  • remove useless dependencies in deployment tests, turn on pull request trigger to check the action works

  • when tearing down the infrastructure, synthesize the cloud formation assets into another directory to avoid conflicts

  • update readmes and revive the artifact download in python distribution

v6.1.0

12 Nov 05:03
Compare
Choose a tag to compare

6.1.0 (2023-11-12)

Features

  • stac-browser: configurable config file in stac browser deployment (#84) (b86ad1a)

v6.0.2

02 Nov 03:35
Compare
Choose a tag to compare

6.0.2 (2023-11-02)

Bug Fixes

  • bootstrapper: fix httpx response (#81) (b879076)

v6.0.1

01 Nov 08:07
Compare
Choose a tag to compare

6.0.1 (2023-11-01)

Bug Fixes

  • ingestor-api-handler: fix docs endpoint (#82) (d134c77)

v6.0.0

31 Oct 07:35
Compare
Choose a tag to compare

6.0.0 (2023-10-31)

Features

  • custom runtimes, optional VPC, python 3.11 (#74) (ba6bf09)

BREAKING CHANGES

  • the bootstrapper construct was deleted and is no longer available. In addition, we switched from PythonFunction to Function for all lambdas.

v5.4.1

05 Oct 13:22
Compare
Choose a tag to compare

5.4.1 (2023-10-05)

Bug Fixes

  • synchronize pgstac versions -> 0.7.9 across constructs (c6bb921)