You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Remove CentOS 6 and 7 support as discontinued, keeps
using manylinux_2_28 based on AlmaLinux 8 (CentOS 8)
* Remove fix for CentOS 6
* Add CHANGELOG entry
* Upgrade test and verify package creation or installation
using clients repository
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,15 @@ librdkafka v2.5.0 is a feature release.
7
7
* Fix segfault when using long client id because of erased segment when using flexver. (#4689)
8
8
* Fix for an idempotent producer error, with a message batch not reconstructed
9
9
identically when retried (#4750)
10
+
* Removed support for CentOS 6 and CentOS 7 (#4775).
10
11
12
+
## Upgrade considerations
13
+
14
+
* CentOS 6 and CentOS 7 support was removed as they reached EOL
15
+
and security patches aren't publicly available anymore.
16
+
ABI compatibility from CentOS 8 on is maintained through pypa/manylinux,
17
+
AlmaLinux based.
18
+
See also [Confluent supported OSs page](https://docs.confluent.io/platform/current/installation/versions-interoperability.html#operating-systems) (#4775).
0 commit comments