Skip to content

Commit f568907

Browse files
ebeahancolleenmcginniskarenzone
authored
Changelog for 9.1.4 (#5510)
* Changelog for 9.1.4 * relocate * Update docs/release-notes/_snippets/9.1.4/index.md Co-authored-by: Karen Metts <[email protected]> --------- Co-authored-by: Colleen McGinnis <[email protected]> Co-authored-by: Karen Metts <[email protected]>
1 parent 88a27c9 commit f568907

File tree

7 files changed

+80
-0
lines changed

7 files changed

+80
-0
lines changed

changelog/9.1.4.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
version: 9.1.4
2+
entries:
3+
- kind: bug-fix
4+
summary: Reset trace links on bulk items when returning to pool
5+
description: ""
6+
component: fleet-server
7+
pr:
8+
- https://github.com/elastic/fleet-server/pull/5317
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1755810145
13+
file:
14+
name: 1755810145-Reset-trace-headers-on-bulk-items-when-returning-to-pool.yaml
15+
checksum: e95e0e1b1ea66a2c365ba00d6bd7e9def2b07ace
16+
- kind: bug-fix
17+
summary: Restore connection limiter
18+
description: |
19+
Restore connection level limiter to prevent OOM incidents.
20+
This limiter is used in addition to the request-level throttle so that once
21+
our in-flight requests reaches max_connections a 429 is returned, but if the
22+
total connections the server uses is over max_connections*1.1 the server drops
23+
the connection before the TLS handshake.
24+
component: fleet-server
25+
pr:
26+
- https://github.com/elastic/fleet-server/pull/5372
27+
issue: []
28+
impact: ""
29+
action: ""
30+
timestamp: 1756409821
31+
file:
32+
name: 1756409821-Restore-connection-limiter.yaml
33+
checksum: 7ae8e8521ecea4ac5d8944328b4ffcc51c1a609b
34+
- kind: bug-fix
35+
summary: Build fleet-server as fully static binary to restore OS matrix compatibility
36+
description: ""
37+
component: fleet-server
38+
pr:
39+
- https://github.com/elastic/fleet-server/pull/5392
40+
issue:
41+
- https://github.com/elastic/fleet-server/issues/5262
42+
impact: ""
43+
action: ""
44+
timestamp: 1756940128
45+
file:
46+
name: 1756940128-fix-binary-compilation.yaml
47+
checksum: 7d4f89d7775d01ca5c63dd022364a5eec262cae0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.1.4 [fleet-server-9.1.4-breaking-changes]
2+
3+
_No breaking changes._
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.1.4 [fleet-server-9.1.4-deprecations]
2+
3+
_No deprecations._
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## 9.1.4 [fleet-server-release-notes-9.1.4]
2+
3+
4+
5+
6+
### Fixes [fleet-server-9.1.4-fixes]
7+
8+
* Reset trace links on bulk items when returning to pool. [#5317](https://github.com/elastic/fleet-server/pull/5317)
9+
* Restore connection limiter. [#5372](https://github.com/elastic/fleet-server/pull/5372)
10+
11+
Restore connection level limiter to prevent OOM incidents.
12+
This limiter is used in addition to the request-level throttle so that when
13+
our in-flight requests reaches max_connections, a 429 is returned. If the
14+
total connections the server uses is over max_connections*1.1 the server drops
15+
the connection before the TLS handshake.
16+
17+
* 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)
18+

docs/release-notes/_snippets/breaking-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
:::{include} /release-notes/_snippets/9.1.3/breaking.md
22
:::
33

4+
:::{include} /release-notes/_snippets/9.1.3/breaking.md
5+
:::
6+
47
:::{include} /release-notes/_snippets/9.1.2/breaking.md
58
:::
69

docs/release-notes/_snippets/deprecations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.4/deprecations.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.3/deprecations.md
25
:::
36

docs/release-notes/_snippets/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.4/index.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.3/index.md
25
:::
36

0 commit comments

Comments
 (0)