Skip to content

v2.3.12

Compare
Choose a tag to compare
@chaudharysaket chaudharysaket released this 24 Jun 17:42
· 22 commits to main since this release
8d0a379

What's Changed

  • Update README.md to Community Plus by @iamemilio in #200
  • Add local testing for Extension. Local testing is enabled by setting NEWRELIC_LOCAL_TESTING to true. Currently it supports only Python runtime. It generates the lambda layers for x86 and arm architectures layers, using publish.sh script and invokes the test lambdas using test.sh script by @chaudharysaket in #201
  • Remove SSM parameter store calls. Extension has sanitycheck calls to SSM store that add to production quotas for customers. Call SSM store only when NEW_RELIC_LICENSE_KEY_SSM_PARAMETER_NAME var is set to true by @chaudharysaket in #203
  • Added timeout for calls to Secrets Manager & SSM Parameter Store by @chaudharysaket in #206
  • Resolved Extension warning messages for Node.js runtime with ESM scripts. Previously, correctly configuring newrelic-lambda-wrapper.handler and NEW_RELIC_LAMBDA_HANDLER did not eliminate warning message for the Node.js ESM scripts. The solution involved using NEW_RELIC_USE_ESM to detect ESM scripts by @chaudharysaket in #209
  • Give priority to NEW_RELIC_LICENSE_KEY and bypass calls to Secrets Manager if NEW_RELIC_LICENSE_KEY is set by @ashishsinghnr in #219

New Contributors

Full Changelog: v2.3.11...v2.3.12