You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [7.0.0](v6.1.0...v7.0.0) (2024-02-22)
### Features
* add integration tests ([#69](#69)) ([17eec16](17eec16))
### 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
* clients need to provide aws_lambda.AssetCode to configure their apps. Solely the python application and the requirements.txt file is not supported anymore.
12
+
13
+
* fix a couple bugs found in the first changes
14
+
15
+
* 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
16
+
17
+
* expose bootstrapper props in pgstacdatabase construct constructor
18
+
19
+
* merge database and boostrapper files to solve casting bug
20
+
21
+
* bump and harmonize pypgstac to 0.7.10 across apps
22
+
23
+
* bump cachetools
24
+
25
+
* some changes to allow for less security
26
+
27
+
* bump python to 3.11
28
+
29
+
* change base image for bootstrapper to use python 311
30
+
31
+
* fix linting issues
32
+
33
+
* move integration tests to step before release, improve naming of workflows
34
+
35
+
* lint
36
+
37
+
* fix moto requirement
38
+
39
+
* test to fix deployment : try adding s3 endpoint and force allow public subnet
40
+
41
+
* lint and make lambda functions more configurable
42
+
43
+
* moving deploy to a separate workflow
44
+
45
+
* remove useless dependencies in deployment tests, turn on pull request trigger to check the action works
46
+
47
+
* when tearing down the infrastructure, synthesize the cloud formation assets into another directory to avoid conflicts
48
+
49
+
* update readmes and revive the artifact download in python distribution
0 commit comments