Skip to content

Commit

Permalink
Add upgrade consideration for 2.0.2 (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
emasab committed Jan 23, 2023
1 parent fa1aa03 commit bbe1225
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ v2.0.2 is a feature release with the following features, fixes and enhancements:
- Improved Serialization and Deserialization Examples.
- Documentation Improvements.

confluent-kafka-python is based on librdkafka v2.0.2, see the
[librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v2.0.2)
for a complete list of changes, enhancements, fixes and upgrade considerations.
## Upgrade considerations

OpenSSL 3.0.x upgrade in librdkafka requires a major version bump, as some
legacy ciphers need to be explicitly configured to continue working,
but it is highly recommended NOT to use them. The rest of the API remains
backward compatible.

confluent-kafka-python is based on librdkafka 2.0.2, see the
[librdkafka v2.0.0 release notes](https://github.com/edenhill/librdkafka/releases/tag/v2.0.0)
and later ones for a complete list of changes, enhancements, fixes and upgrade considerations.

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

Expand Down

0 comments on commit bbe1225

Please sign in to comment.