v2.3.12
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
totrue
. Currently it supports only Python runtime. It generates the lambda layers forx86
andarm
architectures layers, usingpublish.sh
script and invokes the test lambdas usingtest.sh
script by @chaudharysaket in #201 - Remove
SSM parameter store
calls. Extension has sanitycheck calls toSSM store
that add to production quotas for customers. CallSSM store
only whenNEW_RELIC_LICENSE_KEY_SSM_PARAMETER_NAME
var is set totrue
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 configuringnewrelic-lambda-wrapper.handler
andNEW_RELIC_LAMBDA_HANDLER
did not eliminatewarning
message for the Node.js ESM scripts. The solution involved usingNEW_RELIC_USE_ESM
to detect ESM scripts by @chaudharysaket in #209 - Give priority to
NEW_RELIC_LICENSE_KEY
and bypass calls toSecrets Manager
ifNEW_RELIC_LICENSE_KEY
is set by @ashishsinghnr in #219
New Contributors
- @ashishsinghnr made their first contribution in #219
Full Changelog: v2.3.11...v2.3.12