|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 1.42.1 (2023-11-07) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +### :bug: Fixes |
| 7 | +* fix: make fetchInitialOffset use correct protocol by @dnwe in https://github.com/IBM/sarama/pull/2705 |
| 8 | +* fix(config): relax ClientID validation after 1.0.0 by @dnwe in https://github.com/IBM/sarama/pull/2706 |
| 9 | + |
| 10 | +**Full Changelog**: https://github.com/IBM/sarama/compare/v1.42.0...v1.42.1 |
| 11 | + |
| 12 | +## Version 1.42.0 (2023-11-02) |
| 13 | + |
| 14 | +## What's Changed |
| 15 | +### :bug: Fixes |
| 16 | +* Asynchronously close brokers during a RefreshBrokers by @bmassemin in https://github.com/IBM/sarama/pull/2693 |
| 17 | +* Fix data race on Broker.done channel by @prestona in https://github.com/IBM/sarama/pull/2698 |
| 18 | +* fix: data race in Broker.AsyncProduce by @lzakharov in https://github.com/IBM/sarama/pull/2678 |
| 19 | +* Fix default retention time value in offset commit by @prestona in https://github.com/IBM/sarama/pull/2700 |
| 20 | +* fix(txmgr): ErrOffsetsLoadInProgress is retriable by @dnwe in https://github.com/IBM/sarama/pull/2701 |
| 21 | +### :wrench: Maintenance |
| 22 | +* chore(ci): improve ossf scorecard result by @dnwe in https://github.com/IBM/sarama/pull/2685 |
| 23 | +* chore(ci): add kafka 3.6.0 to FVT and versions by @dnwe in https://github.com/IBM/sarama/pull/2692 |
| 24 | +### :heavy_plus_sign: Other Changes |
| 25 | +* chore(ci): ossf scorecard.yml by @dnwe in https://github.com/IBM/sarama/pull/2683 |
| 26 | +* fix(ci): always run CodeQL on every commit by @dnwe in https://github.com/IBM/sarama/pull/2689 |
| 27 | +* chore(doc): add OpenSSF Scorecard badge by @dnwe in https://github.com/IBM/sarama/pull/2691 |
| 28 | + |
| 29 | +## New Contributors |
| 30 | +* @bmassemin made their first contribution in https://github.com/IBM/sarama/pull/2693 |
| 31 | +* @lzakharov made their first contribution in https://github.com/IBM/sarama/pull/2678 |
| 32 | + |
| 33 | +**Full Changelog**: https://github.com/IBM/sarama/compare/v1.41.3...v1.42.0 |
| 34 | + |
| 35 | +## Version 1.41.3 (2023-10-17) |
| 36 | + |
| 37 | +## What's Changed |
| 38 | +### :bug: Fixes |
| 39 | +* fix: pre-compile regex for parsing kafka version by @qshuai in https://github.com/IBM/sarama/pull/2663 |
| 40 | +* fix(client): ignore empty Metadata responses when refreshing by @HaoSunUber in https://github.com/IBM/sarama/pull/2672 |
| 41 | +### :package: Dependency updates |
| 42 | +* chore(deps): bump the golang-org-x group with 2 updates by @dependabot in https://github.com/IBM/sarama/pull/2661 |
| 43 | +* chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in https://github.com/IBM/sarama/pull/2671 |
| 44 | +### :memo: Documentation |
| 45 | +* fix(docs): correct topic name in rebalancing strategy example by @maksadbek in https://github.com/IBM/sarama/pull/2657 |
| 46 | + |
| 47 | +## New Contributors |
| 48 | +* @maksadbek made their first contribution in https://github.com/IBM/sarama/pull/2657 |
| 49 | +* @qshuai made their first contribution in https://github.com/IBM/sarama/pull/2663 |
| 50 | + |
| 51 | +**Full Changelog**: https://github.com/IBM/sarama/compare/v1.41.2...v1.41.3 |
| 52 | + |
| 53 | +## Version 1.41.2 (2023-09-12) |
| 54 | + |
| 55 | +## What's Changed |
| 56 | +### :tada: New Features / Improvements |
| 57 | +* perf: Alloc records in batch by @ronanh in https://github.com/IBM/sarama/pull/2646 |
| 58 | +### :bug: Fixes |
| 59 | +* fix(consumer): guard against nil client by @dnwe in https://github.com/IBM/sarama/pull/2636 |
| 60 | +* fix(consumer): don't retry session if ctx canceled by @dnwe in https://github.com/IBM/sarama/pull/2642 |
| 61 | +* fix: use least loaded broker to refresh metadata by @HaoSunUber in https://github.com/IBM/sarama/pull/2645 |
| 62 | +### :package: Dependency updates |
| 63 | +* chore(deps): bump the golang-org-x group with 1 update by @dependabot in https://github.com/IBM/sarama/pull/2641 |
| 64 | + |
| 65 | +## New Contributors |
| 66 | +* @HaoSunUber made their first contribution in https://github.com/IBM/sarama/pull/2645 |
| 67 | + |
| 68 | +**Full Changelog**: https://github.com/IBM/sarama/compare/v1.41.1...v1.41.2 |
| 69 | + |
| 70 | +## Version 1.41.1 (2023-08-30) |
| 71 | + |
| 72 | +## What's Changed |
| 73 | +### :bug: Fixes |
| 74 | +* fix(proto): handle V3 member metadata and empty owned partitions by @dnwe in https://github.com/IBM/sarama/pull/2618 |
| 75 | +* fix: make clear that error is configuration issue not server error by @hindessm in https://github.com/IBM/sarama/pull/2628 |
| 76 | +* fix(client): force Event Hubs to use V1_0_0_0 by @dnwe in https://github.com/IBM/sarama/pull/2633 |
| 77 | +* fix: add retries to alter user scram creds by @hindessm in https://github.com/IBM/sarama/pull/2632 |
| 78 | +### :wrench: Maintenance |
| 79 | +* chore(lint): bump golangci-lint and tweak config by @dnwe in https://github.com/IBM/sarama/pull/2620 |
| 80 | +### :memo: Documentation |
| 81 | +* fix(doc): add missing doc for mock consumer by @hsweif in https://github.com/IBM/sarama/pull/2386 |
| 82 | +* chore(proto): doc CreateTopics/JoinGroup fields by @dnwe in https://github.com/IBM/sarama/pull/2627 |
| 83 | +### :heavy_plus_sign: Other Changes |
| 84 | +* chore(gh): add new style issue templates by @dnwe in https://github.com/IBM/sarama/pull/2624 |
| 85 | + |
| 86 | + |
| 87 | +**Full Changelog**: https://github.com/IBM/sarama/compare/v1.41.0...v1.41.1 |
| 88 | + |
3 | 89 | ## Version 1.41.0 (2023-08-21)
|
4 | 90 |
|
5 | 91 | ## What's Changed
|
|
0 commit comments