Releases: newrelic/serverless-newrelic-lambda-layers
v3.1.0
Support for enableExtensionLogs
boolean
Dependency updates and bug fixes:
Improved support for logging in v3
Handling error state when deploying account is unable to list policies
Ensuring that API polling integration is created when enableIntegration is set to true
v3.0.0
v2.4.1
v.2.4.0
v2.2.2
This release slightly changes the conditions under which the plugin NOOPs. If the serverless.yml specifies an architecture that doesn't yet have a compatible layer, the plugin skips integration. Similarly, the plugin skips if no API key is specified.
This release also updates serverless dependencies, removes a dependency on the deprecated request
package (thank you to @Engerim !), and updates log4j version references in Java examples.
v2.2.1
This release corrects how the plugin detects NR-AWS integration. If any integration exists, the plugin skips creating any integration, and so avoids creating a polling integration when there's a current streaming integration.
The integration code still requests specific integration names from AWS, but that's a backstop which happens after a request to NerdGraph.