Skip to content

Releases: newrelic/newrelic-lambda-cli

v0.9.3

19 Aug 13:32
d84fb54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

07 Jun 12:41
b43f6a1
Compare
Choose a tag to compare

What's Changed

  • feature: Add support for .NET Lambda layers. by @jaffinito in #283
  • boto3 session issue. Solves session issue on upgrading installed layers. Similar issue during installing layers and subscription filter for installed function by @chaudharysaket in #287

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 May 07:50
9ba20d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

26 Jan 02:25
5772c0f
Compare
Choose a tag to compare

What's Changed

  • The version v0.9.0 of CLI will not be able to support the log-ingestion-lambda [without suffix] created by older versions of the CLI. The latest changes were made in order to bring parity between the lambda created by the serverlessrepo repo and the lambda created by the newrelic-lambda-cli
  • Add support for newrelic-log-ingestion-xxxx name by @chaudharysaket in #254
  • Use new log ingestion name and fallback to old by @hmstepanek in 2c570ba
  • Reformat & update test config by @chaudharysaket in #259
  • Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #255

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

18 Jan 23:18
7881047
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.8.0

v0.7.6

21 Nov 20:58
7747959
Compare
Choose a tag to compare
  • Update templates for Lambda Log Ingestion function to Python 3.9.
  • Add support for Python 3.11 runtimes.
  • Add binary (wheel) distributions.
    • Note: To use the previous source distributions, you can specify pip install --no-binary :all: newrelic-lambda-cli

v0.7.5

10 Aug 21:15
ef28c90
Compare
Choose a tag to compare

Add support for Python 3.10 layers. (Thanks @mbaranovski!)

v0.7.4

18 May 21:45
3e56f00
Compare
Choose a tag to compare

Add nodejs18 support (thanks @djzevenbergen!)

v0.7.2

20 Jul 23:10
c06b351
Compare
Choose a tag to compare

v0.7.1

24 Jun 18:12
844843d
Compare
Choose a tag to compare
  • Adds support for Node 16
  • Removes deprecated Lambda runtimes Node 10 and Python 2.7