File tree Expand file tree Collapse file tree 7 files changed +80
-0
lines changed
docs/release-notes/_snippets Expand file tree Collapse file tree 7 files changed +80
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ ## 9.1.4 [ fleet-server-9.1.4-breaking-changes]
2+
3+ _ No breaking changes._
Original file line number Diff line number Diff line change 1+ ## 9.1.4 [ fleet-server-9.1.4-deprecations]
2+
3+ _ No deprecations._
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ :::{include} /release-notes/_ snippets/9.1.4/deprecations.md
2+ :::
3+
14:::{include} /release-notes/_ snippets/9.1.3/deprecations.md
25:::
36
Original file line number Diff line number Diff line change 1+ :::{include} /release-notes/_ snippets/9.1.4/index.md
2+ :::
3+
14:::{include} /release-notes/_ snippets/9.1.3/index.md
25:::
36
You can’t perform that action at this time.
0 commit comments