PackageTrack
Sign in Get early access

github.com/IBM/sarama

v1.60.2 IBM/sarama

What this package is like to depend on

Last release today

23 Aug 2026

Ships on a steady schedule

a new release about every 9 days

Most releases are documented

notes for 42 of 60 stable releases

Nothing withdrawn

no release was ever pulled

12 years old

552 releases · first in 2014

318 releases in the last 12 months

see the full history below

Release timeline

552 releases · Nov 2014 to Aug 2026
2015 2017 2019 2021 2023 2025
Release Pre-release

Releases

latest 60 of 552
  1. v1.60.2 23 Aug 2026
    Release notes

    What's Changed

    🐛 Fixes

    • fix: correct JoinGroup v8 selection threshold to V3_2_0_0 by @mpicque in #3722

    📦 Dependency updates

    • chore(deps): bump github.com/klauspost/compress from 1.19.1 to 1.19.2 by @dependabot[bot] in #3706
    • chore(deps): bump github.com/pierrec/lz4/v4 from 4.1.27 to 4.1.28 by @dependabot[bot] in #3705
    • chore(deps): update module golang.org/x/crypto to v0.55.0 by @renovate[bot] in #3707
    • fix(deps): update module github.com/stretchr/testify to v1.12.0 by @renovate[bot] in #3713
    • fix(deps): update module github.com/stretchr/testify to v1.12.1 by @renovate[bot] in #3719
    • fix(deps): update module github.com/pierrec/lz4/v4 to v4.1.29 by @renovate[bot] in #3718
    • fix(deps): update module golang.org/x/net to v0.58.0 by @renovate[bot] in #3708
    • chore(deps): update docker/setup-buildx-action action to v4.3.0 by @renovate[bot] in #3726

    🔧 Maintenance

    • chore(ci): update linters for Go 1.27 by @dnwe in #3725

    New Contributors

    Full Changelog: v1.60.1...v1.60.2

    Open source →
  2. v1.60.2-0.20260818105928-bd98b3aec677 18 Aug 2026 pre-release

    Nothing published for this version

  3. v1.60.2-0.20260811102041-649156cb0ead 11 Aug 2026 pre-release

    Nothing published for this version

  4. v1.60.1 29 Jul 2026
    Release notes

    What's Changed

    🎉 New Features / Improvements

    • feat(consumer): add rebalance protocol plumbing by @dnwe in #3670
    • feat: add Kafka versions 4.1.2, 4.2.1 and 4.3.1 by @dnwe in #3675
    • feat: raise default Kafka version to 2.8.0 by @dnwe in #3676
    • feat(consumer): add cooperative sticky assignor by @dnwe in #3671
    • feat: add TransactionClusterAdmin for KIP-664 detection APIs by @adrian-januzi in #3669
    • feat(offset): commit revoked partitions on cooperative rebalance by @dnwe in #3688

    🐛 Fixes

    • fix(consumer): preserve pauses across reassignment by @dnwe in #3681
    • fix(producer): wake stranded brokerProducer when partition unmutes by @dnwe in #3692

    📦 Dependency updates

    • fix(deps): update module github.com/klauspost/compress to v1.19.1 by @renovate[bot] in #3649
    • chore(deps): update ossf/scorecard-action action to v2.4.4 by @renovate[bot] in #3683

    🔧 Maintenance

    • refactor(consumer): separate join and sync round by @dnwe in #3680

    New Contributors

    Full Changelog: v1.60.0...v1.60.1

    Open source →
  5. v1.60.1-0.20260729150908-3e29cc9573c6 29 Jul 2026 pre-release

    Nothing published for this version

  6. v1.60.1-0.20260729150718-282cd4884077 29 Jul 2026 pre-release

    Nothing published for this version

  7. v1.60.1-0.20260726180925-e2b4bdccd0be 26 Jul 2026 pre-release

    Nothing published for this version

  8. v1.60.1-0.20260726134131-b49108d365df 26 Jul 2026 pre-release

    Nothing published for this version

  9. v1.60.1-0.20260726090443-7bda1f20469a 26 Jul 2026 pre-release

    Nothing published for this version

  10. v1.60.1-0.20260724170535-a0989acb8a4f 24 Jul 2026 pre-release

    Nothing published for this version

  11. v1.60.1-0.20260724084421-a7fc5fdab031 24 Jul 2026 pre-release

    Nothing published for this version

  12. v1.60.1-0.20260721224602-49aed930330a 21 Jul 2026 pre-release

    Nothing published for this version

  13. v1.60.1-0.20260721222623-44147ce7ee61 21 Jul 2026 pre-release

    Nothing published for this version

  14. v1.60.1-0.20260720200246-d70338b45707 20 Jul 2026 pre-release

    Nothing published for this version

  15. v1.60.1-0.20260720150647-df313d5dbcb7 20 Jul 2026 pre-release

    Nothing published for this version

  16. v1.60.1-0.20260717180432-a15eb5ed4193 17 Jul 2026 pre-release

    Nothing published for this version

  17. v1.60.1-0.20260717154232-9ed7afd61569 17 Jul 2026 pre-release

    Nothing published for this version

  18. v1.60.1-0.20260715142339-0d0945265717 15 Jul 2026 pre-release

    Nothing published for this version

  19. v1.60.1-0.20260713195721-937191701d73 13 Jul 2026 pre-release

    Nothing published for this version

  20. v1.60.0 13 Jul 2026
    Release notes

    What's Changed

    🎉 New Features / Improvements

    • feat: support Metadata V11 by @dnwe in #3636
    • feat: support Produce V10 by @dnwe in #3637
    • feat: support DescribeProducers v0 by @dnwe in #3659
    • feat: support DescribeTransactions v0 by @dnwe in #3661
    • feat: support int64 arrays in flexible protocol by @dnwe in #3662
    • feat: support ListTransactions v0 and v1 by @dnwe in #3663
    • feat: more flexible protocols for kafka28 parity by @dnwe in #3664
    • feat: support KIP-516 topic ids by @dnwe in #3666

    🐛 Fixes

    • fix: correct fetch v12 tagged struct encoding by @dnwe in #3638
    • fix: map new metadata request v8 to kafka 2.3.0 by @fereidani in #3642
    • fix: handle zstd encoder and decoder construction errors by @fereidani in #3643
    • fix: release retry mute on shutdown handoff by @dnwe in #3645
    • fix: order non-idempotent connection retries by @dnwe in #3644

    📦 Dependency updates

    • chore(deps): bump the golang-x group across 1 directory with 3 updates by @dependabot[bot] in #3660
    • chore(deps): update docker/setup-buildx-action action to v4.2.0 by @renovate[bot] in #3658
    • chore(deps): update docker/bake-action action to v7.3.0 by @renovate[bot] in #3652
    • chore(deps): bump github.com/klauspost/compress from 1.18.6 to 1.19.0 by @dependabot[bot] in #3651
    • chore(deps): update golangci/golangci-lint-action action to v9.3.0 by @renovate[bot] in #3648

    ➕ Other Changes

    New Contributors

    Full Changelog: v1.50.3...v1.60.0

    Open source →
  21. v1.50.4-0.20260713152826-ba6e7ba5d38f 13 Jul 2026 pre-release

    Nothing published for this version

  22. v1.50.4-0.20260713103849-e114241fc68e 13 Jul 2026 pre-release

    Nothing published for this version

  23. v1.50.4-0.20260710063607-040863b76680 10 Jul 2026 pre-release

    Nothing published for this version

  24. v1.50.4-0.20260626215711-6aaff07e5f80 26 Jun 2026 pre-release

    Nothing published for this version

  25. v1.50.4-0.20260625055914-89e58a4df16b 25 Jun 2026 pre-release

    Nothing published for this version

  26. v1.50.4-0.20260618194057-fd8b323113b9 18 Jun 2026 pre-release

    Nothing published for this version

  27. v1.50.4-0.20260616110654-ceac95ef41c3 16 Jun 2026 pre-release

    Nothing published for this version

  28. v1.50.4-0.20260615200025-b46903789788 15 Jun 2026 pre-release

    Nothing published for this version

  29. v1.50.3 15 Jun 2026
    Release notes

    What's Changed

    🎉 New Features / Improvements

    • feat: support Fetch v12 by @dnwe in #3609
    • feat: support CreateTopics v6 by @dnwe in #3622
    • feat: support DeleteTopics v5 by @dnwe in #3624
    • feat: support AddPartitionsToTxn v3 by @hindessm in #3625
    • feat: support Produce v9 by @dnwe in #3629
    • feat: support CreatePartitions v3 by @dnwe in #3631
    • feat: expose broker features from ApiVersions v3 by @dnwe in #3633
    • feat: support UpdateFeatures by @dnwe in #3632
    • feat: add OnAssignmentBalanceStrategy, the onAssignment half of the assignor contract by @lizthegrey in #3627
    • feat: support ApiVersions V4 and discover upgradable features in test by @dnwe in #3634

    🐛 Fixes

    • fix: avoid makeslice "len out of range" panics on invalid response by @hindessm in #3612
    • fix: avoid makeslice panic in request decode too by @dnwe in #3613
    • fix(test): wait for leaders after topic create by @dnwe in #3623
    • fix(consumer): don't panic on requeue after unref by @dnwe in #3630

    📦 Dependency updates

    • chore(deps): update golang-x to v0.53.0 by @renovate[bot] in #3618
    • fix(deps): update module golang.org/x/sys to v0.46.0 - autoclosed by @renovate[bot] in #3617
    • fix(deps): update module golang.org/x/sync to v0.21.0 by @renovate[bot] in #3616
    • fix(deps): update module golang.org/x/net to v0.56.0 by @renovate[bot] in #3626

    🔧 Maintenance

    • chore: update default Kafka version to 2.6 by @dnwe in #3608
    • chore: more protocol version placeholders by @hindessm in #3610
    • chore: extend fuzz testing to more types by @dnwe in #3614
    • chore: clean up Int32 array encode/decode by @hindessm in #3619
    • chore: apply Go's modernize fixes by @dnwe in #3621

    Full Changelog: v1.50.2...v1.50.3

    Open source →
  30. v1.50.3-0.20260612104837-d39f8ea185ed 12 Jun 2026 pre-release

    Nothing published for this version

  31. v1.50.3-0.20260612060823-b7d610681e9c 12 Jun 2026 pre-release

    Nothing published for this version

  32. v1.50.3-0.20260611191203-fdbaec72a260 11 Jun 2026 pre-release

    Nothing published for this version

  33. v1.50.3-0.20260611142539-277248f81dec 11 Jun 2026 pre-release

    Nothing published for this version

  34. v1.50.3-0.20260610213919-ce73e81cd1a2 10 Jun 2026 pre-release

    Nothing published for this version

  35. v1.50.3-0.20260610080653-832cb9765b9c 10 Jun 2026 pre-release

    Nothing published for this version

  36. v1.50.3-0.20260609201719-9e2ec4cfea14 09 Jun 2026 pre-release

    Nothing published for this version

  37. v1.50.3-0.20260609094422-1ae399f54b57 09 Jun 2026 pre-release

    Nothing published for this version

  38. v1.50.3-0.20260609001906-22c40d629b58 09 Jun 2026 pre-release

    Nothing published for this version

  39. v1.50.3-0.20260608170140-7c4ea48a9931 08 Jun 2026 pre-release

    Nothing published for this version

  40. v1.50.3-0.20260608062953-0931fbcfcac8 08 Jun 2026 pre-release

    Nothing published for this version

  41. v1.50.3-0.20260607090705-aace125f9de5 07 Jun 2026 pre-release

    Nothing published for this version

  42. v1.50.3-0.20260606184905-1e0dcb3e8098 06 Jun 2026 pre-release

    Nothing published for this version

  43. v1.50.3-0.20260605204009-2fea18ce9ebc 05 Jun 2026 pre-release

    Nothing published for this version

  44. v1.50.2 05 Jun 2026
    Release notes

    What's Changed

    🎉 New Features / Improvements

    • feat(consumer): add support for SyncGroupRequest/Response v5 (KIP-559) by @dnwe in #3591
    • feat(txn): add protocol support for TxnOffsetCommit v3 by @dnwe in #3592
    • feat(txn): support consumer group metadata in TxnOffsetCommit v3 by @dnwe in #3593
    • feat(admin): add protocol support for DeleteRecords v2 (KIP-482) by @dnwe in #3594
    • feat(protocol): add support for DescribeConfigs v3 and v4 by @dnwe in #3596
    • feat(admin): add DescribeConfigs for multiple resources by @dnwe in #3600
    • feat(consumer): option to cap decompressed batch size by @dnwe in #3604

    🐛 Fixes

    • fix(admin): retry ACL and SCRAM ops on stale controller by @dnwe in #3598

    📦 Dependency updates

    • fix(deps): update module github.com/pierrec/lz4/v4 to v4.1.27 by @renovate[bot] in #3597

    Full Changelog: v1.50.1...v1.50.2

    Open source →
  45. v1.50.2-0.20260603211513-f6d1c191dcd6 03 Jun 2026 pre-release

    Nothing published for this version

  46. v1.50.2-0.20260603183651-3b4f72dcc7e1 03 Jun 2026 pre-release

    Nothing published for this version

  47. v1.50.2-0.20260602151437-23ebd0698834 02 Jun 2026 pre-release

    Nothing published for this version

  48. v1.50.2-0.20260601201323-45b4840aa51a 01 Jun 2026 pre-release

    Nothing published for this version

  49. v1.50.2-0.20260531110850-94ffb2bafeca 31 May 2026 pre-release

    Nothing published for this version

  50. v1.50.2-0.20260530104440-1b1752194f3a 30 May 2026 pre-release

    Nothing published for this version

  51. v1.50.2-0.20260528175948-c1398e2f72bb 28 May 2026 pre-release

    Nothing published for this version

  52. v1.50.1 27 May 2026
    Release notes

    What's Changed

    🐛 Fixes

    • fix: correct requiredVersion for V8 JoinGroup and add protocol version placeholders by @dnwe in #3585

    Full Changelog: v1.50.0...v1.50.1

    Open source →
  53. v1.50.0 27 May 2026
    Release notes

    What's Changed

    🎉 New Features / Improvements

    • feat: add Java-compatible murmur2 partitioner by @dnwe in #3567
    • feat(protocol): support LeaveGroupRequest/Response v5 (KIP-800) by @dnwe in #3576
    • feat(protocol): support JoinGroupRequest/Response v8 (KIP-800) by @dnwe in #3577
    • feat(consumer_group): set cancellation cause on session context by @prakhar7651 in #3575
    • feat(consumer_group): send KIP-800 reason on JoinGroup and LeaveGroup by @dnwe in #3584
    • feat: add Kafka 4.3.0 version placeholder by @dnwe in #3587
    • feat(admin): support OffsetFetchRequest v8 by @dnwe in #3565

    🐛 Fixes

    • fix(client): don't log ErrNoTopicsToUpdateMetadata every tick by @dnwe in #3566
    • fix(broker): snapshot fetch meters before deferred Mark by @dnwe in #3563
    • fix: prevent len out of range panic on 32bit architectures by @gibmat in #3579
    • fix(offset): retry fetchInitialOffset on top-level coordinator errors by @dnwe in #3574

    📦 Dependency updates

    • chore(deps): update docker/bake-action action to v7.2.0 by @renovate[bot] in #3568
    • fix(deps): update module golang.org/x/sys to v0.45.0 by @renovate[bot] in #3570
    • chore(deps): update golangci/golangci-lint-action action to v9.2.1 by @renovate[bot] in #3571
    • chore(deps): update module golang.org/x/crypto to v0.52.0 by @renovate[bot] in #3572
    • fix(deps): update module golang.org/x/net to v0.55.0 by @renovate[bot] in #3573
    • chore(deps): update docker/setup-buildx-action action to v4.1.0 by @renovate[bot] in #3578

    🔧 Maintenance

    • refactor: replace eapache/queue with generic ring buffer by @dnwe in #3560
    • test(fvt): use a per-message timeout in follower failover test by @dnwe in #3562

    New Contributors

    Full Changelog: v1.49.0...v1.50.0

    Open source →
  54. v1.49.1-0.20260527153249-2fa22aadbb94 27 May 2026 pre-release

    Nothing published for this version

  55. v1.49.1-0.20260527101503-c515627455ab 27 May 2026 pre-release

    Nothing published for this version

  56. v1.49.1-0.20260526211900-92428ce137a3 26 May 2026 pre-release

    Nothing published for this version

  57. v1.49.1-0.20260526160517-f5cd855f9f06 26 May 2026 pre-release

    Nothing published for this version

  58. v1.49.1-0.20260526124454-1bd8f6030e0a 26 May 2026 pre-release

    Nothing published for this version

  59. v1.49.1-0.20260522210318-bb82815d6cb2 22 May 2026 pre-release

    Nothing published for this version

  60. v1.49.1-0.20260522162527-da68a4d375c0 22 May 2026 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive