What's Changed * Add support for NodeJS 20 lambda layers by Jamchello in https://github.com/newrelic/newrelic-lambda-cli/pull/256 * Removed support for deprecated Node runtimes by mrickard in https://github.com/newrelic/newrelic-lambda-cli/pull/257 * Add Python 3.12 lambda layers by umaannamalai in https://github.com/newrelic/newrelic-lambda-cli/pull/258 * Remove deprecated Python 3.6 runtime by umaannamalai in https://github.com/newrelic/newrelic-lambda-cli/pull/258
New Contributors * Jamchello made their first contribution in https://github.com/newrelic/newrelic-lambda-cli/pull/256
* 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`
0.7.5
Add support for Python 3.10 layers. (Thanks mbaranovski!)