Skip to content

Releases: newrelic/serverless-newrelic-lambda-layers

v4.2.0

30 Oct 14:38
4f7a26f
Compare
Choose a tag to compare
  • Added support for Java 17 layer (thank you to @michjacobs!)
  • Updated dependencies

v4.1.0

05 Sep 18:43
de66949
Compare
Choose a tag to compare

feat: Added manualWrapping flag to skip wrapper helper, but still instrument functions with the latest layer-installed agent.
fix: Updated integration to iterate over paginated ListPolicies results

v4.0.0

28 Aug 15:00
9652976
Compare
Choose a tag to compare

** BREAKING CHANGE ** Dropped support for Node 12 and Python 3.6

  • Added support for Python 3.11
  • Handle when null account values are returned from NR API (thank you, @sethawright !)
  • Fix boolean test for enableExtensionLogs (thank you @nr-swilloughby !)

v3.5.0

31 May 15:02
84c0261
Compare
Choose a tag to compare

Added support for Python 3.10

v3.4.3

27 Jan 15:53
177a479
Compare
Choose a tag to compare

Updated dependencies

v3.4.2

24 Jan 15:23
6dfbef3
Compare
Choose a tag to compare

Added lockfile linting
Updated typing of plugins
Updated dependencies

v3.4.0

02 Dec 16:14
dc6a76e
Compare
Choose a tag to compare

Added support for Node 18. Thank you @Engerim !

v3.3.7

02 Nov 16:21
08de456
Compare
Choose a tag to compare

This release merges layers instead of overriding them when the serverless.yml has layers defined in provider or global as well as in specific functions. Thank you to @alexmchardy for the PR!

This release also includes the addition of codecov to measure test coverage. Thank you to @jmartin4563 !

v3.3.6

27 Oct 14:11
5952a7e
Compare
Choose a tag to compare

This release updates dependencies, and changes peer dependency versions to use the ^ specifier instead of ~. Thanks to @wrumsby for pointing it out, and @ran-j for submitting a PR to fix.

v3.3.5

14 Jul 16:18
cde5e3c
Compare
Choose a tag to compare

This release updates the ReadMe to emphasize that this plugin should be last in the plugins section of the serverless.yml. Thank you to @sebastianmarines for pinpointing this as a cause of Node 16 functions being unable to find the NR handler.