🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

serverless-newrelic-lambda-layers

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-newrelic-lambda-layers - npm Package Versions

1345
8

5.0.0

Diff
newrelic
published 5.0.0 •

Changelog

Source

v5.0.0 (2024-01-19)

⚠ BREAKING CHANGES

  • Dropped support for deployment of Node 14 Lambda functions.
newrelic
published 4.3.0 •

Changelog

Source

v4.3.0 (2023-12-04)

Features

  • Added support for Lambda functions using Node 20 runtime.

Miscellaneous chores

  • Updated dependencies
newrelic
published 4.2.0 •

Changelog

Source

v4.2.0 (2023-10-30)

Features

  • Added support for Java 17 layer (thank you to @michjacobs!)

Miscellaneous chores

  • Updated dependencies
newrelic
published 4.1.0 •

Changelog

Source

v4.1.0 (2023-09-05)

Features

  • Added manualWrapping flag to skip wrapper helper, but still instrument functions with the latest layer-installed agent.

Bug fixes

  • fix: Updated integration to iterate over paginated ListPolicies results
newrelic
published 4.0.0 •

Changelog

Source

v4.0.0 (2023-08-28)

⚠ BREAKING CHANGES

  • Dropped support for Node 12 and Python 3.6

Features

  • Added support for Python 3.11

Bug fixes

  • Handle when null account values are returned from NR API (thank you, @sethawright !)
  • Fix boolean test for enableExtensionLogs (thank you @nr-swilloughby !)
newrelic
published 3.5.0 •

Changelog

Source

v3.5.0 (2023-05-31)

Features

  • Added support for Python 3.10
newrelic
published 3.4.3 •

Changelog

Source

v3.4.3 (2023-01-24)

Miscellaneous chores

  • Updated dependencies
newrelic
published 3.4.2 •
teamiopipe
published 3.4.0 •

Changelog

Source

v3.4.0 (2022-12-02)

Features

  • Added support for Node 18. Thank you @Engerim !
teamiopipe
published 3.3.7 •

Changelog

Source

v3.3.7 (2022-11-02)

Code refactoring

  • Merge 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!

Miscellaneous chores

  • Added codecov to measure test coverage. Thank you to @jmartin4563 !