7.4.1 (2025-01-24)
7.4.0 (2025-01-24)
7.3.0 (2024-12-10)
7.2.1 (2024-08-20)
7.2.0 (2024-05-14)
7.1.0 (2024-03-13)
7.0.1 (2024-02-23)
7.0.0 (2024-02-22)
-
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
6.1.0 (2023-11-12)
6.0.2 (2023-11-02)
6.0.1 (2023-11-01)
6.0.0 (2023-10-31)
- the
bootstrapper
construct was deleted and is no longer available. In addition, we switched fromPythonFunction
toFunction
for all lambdas.
5.4.1 (2023-10-05)
- synchronize pgstac versions -> 0.7.9 across constructs (c6bb921)
5.4.0 (2023-09-05)
5.3.0 (2023-09-01)
5.2.0 (2023-08-30)
5.1.0 (2023-08-21)
5.0.0 (2023-07-12)
- rename repository to eoapi-cdk
4.2.3 (2023-06-30)
4.2.2 (2023-06-16)
4.2.1 (2023-06-12)
4.2.0 (2023-06-09)
4.1.0 (2023-05-30)
4.0.0 (2023-04-25)
-
ingestor-api: the role name is automatically generated by AWS and thus users can not use the name that was specified before, but should directly interact with the new property we are adding.
-
change name of variable to comply with formatting rules, remove readonly statement
3.0.1 (2023-04-14)
3.0.0 (2023-04-04)
- bootstrapper: remove dashboard schema and functions from the database bootstrapper and remove automatic collection summary udpate from ingestor.
2.6.3 (2023-03-28)
2.6.2 (2023-03-16)
2.6.1 (2023-03-16)
2.6.0 (2023-03-10)
2.5.1 (2022-12-06)
- ingestor-api: Correct import path for settings (be40af7)
2.5.0 (2022-12-01)
- ingestor-api: Add flag to enable requester pays (efc160d)
2.4.0 (2022-11-08)
- bastion-host: Append ec2 instance with 'bastion host' (4ee8599)
2.3.1 (2022-11-08)
- bastion-host:
createElasticIp
default to true (ec99fad)
2.3.0 (2022-11-08)
- bastion-host: Make elastic IP optional (d77b578)
2.2.1 (2022-11-04)
- stac-db: Report shared buffers in 8kb units (d34f2cd)
2.2.0 (2022-11-03)
2.1.0 (2022-11-01)
- ingestor-api: Make apiEnv optional (5841734)
2.0.0 (2022-11-01)
- ci: bump version (d10c5b2)
- ci: Experiencing issues publishing GitHub releases due to past deleted release. Bumping codebase to 2.0.0 to avoid future issues.
1.3.0 (2022-11-01)
- ingestor-api: add StacIngestor construct (d34c6cd)
- stac-api: export API url from pgStacApi construct (261dbd2)