Skip to content

Version 1.31.0 (2022-01-18)

Compare
Choose a tag to compare
@dnwe dnwe released this 18 Jan 22:37
· 590 commits to main since this release
40ab0cd

What's Changed

πŸŽ‰ New Features / Improvements

  • feat: expose IncrementalAlterConfigs API in admin.go by @fengyinqiao in #2088
  • feat: allow AsyncProducer to have MaxOpenRequests inflight produce requests per broker by @xujianhai666 in #1686
  • Support request pipelining in AsyncProducer by @slaunay in #2094

πŸ› Fixes

  • fix(test): add fluent interface for mocks where missing by @grongor in #2080
  • fix(test): test for ConsumePartition with OffsetOldest by @grongor in #2081
  • fix: set HWMO during creation of partitionConsumer (fix incorrect HWMO before first fetch) by @grongor in #2082
  • fix: ignore non-nil but empty error strings in Describe/Alter client quotas responses by @agriffaut in #2096
  • fix: skip over KIP-482 tagged fields by @dnwe in #2107
  • fix: clear preferredReadReplica if broker shutdown by @dnwe in #2108
  • fix(test): correct wrong offsets in mock Consumer by @grongor in #2078
  • fix: correct bugs in DescribeGroupsResponse by @dnwe in #2111

πŸ”§ Maintenance

  • chore: bump runtime and test dependencies by @dnwe in #2100

πŸ“ Documentation

  • docs: refresh README.md for Kafka 3.0.0 by @dnwe in #2099

βž• Other Changes

New Contributors

Full Changelog: v1.30.1...v1.31.0