Releases: segmentio/kafka-go
Releases · segmentio/kafka-go
v0.4.29
What's Changed
- A very very small typo by @ltearno in #845
- Every example with your own module by @robsonpeixoto in #844
- update lz4 + cleanup dependencies by @achille-roussel in #848
- remove 0.4 migration docs + other README updates by @achille-roussel in #849
- README: fix go versions compatibility documentation by @achille-roussel in #850
- Fix typo in docs by @loftiskg in #854
- add logging section to readme by @rhansen2 in #853
- Add CreateAcls Admin API support by @zirkome in #839
New Contributors
- @ltearno made their first contribution in #845
- @robsonpeixoto made their first contribution in #844
- @loftiskg made their first contribution in #854
- @zirkome made their first contribution in #839
Full Changelog: v0.4.28...v0.4.29
v0.4.28
What's Changed
- initialize joined channel in Generation by @rhansen2 in #828
- Update README.md by @tong3jie in #834
- Fix offset when a batch ends with compacted records by @nlsun and @iddqdeika in #813
New Contributors
- @tong3jie made their first contribution in #834
- @iddqdeika made their first contribution in #813
Full Changelog: v0.4.27...v0.4.28
v0.4.27
What's Changed
- performance,typo: prealloc slice for performance and fix typo by @xiekeyi98 in #816
- Do a final commit on end consumer group generation for immediate commits by @stevevls in #715
New Contributors
- @xiekeyi98 made their first contribution in #816
Full Changelog: v0.4.26...v0.4.27
v0.4.26
What's Changed
- Fix a rare panic during consumer group rebalance by @stevevls in #791
- Fix go vet issues: example tests, returning a mutex copy by @bhavanki in #783
- docs(readme): add example of using SASL with Client by @dominicbarnes in #809
- fix writer async close by @achille-roussel in #805
- remove unused variable in
create topic
example by @cssivision in #817 - fix: omit {Cluster,Topic}AuthorizedOperations by @dnwe in #821
- Skip refresh metadata for errored topic, fix #806 by @1000Delta in #820
- Revert "Nettest fix" by @rhansen2 in #824
New Contributors
- @cssivision made their first contribution in #817
- @dnwe made their first contribution in #821
- @1000Delta made their first contribution in #820
Full Changelog: v0.4.25...v0.4.26
SASL: AWS MSK IAM Support
What's Changed
- SASL Mechanism: AWS MSK IAM (making requested edits) by @dominicbarnes in #798
Full Changelog: v0.4.24...v0.4.25
v0.4.24
What's Changed
- feat(sasl): enrich authentication context with metadata by @mrolla in #725
- add port to SASL metadata by @achille-roussel in #780
- Ensure tests run under Go 1.16 by @bhavanki in #782
- document CommitOffsets behavior by @achille-roussel in #785
- Nettest fix by @rhansen2 in #788
New Contributors
Full Changelog: v0.4.23...v0.4.24
v0.4.23: Allow Writer to automatically create topics. (#775)
* set AutoCreateTopic when requesting metadata in Writer if a metadata request is made with auto create topic set, we now make a metadata request to trigger the topic creation if the topic is not already in the cache and update the cache after the request is made.