Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
14 changes: 5 additions & 9 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
---
navigation_title: "Elastic APM"
navigation_title: "Breaking changes"
---

# Elastic APM breaking changes

Before you upgrade, carefully review the Elastic APM breaking changes and take the necessary steps to mitigate any issues.

% To learn how to upgrade, check out <uprade docs>.
# Elastic APM breaking changes [elastic-apm-breaking-changes]
Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elastic APM breaking changes and take the necessary steps to mitigate any issues. To learn how to upgrade, check out [Upgrade](docs-content://solutions/observability/apps/upgrade.md).

% ## Next version

Expand All @@ -19,9 +16,8 @@ Before you upgrade, carefully review the Elastic APM breaking changes and take t
% **Action**<br> Steps for mitigating deprecation impact.
% ::::

## 9.0.0 [9-0-0]

**Release date:** March 25, 2025
## 9.0.0 [elastic-apm-900-breaking-changes]
**Release date:** April 2, 2025

::::{dropdown} Change server information endpoint "/" to only accept GET and HEAD requests
This will surface any agent misconfiguration causing data to be sent to `/` instead of the correct endpoint (for example, `/v1/traces` for OTLP/HTTP).
Expand Down
29 changes: 0 additions & 29 deletions docs/release-notes/deprecations.md

This file was deleted.

7 changes: 3 additions & 4 deletions docs/release-notes/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
mapped_pages:
- https://www.elastic.co/guide/en/observability/current/apm-known-issues.html

navigation_title: "Elastic APM"
navigation_title: "Known issues"
---

# Elastic APM known issues
# Elastic APM known issues [elastic-apm-known-issues]
Known issues are significant defects or limitations that may impact your implementation. These issues are actively being worked on and will be addressed in a future release. Review the Elastic APM known issues to help you make informed decisions, such as upgrading to a new version.

% Use the following template to add entries to this page.

Expand All @@ -21,8 +22,6 @@ navigation_title: "Elastic APM"

:::

APM has the following known issues:

:::{dropdown} prefer_ilm required in component templates to create custom lifecycle policies

*Elastic Stack versions: 8.15.1+*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ mapped_pages:
- https://www.elastic.co/guide/en/observability/master/release-notes-head.html
---

# Elastic APM release notes

# Elastic APM release notes [elastic-apm-release-notes]
Review the changes, fixes, and more in each version of Elastic APM.

To check for security updates, go to [Security announcements for the Elastic stack](https://discuss.elastic.co/c/announcements/security-announcements/31).
Expand All @@ -21,15 +20,12 @@ To check for security updates, go to [Security announcements for the Elastic sta

% ### Fixes [elastic-apm-next-fixes]

## 9.0.0 [9-0-0]

## 9.0.0 [elastic-apm-nodejs-agent-900-release-notes]
**Release date:** March 25, 2025

### Features and enhancements [9-0-0-features-enhancements]

### Features and enhancements [elastic-apm-nodejs-agent-900-features-enhancements]
* **Tail-based sampling**: Storage layer is rewritten to use Pebble database instead of BadgerDB. The new implementation offers a substantial throughput increase while consuming significantly less memory. Disk usage is significantly lower and more stable. See APM [Transaction sampling](docs-content://solutions/observability/apps/transaction-sampling.md) docs for benchmark details. ([#15235](https://github.com/elastic/apm-server/pull/15235))

### Fixes [9-0-0-fixes]

### Fixes [elastic-apm-nodejs-agent-900-fixes]
* Fix overflow in validation of `apm-server.agent.config.cache.expiration` on 32-bit architectures. ([#15216](https://github.com/elastic/apm-server/pull/15216))
* Change permissions of `apm-server.yml` in `tar.gz` artifacts to `0600`. ([#15627](https://github.com/elastic/apm-server/pull/15627))
2 changes: 1 addition & 1 deletion docs/release-notes/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
toc:
- file: index.md
- file: release-notes.md
- file: known-issues.md
- file: breaking-changes.md
- file: deprecations.md
Loading