Skip to content

Latest commit

 

History

History
230 lines (102 loc) · 9.95 KB

CHANGELOG.md

File metadata and controls

230 lines (102 loc) · 9.95 KB

5.4.1 (2023-10-05)

Bug Fixes

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

5.4.0 (2023-09-05)

Features

  • custom runtimes option for titiler and ingestor (#66) (3aaedae)

5.3.0 (2023-09-01)

Features

5.2.0 (2023-08-30)

Features

5.1.0 (2023-08-21)

Features

5.0.0 (2023-07-12)

Features

BREAKING CHANGES

  • rename repository to eoapi-cdk

4.2.3 (2023-06-30)

Bug Fixes

  • ingestor-api: add stack name to ingestor-api apigateway export name (#48) (2fdd1e8)

4.2.2 (2023-06-16)

Bug Fixes

  • titiler-pgstac-api: fix destination path in titiler pgstac Dockerfile COPY command (#46) (302bd22)

4.2.1 (2023-06-12)

Bug Fixes

  • bootstrapper: bootstrapper should use httpx (#45) (36bb361)

4.2.0 (2023-06-09)

Features

  • titiler-pgstac-api: add titiler-pgstac endpoint (#42) (a02acef)

4.1.0 (2023-05-30)

Features

  • stac-api: add stac api lambda function field (#43) (3a91a37)

4.0.0 (2023-04-25)

Features

  • ingestor-api: expose ingestor handler role (#39) (559f3a9)

BREAKING CHANGES

  • 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)

Bug Fixes

  • bootstraper: fix version inconsistencies and #19 regressions (#34) (ebeac2a)

3.0.0 (2023-04-04)

Code Refactoring

BREAKING CHANGES

  • bootstrapper: remove dashboard schema and functions from the database bootstrapper and remove automatic collection summary udpate from ingestor.

2.6.3 (2023-03-28)

Bug Fixes

  • ingestor-api: store STAC item as string in DynamoDB (#26) (bd7a1fa)

2.6.2 (2023-03-16)

Bug Fixes

  • ingestor-api: queries require sequences (#23) (00d71cc)

2.6.1 (2023-03-16)

Reverts

2.6.0 (2023-03-10)

Features

2.5.1 (2022-12-06)

Bug Fixes

  • ingestor-api: Correct import path for settings (be40af7)

2.5.0 (2022-12-01)

Features

  • ingestor-api: Add flag to enable requester pays (efc160d)

2.4.0 (2022-11-08)

Features

  • bastion-host: Append ec2 instance with 'bastion host' (4ee8599)

2.3.1 (2022-11-08)

Bug Fixes

  • bastion-host: createElasticIp default to true (ec99fad)

2.3.0 (2022-11-08)

Features

  • bastion-host: Make elastic IP optional (d77b578)

2.2.1 (2022-11-04)

Bug Fixes

  • stac-db: Report shared buffers in 8kb units (d34f2cd)

2.2.0 (2022-11-03)

Features

  • stac-db: Provide sensible defaults for pgSTAC db parameters (#1) (11eb89e)

2.1.0 (2022-11-01)

Features

  • ingestor-api: Make apiEnv optional (5841734)

2.0.0 (2022-11-01)

chore

BREAKING CHANGES

  • 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)

Features

  • ingestor-api: add StacIngestor construct (d34c6cd)
  • stac-api: export API url from pgStacApi construct (261dbd2)

1.2.0 (2022-10-26)

Features