diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 304b228a1b..2aa4d7a5b0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,23 +32,15 @@ Notes: === Node.js Agent version 3.x -==== Unreleased - -[float] -===== Breaking changes - -[float] -===== Features +[[release-notes-3.41.1]] +==== 3.41.1 2022/12/21 [float] ===== Bug fixes * Fix a bug in span compression with sending spans that were buffered for - possible compression. Before this fix a compressible span could be sent - *twice* or not sent at all. ({pull}3076[#3076]) - -[float] -===== Chores + possible compression. Before this fix, in some cases a compressible span could + be sent *twice* or not sent at all. ({pull}3076[#3076]) [[release-notes-3.41.0]] diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 9a3397f5bd..fd6b92e634 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -1259,7 +1259,7 @@ views. * *Default:* `true` * *Env:* `ELASTIC_APM_SPAN_COMPRESSION_ENABLED` -Setting this option to false will disable the span compression feature. Span compression reduces the collection, processing, and storage overhead, and removes clutter from the UI. The tradeoff is that some information, such as DB statements of all the compressed spans, will not be collected. +Setting this option to false will disable the https://www.elastic.co/guide/en/apm/guide/current/span-compression.html[Span compression] feature. Span compression reduces the collection, processing, and storage overhead, and removes clutter from the UI. The tradeoff is that some information, such as DB statements of all the compressed spans, will not be collected. Example usage: diff --git a/package-lock.json b/package-lock.json index eefde0aaa5..c9a6d5e1e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "elastic-apm-node", - "version": "3.41.0", + "version": "3.41.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "elastic-apm-node", - "version": "3.41.0", + "version": "3.41.1", "license": "BSD-2-Clause", "dependencies": { "@elastic/ecs-pino-format": "^1.2.0", diff --git a/package.json b/package.json index 5d5dbf4cf5..12e3c16713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "elastic-apm-node", - "version": "3.41.0", + "version": "3.41.1", "description": "The official Elastic APM agent for Node.js", "main": "index.js", "types": "index.d.ts",