Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ To check for security updates, go to [Security announcements for the Elastic sta
%
% ### Fixes [next-fixes]

## Next [next]
% **Release date:** Month day, year
## 4.15.0 [4-15-0]
**Release date:** Oct 16, 2025

### Features and enhancements [next-features-enhancements]
### Features and enhancements [4-15-0-features-enhancements]

* Redact the `Cookie` HTTP request header by default, because it is often sensitive.

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.14.0",
"version": "4.15.0",
"description": "The official Elastic APM agent for Node.js",
"publishConfig": {
"access": "public",
Expand Down
Loading