Releases: newrelic/newrelic-lambda-cli
Releases · newrelic/newrelic-lambda-cli
v0.1.17
- Adds a
--filter-pattern
argument to newrelic-lambda subscriptions install
to specify a custom log subscription filter pattern #73
- Adds an
--enable-logs
flag to newrelic-lambda integrations install
to enable New Relic Logging mode on the log ingestion function #74
v0.1.16
- Adds support for
all
, installed
and not-installed
filters to layers and subscriptions commands #70
- Adds an
--exclude
argument to layers and subscriptions commands when using filters #70
- Bumps the log ingestion function to v2.1.2 #71
v0.1.14
- Adds support for multiple
--function
arguments for newrelic-lambda layers [install|uninstall]
commands #67
- Adds supports for multiple
--function
arguments for newrelic-lambda subscriptions [install|uninstall]
commands #68
v0.1.13
- Updates the log subscription pattern to capture timeouts #66
v0.1.12
- Fix except block for permissions check #64
v0.1.11
- Bumps the version of the log ingestion function #62
v0.1.10
- Handle pre-existing integration installs more gracefully #61
v0.1.9
- Adds a
--force
flag to newrelic-lambda integrations uninstall
to disable interactive prompts #57
- New Relic AWS Lambda integration can now be uninstalled via
newrelic-lambda integrations uninstall
if --nr-account-id
is provided #59
v0.1.8
- Fixes an unhandled 400 error during CloudFormation stack creation #56
- Adds support for running the CLI via a Docker container #55 (thanks @ismferd)
v0.1.7
- Fixes
botocore
import error in newrelic_lambda_cli.permissions
#51
- Reverts upstream version pinning with
gql
and graphql-core
#49