Backport 4438 to 2.2.0#4914
Conversation
|
🎉 All Contributor License Agreements have been signed. Ready to merge. |
…persisted message state (#4438)
8f9dc66 to
7ff425f
Compare
*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
and add build checks with different configurations
| IncrementalAlterConfigs API (started by @PrasanthV454, #4110). | ||
| * [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API): Add Broker-side SCRAM Config API (#4241). | ||
| * [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API): Add Broker-side SCRAM Config API (#4241). | ||
| * Fix for idempotent producer fatal errors, triggered after a possibly persisted message state (#4438). |
There was a problem hiding this comment.
The fix should go in a 2.2.1 maintenance release with only this item
There was a problem hiding this comment.
Is customer using Windows only? Otherwise we should upgrade Linux dependencies too.
There was a problem hiding this comment.
RD_KAFKA_VERSION must be changed to 020201 and version in vcpkg.json must be 2.2.1 too.
There was a problem hiding this comment.
Moved the changelog to v.2.2.1 and updated RD_KAFKA_VERSION
There was a problem hiding this comment.
Change RD_KAFKA_VERSION in rdkafkacpp.h too, please
a1156e5 to
88388fd
Compare
* Add files for lz4 1.9.4 * Update changelog.md * rdxxhash should not be in clang-format list * Add instructions and update memory alloc/free * Update instructions for lz4
* update third party dependencies * update lz4 version in the header file * update libraries for the windows build * reverting the version bump in the headers * use the latest version of curl * Update OpenSSL and add CHANGELOG.md * downgade curl version to one available via vcpkg * downgrade zlib to last available version in vcpkg * downgrade zstd to the latest available * Include CPPFLAGS within make for libcurl * Update mklove/modules/configure.libcurl * Update CHANGELOG.md --------- Co-authored-by: Milind L <[email protected]> Co-authored-by: Emanuele Sabellico <[email protected]>
* Security upgrade for OpenSSL and Curl, CVEs fixed: OpenSSL - CVE-2024-2511 - CVE-2024-4603 - CVE-2024-4741 - CVE-2024-5535 - CVE-2024-6119 CURL - CVE-2024-8096 - CVE-2024-7264 - CVE-2024-6874 - CVE-2024-6197 * Fix for curl configure failure caused by curl/curl#14373
Emanuele Sabellico (emasab)
left a comment
There was a problem hiding this comment.
Thanks Anchit, just this thing is missing.
| IncrementalAlterConfigs API (started by @PrasanthV454, #4110). | ||
| * [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API): Add Broker-side SCRAM Config API (#4241). | ||
| * [KIP-554](https://cwiki.apache.org/confluence/display/KAFKA/KIP-554%3A+Add+Broker-side+SCRAM+Config+API): Add Broker-side SCRAM Config API (#4241). | ||
| * Fix for idempotent producer fatal errors, triggered after a possibly persisted message state (#4438). |
There was a problem hiding this comment.
Change RD_KAFKA_VERSION in rdkafkacpp.h too, please
|
Updated in |
Removed 0143 test references.
Also backported #4775, #4872, #4794 to make CI pass.
Backported #4726, #4706, #4875 to upgrade linux dependencies.