-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9.0: update docs, versions and changelogs (#15481)
* [Release] update version 9.1.0 * [Release] update changelogs for 9.0 release --------- Co-authored-by: obltmachine <[email protected]> Co-authored-by: Victor Martinez <[email protected]> Co-authored-by: Carson Ip <[email protected]>
- Loading branch information
1 parent
28068bd
commit 87b6a29
Showing
5 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[[apm-release-notes-9.0]] | ||
== APM version 9.0 | ||
* <<apm-release-notes-9.0.0>> | ||
|
||
[float] | ||
[[apm-release-notes-9.0.0]] | ||
=== APM version 9.0.0 | ||
|
||
https://github.com/elastic/apm-server/compare/v\...v9.0.0[View commits] | ||
|
||
[float] | ||
==== Bug fixes | ||
- Fix overflow in validation of `apm-server.agent.config.cache.expiration` on 32-bit architectures {pull}15216[15216] | ||
|
||
[float] | ||
==== Breaking Changes | ||
|
||
[float] | ||
==== Deprecations | ||
|
||
[float] | ||
==== Intake API Changes | ||
|
||
[float] | ||
==== Added | ||
- 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 lower and more stable. See PR for benchmark details. {pull}15235[15235] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
package main | ||
|
||
// version matches the APM Server's version | ||
const version = "9.0.0" | ||
const version = "9.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
package version | ||
|
||
// Version holds the APM Server version. | ||
const Version = "9.0.0" | ||
const Version = "9.1.0" |