Skip to content

Commit 7042576

Browse files
Changelog for 8.19.4 (#5506)
1 parent bab0ded commit 7042576

File tree

6 files changed

+57
-43
lines changed

6 files changed

+57
-43
lines changed

changelog/8.19.4.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
version: 8.19.4
2+
entries:
3+
- kind: bug-fix
4+
summary: Restore connection limiter
5+
description: |
6+
Restore connection level limiter to prevent OOM incidents.
7+
This limiter is used in addition to the request-level throttle so that once
8+
our in-flight requests reaches max_connections a 429 is returned, but if the
9+
total connections the server uses is over max_connections*1.1 the server drops
10+
the connection before the TLS handshake.
11+
component: fleet-server
12+
pr:
13+
- https://github.com/elastic/fleet-server/pull/5372
14+
issue: []
15+
impact: ""
16+
action: ""
17+
timestamp: 1756409821
18+
file:
19+
name: 1756409821-Restore-connection-limiter.yaml
20+
checksum: 7ae8e8521ecea4ac5d8944328b4ffcc51c1a609b
21+
- kind: bug-fix
22+
summary: Build fleet-server as fully static binary to restore OS matrix compatibility
23+
description: ""
24+
component: fleet-server
25+
pr:
26+
- https://github.com/elastic/fleet-server/pull/5392
27+
issue:
28+
- https://github.com/elastic/fleet-server/issues/5262
29+
impact: ""
30+
action: ""
31+
timestamp: 1756940128
32+
file:
33+
name: 1756940128-fix-binary-compilation.yaml
34+
checksum: 7d4f89d7775d01ca5c63dd022364a5eec262cae0

changelog/8.19.4/breaking.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 8.19.4 [-8.19.4-breaking-changes]
2+
3+
_No breaking changes._

changelog/8.19.4/deprecations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 8.19.4 [-8.19.4-deprecations]
2+
3+
_No deprecations._

changelog/8.19.4/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 8.19.4 [-release-notes-8.19.4]
2+
3+
4+
5+
6+
### Fixes [-8.19.4-fixes]
7+
8+
* Restore connection limiter. [#5372](https://github.com/elastic/fleet-server/pull/5372)
9+
10+
Restore connection level limiter to prevent OOM incidents.
11+
This limiter is used in addition to the request-level throttle so that once
12+
our in-flight requests reaches max_connections a 429 is returned, but if the
13+
total connections the server uses is over max_connections*1.1 the server drops
14+
the connection before the TLS handshake.
15+
16+
* Build fleet-server as fully static binary to restore OS matrix compatibility. [#5392](https://github.com/elastic/fleet-server/pull/5392) [#5262](https://github.com/elastic/fleet-server/issues/5262)
17+

changelog/fragments/1756409821-Restore-connection-limiter.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

changelog/fragments/1756940128-fix-binary-compilation.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)