Skip to content

Commit bbe1225

Browse files
authored
Add upgrade consideration for 2.0.2 (#1505)
1 parent fa1aa03 commit bbe1225

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,16 @@ v2.0.2 is a feature release with the following features, fixes and enhancements:
3131
- Improved Serialization and Deserialization Examples.
3232
- Documentation Improvements.
3333

34-
confluent-kafka-python is based on librdkafka v2.0.2, see the
35-
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v2.0.2)
36-
for a complete list of changes, enhancements, fixes and upgrade considerations.
34+
## Upgrade considerations
35+
36+
OpenSSL 3.0.x upgrade in librdkafka requires a major version bump, as some
37+
legacy ciphers need to be explicitly configured to continue working,
38+
but it is highly recommended NOT to use them. The rest of the API remains
39+
backward compatible.
40+
41+
confluent-kafka-python is based on librdkafka 2.0.2, see the
42+
[librdkafka v2.0.0 release notes](https://github.com/edenhill/librdkafka/releases/tag/v2.0.0)
43+
and later ones for a complete list of changes, enhancements, fixes and upgrade considerations.
3744

3845
**Note: There were no v2.0.0 and v2.0.1 releases.**
3946

0 commit comments

Comments
 (0)