Skip to content

v2.3.13

Compare
Choose a tag to compare
@chaudharysaket chaudharysaket released this 08 Aug 14:37
· 10 commits to main since this release
20b4f08

What's Changed

  • Update readme build step. Updated target for make command, example make dist-x86_64 and make 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 when logsEnabled 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

Full Changelog: v2.3.12...v2.3.13