Skip to content

Releases: newrelic/serverless-newrelic-lambda-layers

v5.1.0

27 Mar 14:43
0cf2ed3
Compare
Choose a tag to compare

Bug fixes

  • Added GitHub Actions workflows for validate (lint, test), and publish (#412) (99a396b)

Miscellaneous chores

New Contributors

  • @meiao made their first contribution in #405
  • @github-actions made their first contribution in #426

Full Changelog: v5.0.1...v5.1.0

v5.0.1

07 Feb 15:34
d8e3976
Compare
Choose a tag to compare

fix: Updated check for existing newrelic-log-ingestion script to handle variable suffix.

v5.0.0

19 Jan 16:14
d2add0e
Compare
Choose a tag to compare

Dropped support for deployment of Node 14 Lambda functions.

v4.3.0

04 Dec 15:50
cc1d5f0
Compare
Choose a tag to compare

Added support for Lambda functions using Node 20 runtime.
Updated dependencies

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