Skip to content

Commit 8b96c6f

Browse files
authored
Add upgrade consideration for 2.0.2 (#1986)
* Add upgrade consideration for 2.0.2 * Better worded * No 2.0.0 and 2.0.1 releases
1 parent 57a5773 commit 8b96c6f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# 2.0.0
1+
# 2.0.2
2+
3+
## Upgrade considerations
4+
5+
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.
26

37
## Enhancements
48

9+
- References librdkafka.redist 2.0.2. Refer to the [librdkafka v2.0.0 release notes](https://github.com/edenhill/librdkafka/releases/tag/v2.0.0) and later ones for more information.
510
- Upgraded `NJsonSchema` to v10.6.3
611
- Added `LatestCompatibilityStrict` configuration property to JsonSerializerConfig to check the compatibility with latest schema
712
when `UseLatestVersion` is set to true.
@@ -23,14 +28,10 @@
2328
## Fixes
2429

2530
- During a group rebalance, partitions are now always revoked as a side effect of a call to Consume, whether or not a partitions revoked handler has been specified. Previously, if no handler was specified, the timing of when the consumer lost ownership of partitions during a rebalance was arbitrarily, frequently resulting in an erroneous state exception when committing or storing offsets.
26-
- Fixed 100% CPU usage with `DependentAdminClientBuilder`.
27-
31+
- Fixed 100% CPU usage with `DependentAdminClientBuilder`.
2832

29-
# 1.9.4
30-
31-
## Fixes
3233

33-
- References librdkafka.redist 1.9.3-RC2 which resolves a transaction related issue. Refer to the [librdkafka release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.9.3-RC2) for more information.
34+
**Note: There were no 2.0.0 and 2.0.1 releases.**
3435

3536

3637
# 1.9.3

0 commit comments

Comments
 (0)