Releases: DataDog/datadog-cdk-constructs
Releases · DataDog/datadog-cdk-constructs
v0.7.1
- Add debug log
- Clean up deployment message
v2-0.3.1
- Add error log
- Clean up deployment message
v0.7.0
- adds supports for DD_SERVICE, DD_ENV, DD_VERSION, and DD_TAGS environment variables when deploying with the extension
- adds supports for service, env, version tags when deploying with the forwarder
v2-0.3.0
- adds supports for DD_SERVICE, DD_ENV, DD_VERSION, and DD_TAGS environment variables when deploying with the extension
- adds supports for service, env, version tags when deploying with the forwarder
v0.6.0
- Adds support for source code integration.
v2-0.2.0
- Adds support for source code integration.
v2-0.1.0
v0.5.0
v0.4.0
- Breaking change: Updates CDK peer dependencies. A newer version of CDK is required, as well as the packages
@aws-cdk/aws-lambda-nodejs
and@aws-cdk/aws-lambda-python
. - Add support for Python 3.9 (#52)
- Add support for
NodejsFunction
construct (#54) - Add support for
PythonFunction
construct (#55) - Bump path-parse dependency version (#49)