Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-02 | 2.8 kB | |
Version 1.45.1 (2025-03-02) source code.tar.gz | 2025-03-02 | 406.9 kB | |
Version 1.45.1 (2025-03-02) source code.zip | 2025-03-02 | 575.6 kB | |
Totals: 3 Items | 985.2 kB | 0 |
What's Changed
:tada: New Features / Improvements
- feat(producer): add MaxBufferBytes to limit retry buffer size by @wanwenli in https://github.com/IBM/sarama/pull/3088
- feat(producer): add sync pool for channel reuse by @kasimtj in https://github.com/IBM/sarama/pull/3109
- feat: exponential backoff for clients (KIP-580) by @wanwenli in https://github.com/IBM/sarama/pull/3099
:bug: Fixes
- fix(sasl): add nilguard around token to prevent panic by @hoo47 in https://github.com/IBM/sarama/pull/3076
- fix(test): consumer group fetch request messages by @stsmurf in https://github.com/IBM/sarama/pull/3081
- fix: remove redundant nil check by @knbr13 in https://github.com/IBM/sarama/pull/3089
- fix(consumer): add recovery from no leader partitions by @liutao365 in https://github.com/IBM/sarama/pull/3101
- produce: set MaxTimestamp by @rockwotj in https://github.com/IBM/sarama/pull/3108
:package: Dependency updates
- chore(deps): bump go.opentelemetry.io/otel from 1.24.0 to 1.29.0 in /examples/interceptors by @dependabot in https://github.com/IBM/sarama/pull/3071
- chore(deps): bump the otel group across 1 directory with 2 updates by @dependabot in https://github.com/IBM/sarama/pull/3072
- chore(deps): bump the golang-x group across 1 directory with 2 updates by @dependabot in https://github.com/IBM/sarama/pull/3098
:wrench: Maintenance
- chore(deps): prevent otel upgrades for now by @dnwe in https://github.com/IBM/sarama/pull/3069
- chore: add version constant for kafka 3.7.2 by @dnwe in https://github.com/IBM/sarama/pull/3073
- chore(ci): fetch kafka 4.0 via tar.gz rather than git by @dnwe in https://github.com/IBM/sarama/pull/3079
- fix(ci): tighten up github workflows by @dnwe in https://github.com/IBM/sarama/pull/3080
- chore(ci): analyse actions in codeql by @dnwe in https://github.com/IBM/sarama/pull/3085
- chore(ci): bump golangci-lint version to v1.63.4 by @dnwe in https://github.com/IBM/sarama/pull/3090
- feat(ci): add dedicated staticcheck run by @dnwe in https://github.com/IBM/sarama/pull/3091
New Contributors
- @hoo47 made their first contribution in https://github.com/IBM/sarama/pull/3076
- @stsmurf made their first contribution in https://github.com/IBM/sarama/pull/3081
- @knbr13 made their first contribution in https://github.com/IBM/sarama/pull/3089
- @liutao365 made their first contribution in https://github.com/IBM/sarama/pull/3101
- @rockwotj made their first contribution in https://github.com/IBM/sarama/pull/3108
- @kasimtj made their first contribution in https://github.com/IBM/sarama/pull/3109
Full Changelog: https://github.com/IBM/sarama/compare/v1.45.0...v1.45.1