Skip to content

Version 1.42.2 (2024-02-09)

Compare
Choose a tag to compare
@dnwe dnwe released this 09 Feb 22:41
· 71 commits to main since this release
5f63a84

What's Changed

Note

The go.mod directive has been bumped to 1.18 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

🎉 New Features / Improvements

  • feat: update go directive to 1.18 by @dnwe in #2713
  • feat: return KError instead of errors in AlterConfigs and DescribeConfig by @zhuliquan in #2472

🐛 Fixes

  • fix: don't waste time for backoff on member id required error by @lzakharov in #2759
  • fix: prevent ConsumerGroup.Close infinitely locking by @maqdev in #2717

📦 Dependency updates

  • chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 by @dependabot in #2716
  • chore(deps): bump golang.org/x/sync to v0.5.0 by @dependabot in #2718
  • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.18 to 4.1.19 by @dependabot in #2739
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #2748
  • chore(deps): bump the golang-org-x group with 1 update by @dependabot in #2734
  • chore(deps): bump the golang-org-x group with 2 updates by @dependabot in #2764
  • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.19 to 4.1.21 by @dependabot in #2763
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/exactly_once by @dependabot in #2749
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/consumergroup by @dependabot in #2750
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/sasl_scram_client by @dependabot in #2751
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/interceptors by @dependabot in #2752
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/http_server by @dependabot in #2753
  • chore(deps): bump github.com/eapache/go-resiliency from 1.4.0 to 1.5.0 by @dependabot in #2745
  • chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /examples/txn_producer by @dependabot in #2754
  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.19.0 to 1.22.0 in /examples/interceptors by @dependabot in #2767
  • chore(deps): bump the golang-org-x group with 1 update by @dependabot in #2793
  • chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdoutmetric from 0.42.0 to 1.23.1 in /examples/interceptors by @dependabot in #2792

🔧 Maintenance

  • fix(examples): housekeeping of code and deps by @dnwe in #2720

➕ Other Changes

  • fix(test): retry MockBroker Listen for EADDRINUSE by @dnwe in #2721

New Contributors

Full Changelog: v1.42.1...v1.42.2