Skip to content

v2024.07.03

Latest
Compare
Choose a tag to compare
@alex-q-chen alex-q-chen released this 03 Jul 10:19

This release cooperates with librdkafka v2.4.0 and includes the following fixes and enhancements:

  • Fixed OAuth related issues
    • OAuth callback expiration should be milliseconds instead of microseconds
    • Avoid throwing exception in KafkaClient::oauthbearerTokenRefreshCallback when OAuthBearer is not configured
    • Log error info for config issues in KafkaClient constructor
  • Added OpenSSF Scorecard analysis
  • Removed DEBUG from kafka::clients::Config
  • Removed KafkaConsumer::poll(std::chrono::milliseconds timeout, std::vector<consumer::ConsumerRecord>& output) from kafka::clients::consumer::KafkaConsumer
  • Re-organized console client tools from tools to console_clients folder
  • Updated CI platform from ubuntu-22.04 to ubuntu-24.04
  • Fixed build failures on Windows x64 and Ubuntu