Releases: newrelic/newrelic-lambda-cli
Releases · newrelic/newrelic-lambda-cli
v0.9.5
What's Changed
- Modify CLI to support AWS Lambda python3.13 & nodejs22 runtimes by @chaudharysaket in #303
- update badge from circleCI to Github Actions by @chaudharysaket in #301
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- Removed dependency on
emoji
package & Updatedmoto
library to the latest version by @chaudharysaket in #296 - Log stackname for subscriptions install by @chaudharysaket in #298
- Release newrelic-lambda-cli version v0.9.4 by @chaudharysaket in #300
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Support provided.al2023 by @chaudharysaket in #279
- Add installation & subscription options for Otel log ingestion lambda by @chaudharysaket in #294
Full Changelog: v0.9.2...v0.9.3
v0.9.2
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 forinstalled
function by @chaudharysaket in #287
New Contributors
- @jaffinito made their first contribution in #283
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Fix .pre-commit-config.yaml format and multithreading errors for Boto3 Session by @shinyasakurai in #252
- Bump cryptography from 41.0.7 to 42.0.2 by @dependabot in #263
- Update to make the CLI aware of Java21 support by @meiao in #265
- Workflow to migrate from circleCI to Github actions by @chaudharysaket in #268
- al2023 support by @chaudharysaket in #271
- remove circle ci by @chaudharysaket in #272
- Introduce support for Ruby by @fallwith in #270
- PYPI token update & new release by @chaudharysaket in #275
New Contributors
- @shinyasakurai made their first contribution in #252
- @meiao made their first contribution in #265
- @fallwith made their first contribution in #270
Full Changelog: v0.9.0...v0.9.1
v0.9.0
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
- @chaudharysaket made their first contribution in #254
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Add support for NodeJS 20 lambda layers by @Jamchello in #256
- Removed support for deprecated Node runtimes by @mrickard in #257
- Add Python 3.12 lambda layers by @umaannamalai in #258
- Remove deprecated Python 3.6 runtime by @umaannamalai in #258
New Contributors
- @Jamchello made their first contribution in #256
Full Changelog: v0.7.6...v0.8.0
v0.7.6
- 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
- Note: To use the previous source distributions, you can specify
v0.7.5
Add support for Python 3.10 layers. (Thanks @mbaranovski!)
v0.7.4
Add nodejs18 support (thanks @djzevenbergen!)