Releases: DataDog/datadog-cdk-constructs
Releases · DataDog/datadog-cdk-constructs
v0.2.2
Bugfix: fix the DD_LOGS_INJECTION environment variable to be DD_LOGS_INJECTION instead of DD_LOG_INJECTION. This should fix issue trying to perform logs injection in JS or Python lambdas deployed through CDK.
v0.2.1
- Fix Policy Length error when using a large number of lambda functions (#31)
- Ensure log group subscription filter resource has stable id (#30)
- Fix README typo & add PyPI badge (#29)
v0.2.0
- Release Datadog CDK Construct Library to PyPI
- Edit release script to publish both npm and PyPI packages.
v0.1.9
- Configure Datadog CDK Construct Library to use Projen
- Add debug logs
v0.1.8
- Datadog Lambda Extension support
v0.1.7
This release adds a Github build action for CI/CD and makes the aws-cdk packages peer dependencies while also loosening the version requirements to support future aws-cdk packages.
v0.1.6
This Release includes the yarn and npm download commands in the documentation so customers do not need to clone the repository. Instead they can download the package through either of those package managers.
datadog-cdk-constructs NPM page: https://www.npmjs.com/package/datadog-cdk-constructs
v0.1.2
This release adds a script for publishing the Datadog CDK constructs to NPM and creates a new release tag on Github.