v2.3.13
What's Changed
- Update readme build step. Updated target for
make
command, examplemake dist-x86_64
andmake dist-arm64
by @chaudharysaket in #221 - Introduce support for Ruby lambda runtime by @fallwith in #204
- Change .NET Extension example to use newly released New Relic .NET lambda layer instead of OpenTracing by @jaffinito in #222
- Add tags for logs. Introduces environment variable to configure custom attributes or other metadata when sending logs directly using Extension. Use
NR_TAGS
&NR_ENV_DELIMITER
environment variables similar to the log-ingestion-lambda to add metadata to the logs by @chaudharysaket in #224 - fix: NR_EXT log lines. Extension will not print any
NR_EXT
lines whenlogsEnabled
is false, including the startup line by @keegoid-nr in #226 - Remove debug logs which get printed for each log line. Modify confusing message log - mainLoop: blocking is confusing customer and Add payloadSize to the log message
Telemetry client error: %s, payload size: %d bytes"
by @chaudharysaket in #227
New Contributors
- @fallwith made their first contribution in #204
- @jaffinito made their first contribution in #222
- @keegoid-nr made their first contribution in #226
Full Changelog: v2.3.12...v2.3.13