Skip to content

Commit

Permalink
release 4.3.0 (#3776)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Dec 5, 2023
1 parent f0e016b commit 1287fd2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
23 changes: 5 additions & 18 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[[release-notes-4.3.0]]
==== 4.3.0 - 2023/12/05
[float]
===== Features
Expand All @@ -47,6 +46,9 @@ See the <<upgrade-to-v4>> guide.
[float]
===== Bug fixes
* Fix the dependency version range for `@elastic/ecs-pino-format`.
({issues}3774[#3774])
[float]
===== Chores
Expand All @@ -57,21 +59,6 @@ See the <<upgrade-to-v4>> guide.
`debug`. There is no need to clutter the log output with this message.
({issues}3748[#3748])
==== Unreleased
[float]
===== Breaking changes
[float]
===== Features
[float]
===== Bug fixes
[float]
===== Chores
* Explicitly mark this package as being of type="commonjs". The experimental
`node --experimental-default-type=module ...` option
https://nodejs.org/en/blog/release/v20.10.0#--experimental-default-type-flag-to-flip-module-defaults[added in Node.js v20.10.0]
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ The value should include a time suffix ('m' for minutes, 's' for seconds, or
[[apm-client-headers]]
==== `apmClientHeaders`

[small]#Added in: REPLACEME#
[small]#Added in: v4.3.0#

* *Type:* Object
* *Env:* `ELASTIC_APM_APM_CLIENT_HEADERS`
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic-apm-node",
"version": "4.2.0",
"version": "4.3.0",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down

0 comments on commit 1287fd2

Please sign in to comment.