Releases: newrelic/newrelic-lambda-cli
Releases · newrelic/newrelic-lambda-cli
v0.4.1
Addresses a validation bug where some valid EU region license keys weren't passing.
v0.4.0
Default extensions to on, and create the managed secret for the license key by default.
v0.3.3
- Fixes bug where
.lsplit()
was used instead of .split()
#124
v0.3.2
- Adds fallback option for license keys if AWS Secrets Manager not available #121
v0.3.1
When used with the --enable-license-key-secret
option, the CLI now appends the current region to the policy name, so that the secret can be created in each account region.
v0.3.0
- Disables the AWS permissions check by default #115
- The
--enable-extension
flag installs the license key secret policy if present #113
- Add additional supported runtimes using the New Relic Lambda Extension #111
- Adds a
--enable-extension
flag to enable the New Relic Lambda Extension #110
- Adds support for New Relic admin keys #106
v0.2.6
- Fixes non-zero error code for unsupported runtimes #104
- Store the New Relic license key in a managed secret #103
v0.2.4
- Fixes out-of-order output for threaded commands
- Pins
click
to >=7.2.1
to include a fix for a file not found bug in Windows
- Fixes a bug where the subscription filter verification would override the filter pattern with the default
v0.2.3
- Declares UTF-8 encoding to handle unicode errors #95
newrelic-lambda layers
and newrelic-lambda subscriptions
commands now run in thread pool #95
v0.2.2
- Updates the New Relic Layers API to
layers.newrelic-external.com
, deprecating nr-layers.iopipe.com