Releases: newrelic/serverless-newrelic-lambda-layers
Releases · newrelic/serverless-newrelic-lambda-layers
v4.2.0
- Added support for Java 17 layer (thank you to @michjacobs!)
- Updated dependencies
v4.1.0
v4.0.0
** 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
v3.4.3
v3.4.2
v3.4.0
v3.3.7
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
v3.3.5
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.