Skip to content

Releases: DataDog/datadog-cdk-constructs

v0.2.2

28 Apr 20:42
Compare
Choose a tag to compare

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

20 Apr 19:22
Compare
Choose a tag to compare
  • 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

06 Apr 18:41
Compare
Choose a tag to compare
  • Release Datadog CDK Construct Library to PyPI
  • Edit release script to publish both npm and PyPI packages.

v0.1.9

01 Apr 17:58
Compare
Choose a tag to compare
  • Configure Datadog CDK Construct Library to use Projen
  • Add debug logs

v0.1.8

25 Feb 23:05
Compare
Choose a tag to compare
  • Datadog Lambda Extension support

v0.1.7

17 Feb 00:57
Compare
Choose a tag to compare

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

10 Feb 23:57
Compare
Choose a tag to compare

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

08 Feb 22:48
Compare
Choose a tag to compare

This release adds a script for publishing the Datadog CDK constructs to NPM and creates a new release tag on Github.