Skip to content

Releases: DataDog/datadog-cdk-constructs

v2-0.3.5

02 Aug 14:21
Compare
Choose a tag to compare

What's Changed

  • fix: ensure addLayers=false prevents layers being added by @cgatt in #116

New Contributors

v0.8.1

20 Jul 19:08
Compare
Choose a tag to compare

What's Changed

  • Fixes overwriting DD_TAGS when adding source code integration (#113)

Full Changelog: v0.8.0...v0.8.1

v2-0.3.4

20 Jul 19:13
Compare
Choose a tag to compare

What's Changed

  • Fixes overwriting DD_TAGS when adding source code integration (#113)

Full Changelog: v2-0.3.3...v0.3.4

v0.8.0

15 Jun 14:38
Compare
Choose a tag to compare

What's Changed

  • Update dependencies for Node16 support by @jcstorms1 in #107
  • Loosen @aws-cdk/aws-lambda-python-alpha dev dep version requirement by @sfirrin in #106
  • Bump @aws-cdk/aws-lambda-python-alpha@ to ^2.24.0-alpha.0 by @sfirrin in #109

New Contributors

Full Changelog: v0.7.2...v0.8.0

v2-0.3.3

13 Jun 20:14
Compare
Choose a tag to compare

What's Changed

  • Bump @aws-cdk/aws-lambda-python-alpha@ to ^2.24.0-alpha.0 by @sfirrin in #109

Full Changelog: v2-0.3.2...v2-0.3.3

v2-0.3.2

18 May 18:31
Compare
Choose a tag to compare
  • Loosen @aws-cdk/aws-lambda-python-alpha dev dep version requirement #106
  • Update dependencies for Node16 support #107

v0.7.2

02 May 13:36
Compare
Choose a tag to compare
  • Upgrade debug log to error log

v0.7.1

02 May 13:23
Compare
Choose a tag to compare
  • Add debug log
  • Clean up deployment message

v2-0.3.1

02 May 13:41
Compare
Choose a tag to compare
  • Add error log
  • Clean up deployment message

v0.7.0

25 Apr 16:23
Compare
Choose a tag to compare
  • 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