Skip to content

Releases: newrelic/serverless-newrelic-lambda-layers

v2.1.0

01 Sep 20:27
4e4b091
Compare
Choose a tag to compare

Adding support for Python 3.9 and removing support for Node 8.

v1.1.8

09 Jul 21:08
410b8fa
Compare
Choose a tag to compare
  • Adds 'proxy' option in order to allow this plugin to work behind an HTTP proxy #144 (thanks @CalMlynarczyk)

v1.1.7

09 Jun 19:13
e6333eb
Compare
Choose a tag to compare

Updating dependencies.

V1.1.6

29 Apr 17:39
4f0d655
Compare
Choose a tag to compare

Adding support for java layer

v1.1.5

05 Mar 20:15
141e444
Compare
Choose a tag to compare

Adding disableLicenseKeySecret flag

v1.1.4

18 Feb 16:34
0f32340
Compare
Choose a tag to compare

Adding support for Node 14 layers/lambdas
New Relic Distributed Tracing can be enabled in the custom.newRelic block of the serverless.yml by setting enableDistributedTracing to true

v1.1.2

01 Feb 20:09
0cc8645
Compare
Choose a tag to compare

Fix for string accountId values not matching number value returned by integration validation.

v.1.1.1

29 Jan 18:49
78ac014
Compare
Choose a tag to compare

Correction to constructor to handle fallback to default region. (Thank you, @vishalraghav94!)

v1.1.0

27 Jan 18:50
7559846
Compare
Choose a tag to compare

This release includes

  • a corrected CloudFormation template for automatic creation of the appropriate managed secret in AWS, and corresponding access policy, attached to the function execution role
  • more obvious messaging if the New Relic License Key can't be retrieved from New Relic
  • updates to the serverless module

v1.0.0

19 Jan 22:09
a45f2f6
Compare
Choose a tag to compare
  • Allows deployment to non-US regions from US-based NR accounts
  • Automatically creates and attaches access policy for authenticating the NR Extension instead of log subscription/ingest (unless the extension is explicitly not enabled)
  • Updates Serverless and Jest dependencies