IBM/sarama
 Watch   
 Star   
 Fork   
2 days ago
sarama

Version 1.46.0 (2025-08-25)

[!NOTE]
This release contains significant changes. Notably Sarama will now use the ApiVersionRequest response from each broker to aid in selecting the protocol version to use. The existing Version field in sarama.Config will continue to provide a "pinning" mechanism, but can safely be set to a maximum or higher value than the remote cluster and sarama will sensibly pick compatible versions. There is also a performance improvement relating to MetadataRequests whereby Sarama will avoid having more than a single request to each broker in-flight at any given time. These new (optimal) behaviour is on by default can be opt-ed out via the Metadata.SingleFlight field in Config.

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.45.2...v1.46.0

2025-05-22 06:07:37
sarama

Version 1.45.2 (2025-05-28)

What's Changed

🐛 Fixes

📦 Dependency updates

➕ Other Changes

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.45.1...v1.45.2

2025-03-03 01:09:43
sarama

Version 1.45.1 (2025-03-02)

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.45.0...v1.45.1

2025-01-07 22:18:01
sarama

Version 1.45.0 (2025-01-07)

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

Full Changelog: https://github.com/IBM/sarama/compare/v1.44.0...v1.45.0

2024-12-25 18:00:28
sarama

Version 1.44.0 (2024-12-27)

[!NOTE]
The go.mod directive has been bumped to 1.20 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.43.3...v1.44.0

2024-08-09 00:41:46
sarama

Version 1.43.3 (2024-08-12)

What's Changed

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

📝 Documentation

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.43.2...v1.43.3

2024-04-25 23:56:59
sarama

Version 1.43.2 (2024-04-25)

What's Changed

🐛 Fixes

📦 Dependency updates

Full Changelog: https://github.com/IBM/sarama/compare/v1.43.1...v1.43.2

2024-03-27 19:44:38
sarama

Version 1.43.1 (2024-03-27)

What's Changed

🐛 Fixes

📦 Dependency updates

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.43.0...v1.43.1

2024-02-23 06:44:31
sarama

Version 1.43.0 (2024-02-22)

[!NOTE]
The go.mod directive has been bumped to 1.19 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.42.2...v1.43.0

2024-02-10 06:35:32
sarama

Version 1.42.2 (2024-02-09)

What's Changed

[!NOTE]
The go.mod directive has been bumped to 1.18 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

➕ Other Changes

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.42.1...v1.42.2