Releases: segmentio/kafka-go
Releases · segmentio/kafka-go
sasl/aws_msk_iam/v0.1.0: Use buffer pool for decompressed buffer (#1063)
* Use buffer pool for decompressed buffer * Address review comments
v0.4.38
v0.4.37
v0.4.36
What's Changed
- Fix aws_msk_iam_v2 module Authentication failure bug by @kikyomits in #977
- Use faster gzip package by @klauspost in #982
- Refactor Consumer Group to use Client by @rhansen2 in #947
- #726 make kafka reader message ReadBatchTimeout configurable by @moogacs in #989
- Refine err msg in SetOffsetAt() by @haorenfsa in #1001
- Support for offsetdelete by @a-dot in #1010
- compress/snappy: configurable compression level by @chriso in #1014
- Support metadata request v6 by @mtkopone in #1013
- change writer retries stat from summary to counter by @achille-roussel in #1008
- use useSyncCommits by @wsy6543 in #1017
- Add WriteBackoffMin/Max config to Writer by @halkar in #1015
New Contributors
- @klauspost made their first contribution in #982
- @moogacs made their first contribution in #989
- @haorenfsa made their first contribution in #1001
- @a-dot made their first contribution in #1010
- @chriso made their first contribution in #1014
- @mtkopone made their first contribution in #1013
- @wsy6543 made their first contribution in #1017
- @halkar made their first contribution in #1015
Full Changelog: v0.4.35...v0.4.36
v0.4.35
What's Changed
- fix issue 971 by @achille-roussel in #973
- Update WriteErrors error message by @mhmtszr in #964
- feat(reader): handle io.ErrNoProgress more gracefully by @dominicbarnes in #941
New Contributors
Full Changelog: v0.4.34...v0.4.35
v0.4.34
What's Changed
- Updated Writer and Reader docs to show use of multiple brokers. by @lakamsani in #959
- feat: added aws-sdk-go-v2 IAM Mechanism for MSK authentication by @kikyomits in #937
New Contributors
- @lakamsani made their first contribution in #959
- @kikyomits made their first contribution in #937
Full Changelog: v0.4.33...v0.4.34
v0.4.33
What's Changed
- add consumer group apis to client by @rhansen2 in #943
- Update go dependencies by @mswathi-tw in #945
- fix typos in group structs by @rhansen2 in #946
- protocol: Use standardized result type checking by @nlsun in #942
- fix(protocol): fix type assertion error by @kscooo in #931
- re-order protocol/joingroup response fields by @rhansen2 in #949
New Contributors
- @mswathi-tw made their first contribution in #945
- @kscooo made their first contribution in #931
Full Changelog: v0.4.32...v0.4.33
v0.4.32
What's Changed
- fix: don't assume the header count will be positive by @achille-roussel in #882
- improve issue templates by @achille-roussel in #883
- Fix Transport SASL configuration by @PzaThief in #885
- upgrade github.com/klauspost/compress to v1.15.1 and remove the need for runtime finalizers by @achille-roussel in #889
- Bring the list of error codes up to date by @freeformz in #902
- Add "human readable" description for offset in reader logs by @wwade in #893
- build: add golangci-lint to circleci config by @dominicbarnes in #907
- ReferenceHash balancer by @fracasula in #906
- Fix typo in Writer fields documentation by @angristan in #916
- enable errorlint linter and fix issues by @dominicbarnes in #914
- feat: reuse decompressed buffer to avoid allocating buffer whenever a batch is read. Fixes #909 by @vmihailenco in #920
- fix: handle error in response by @rhansen2 in #925
- Reader: allow config to return OffsetOutOfRange errors by @dominicbarnes in #917
New Contributors
- @freeformz made their first contribution in #902
- @wwade made their first contribution in #893
- @fracasula made their first contribution in #906
- @angristan made their first contribution in #916
Full Changelog: v0.4.31...v0.4.32
v0.4.31
What's Changed
- Fix logger example by @route in #871
- Fixes tiny typo by @PzaThief in #875
- Add the field to avoid creating missing topic. by @kislerdm in #873
- Improving some internal error-handling by @dominicbarnes in #846
- support saslAuthenticate v0 in protocol package by @rhansen2 in #869
New Contributors
- @route made their first contribution in #871
- @PzaThief made their first contribution in #875
- @kislerdm made their first contribution in #873
Full Changelog: v0.4.30...v0.4.31