Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-21 | 2.3 kB | |
Version 1.45.2 (2025-05-28) source code.tar.gz | 2025-05-21 | 407.7 kB | |
Version 1.45.2 (2025-05-28) source code.zip | 2025-05-21 | 577.5 kB | |
Totals: 3 Items | 987.5 kB | 0 |
What's Changed
:bug: Fixes
- fix(decoder): use configurable limit for max number of records in a record batch by @rmb938 in https://github.com/IBM/sarama/pull/3120
- fix: ensure mock SyncProducer's SendMessage returns msg.Partition instead of 0 by @magiusdarrigo in https://github.com/IBM/sarama/pull/3122
- fix: send null instead of empty string when describing default client quotas by @petedannemann in https://github.com/IBM/sarama/pull/3128
- fix: improve getMetricName performance by @boekkooi-impossiblecloud in https://github.com/IBM/sarama/pull/3156
:package: Dependency updates
- chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by @dependabot in https://github.com/IBM/sarama/pull/3103
- chore(deps): bump the golang-x group across 6 directories with 1 update by @dependabot in https://github.com/IBM/sarama/pull/3114
- chore(deps): bump the golang-x group across 7 directories with 2 updates by @dependabot in https://github.com/IBM/sarama/pull/3121
- chore(deps): bump the go_modules group across 7 directories with 1 update by @dependabot in https://github.com/IBM/sarama/pull/3148
- chore(deps): bump the go_modules group across 7 directories with 1 update by @dependabot in https://github.com/IBM/sarama/pull/3157
- chore(deps): bump golang.org/x/sync from 0.12.0 to 0.14.0 in the golang-x group across 1 directory by @dependabot in https://github.com/IBM/sarama/pull/3161
:heavy_plus_sign: Other Changes
- chore: bump minimum Go version to 1.23.0 by @dnwe in https://github.com/IBM/sarama/pull/3113
- fix(ci): bump golangci-lint to v2 by @dnwe in https://github.com/IBM/sarama/pull/3160
New Contributors
- @rmb938 made their first contribution in https://github.com/IBM/sarama/pull/3120
- @magiusdarrigo made their first contribution in https://github.com/IBM/sarama/pull/3122
- @petedannemann made their first contribution in https://github.com/IBM/sarama/pull/3128
- @renovate made their first contribution in https://github.com/IBM/sarama/pull/3155
- @boekkooi-impossiblecloud made their first contribution in https://github.com/IBM/sarama/pull/3156
Full Changelog: https://github.com/IBM/sarama/compare/v1.45.1...v1.45.2