Skip to content

Commit 8b10072

Browse files
committed
Release v2.16.4
1 parent a202491 commit 8b10072

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
99

10+
## 2.16.4 (2026-07-14)
11+
12+
This release contains a number of fixes for various smaller but annoying bugs, including one regression regarding API
13+
authentication with certain HTTP client libraries. It also ensures that Icinga 2 is compatible with newer OpenSSL
14+
versions.
15+
16+
### Bugfixes
17+
18+
* Track objects deleted at runtime to avoid erroneous recreation when processing the replay log (#10933)
19+
* Ensure that connecting to endpoints can no longer hang indefinitely, which had stopped it from
20+
initiating further connection attempts until Icinga 2 was restarted (#10929)
21+
* Fix a regression introduced with v2.16.0, that broke API authentication for clients
22+
that only send HTTP Basic Auth credentials after the server requested them (#10927)
23+
* Improve locking of performance data arrays to prevent possible deadlocks (#10930)
24+
* Fix high response latency with multiple API requests targeting non-existent hosts or services (#10928)
25+
26+
### Enhancements and Documentation
27+
28+
* Add support for OpenSSL 4.0 (#10934)
29+
* Remove Amazon Linux 2 from the documentation after it has reached its end of life (#10935)
30+
1031
## 2.16.3 (2026-07-01)
1132

1233
This is a hotfix release that fixes a regression with the `Json.decode()` DSL function that was introduced in v2.16.2:

ICINGA2_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.16.3
1+
Version: 2.16.4
22
Revision: 1

0 commit comments

Comments
 (0)