|
|
|
@@ -1,3 +1,55 @@
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Mar 30 10:54:29 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.8.0:
|
|
|
|
|
* Socket options are now all set before connection (#4893).
|
|
|
|
|
* Client certificate chain is now sent when using
|
|
|
|
|
`ssl.certificate.pem` or `ssl_certificate` or
|
|
|
|
|
`ssl.keystore.location` (#4894).
|
|
|
|
|
* Avoid sending client certificates whose chain doesn't match
|
|
|
|
|
with broker trusted root certificates (#4900).
|
|
|
|
|
* Fixes to allow to migrate partitions to leaders with same
|
|
|
|
|
leader epoch, or NULL leader epoch (#4901).
|
|
|
|
|
* Support versions of OpenSSL without the ENGINE component
|
|
|
|
|
and
|
|
|
|
|
* Socket options are now all set before connection, as
|
|
|
|
|
documentation says it's needed for socket buffers to take
|
|
|
|
|
effect, even if in some cases they could have effect even
|
|
|
|
|
after connection.
|
|
|
|
|
* Fix for a Fetch regression when connecting to Apache Kafka <
|
|
|
|
|
2.7 (#4871).
|
|
|
|
|
* Fix for an infinite loop happening with cooperative-sticky
|
|
|
|
|
assignor
|
|
|
|
|
* under some particular conditions (#4800).
|
|
|
|
|
* Fix for retrieving offset commit metadata when it contains
|
|
|
|
|
* zeros and configured with `strndup`
|
|
|
|
|
* Fix for a loop of ListOffset requests, happening in a Fetch
|
|
|
|
|
From Follower
|
|
|
|
|
* scenario, if such request is made to the follower (#4616,
|
|
|
|
|
#4754, @kphelps).
|
|
|
|
|
* Fix to remove fetch queue messages that blocked the destroy
|
|
|
|
|
of rdkafka
|
|
|
|
|
* instances
|
|
|
|
|
* Upgrade Linux dependencies: OpenSSL 3.0.15, CURL 8.10.1
|
|
|
|
|
(#4875).
|
|
|
|
|
* Upgrade Windows dependencies: MSVC runtime to 14.40.338160.0,
|
|
|
|
|
* zstd 1.5.6, zlib 1.3.1, OpenSSL 3.3.2, CURL 8.10.1 (#4872).
|
|
|
|
|
* SASL/SCRAM authentication fix: avoid concatenating
|
|
|
|
|
* client side nonce once more, as it's already prepended in
|
|
|
|
|
server sent nonce (#4895).
|
|
|
|
|
* Allow retrying for status code 429 ('Too Many Requests') in
|
|
|
|
|
HTTP requests for OAUTHBEARER OIDC (#4902).
|
|
|
|
|
* KIP-460 Admin Leader Election RPC
|
|
|
|
|
* [KIP-714] Complete consumer metrics support (#4808).
|
|
|
|
|
* [KIP-714] Produce latency average and maximum metrics support
|
|
|
|
|
for parity with Java client (#4847).
|
|
|
|
|
* [KIP-848] ListConsumerGroups Admin API now has an optional
|
|
|
|
|
filter to return only groups
|
|
|
|
|
* of given types.
|
|
|
|
|
* Added Transactional id resource type for ACL operations
|
|
|
|
|
* Fix for permanent fetch errors when using a newer Fetch RPC
|
|
|
|
|
version with an older inter broker protocol (#4806).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 18 19:48:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|