Skip to content

Releases: newrelic/newrelic-lambda-extension

v2.3.4

20 Oct 16:19
90d7f5e
Compare
Choose a tag to compare

Prevents panics from occurring when request id map is accessed concurrently.

v2.3.3

23 Aug 19:53
54ccfd4
Compare
Choose a tag to compare
  • Adds faas.arn attribute
  • Disables trace.id collection by default

v2.3.2

21 Jun 20:03
ecfb40c
Compare
Choose a tag to compare
  • Fixes bug with payload trace ID meta data handling #118

v2.3.1

06 Jun 17:55
db53188
Compare
Choose a tag to compare
  • Fixes Payload Parsing EOF Error #117

v2.3.0

19 May 22:12
01dc845
Compare
Choose a tag to compare
  • Adds trace.id attribute to logs if available #113
  • Fixes agent version startup check #114

v2.2.1

30 Mar 17:15
59415ec
Compare
Choose a tag to compare

Revisions to the telemetry send to avoid duplicating telemetry, at some expense to latency.

v2.2.0

10 Mar 19:36
34d2ef3
Compare
Choose a tag to compare
  • Allow logs to be disabled via NEW_RELIC_EXTENSION_LOGS_ENABLED environment variable #105 (thanks @codylandry)

v2.1.0

20 Jan 18:23
c5c96bd
Compare
Choose a tag to compare
  • Resolves an issue where telemetry harvested during a shutdown event was lost.
  • Fixes a small memory leak
  • Improves overall latency impact by sending telemetry in parallel with handler execution

v2.0.6

05 Jan 18:58
5f308ca
Compare
Choose a tag to compare
  • Silence Errors On Agent Version Check Connectivity Issues #97

New Relic Lambda Extension v2.0.5

02 Nov 18:11
5f42a5f
Compare
Choose a tag to compare
  • Add ARM64 Architecture Build (#92)