Skip to content

Releases: newrelic/serverless-newrelic-lambda-layers

v3.1.0

06 Apr 21:14
8e47710
Compare
Choose a tag to compare

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

25 Feb 17:20
6062126
Compare
Choose a tag to compare

Support for Serverless 3.x.

v2.4.1

22 Feb 21:50
f48132b
Compare
Choose a tag to compare

This updates several dependencies in response to security notices. This is the last 2.x.x release.

v.2.4.0

25 Jan 20:10
3a92e54
Compare
Choose a tag to compare

Updating dependencies: node-fetch patch, and prettier updated to the latest version.

v2.2.2

21 Jan 16:06
682855c
Compare
Choose a tag to compare

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

30 Nov 16:17
05ea295
Compare
Choose a tag to compare

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.

v2.2.0

11 Nov 22:15
bebb71c
Compare
Choose a tag to compare

Adds support for Lambda ARM64/Graviton2 architecture.

Updates serverless to 2.66, and Jest to 27

Removes Node 10 from example serverless.yml.

v2.1.4

15 Sep 23:43
bd47ad8
Compare
Choose a tag to compare

Updating Serverless to 2.59.0

v2.1.3

15 Sep 22:21
244f661
Compare
Choose a tag to compare

Adding fix for trusted account key support, adding logging, updating test fixtures.

v2.1.1

02 Sep 17:24
7b00aa9
Compare
Choose a tag to compare

Updating dependencies (Serverless to 2.57.0) and updating CI/CD image to Node 10.