Skip to content

Releases: DataDog/datadog-cdk-constructs

v0.4.0

13 Sep 20:28

Choose a tag to compare

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

v0.3.0

15 Jul 20:10

Choose a tag to compare

  • Adds enableDatadogLogs parameter (#48)
  • Add logLevel parameter (#45)

v0.2.5

28 Jun 19:13

Choose a tag to compare

  • Allow usage of addForwarderToLogGroups on log groups imported using from functions (#43)

v0.2.4

28 Jun 19:10

Choose a tag to compare

  • Add function for subscribing additional log groups (#39)

v0.2.3

30 Apr 21:57

Choose a tag to compare

  • Added dd_cdk_construct tag to lambda functions instrumented with the Datadog-CDK-Construct Library #34
  • This should give us statistics on how many functions are instrumented using the DD CDK vs our other integrations in the Serverless KPI dashboard. Specifically this graph.

v0.2.2

28 Apr 20:42

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

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

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

Choose a tag to compare

  • Configure Datadog CDK Construct Library to use Projen
  • Add debug logs

v0.1.8

25 Feb 23:05

Choose a tag to compare

  • Datadog Lambda Extension support