IBM/sarama
 Watch   
 Star   
 Fork   
23 days ago
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

⚠️ 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

2023-11-07 21:24:42
sarama

Version 1.42.1 (2023-11-07)

What's Changed

🐛 Fixes

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

2023-11-03 01:47:50
sarama

Version 1.42.0 (2023-11-02)

What's Changed

🐛 Fixes

🔧 Maintenance

➕ Other Changes

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.41.3...v1.42.0

2023-10-14 04:54:35
sarama

Version 1.41.3 (2023-10-17)

What's Changed

🐛 Fixes

📦 Dependency updates

📝 Documentation

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.41.2...v1.41.3

2023-09-12 16:18:34
sarama

Version 1.41.2 (2023-09-12)

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.41.1...v1.41.2

2023-08-30 20:10:46
sarama

Version 1.41.1 (2023-08-30)

What's Changed

🐛 Fixes

🔧 Maintenance

📝 Documentation

➕ Other Changes

Full Changelog: https://github.com/IBM/sarama/compare/v1.41.0...v1.41.1

2023-08-16 01:47:07
sarama

Version 1.41.0 (2023-08-21)

What's Changed

🚨 Breaking Changes

Note: this version of Sarama has had a big overhaul in its adherence to the use of the right Kafka protocol versions for the given Config Version. It has also bumped the default Version set in Config (where one is not supplied) to 2.1.0. This is in preparation for Kafka 4.0 dropping support for protocol versions older than 2.1. If you are using Sarama against Kafka clusters older than v2.1.0, or using it against Azure EventHubs then you will likely have to change your application code to pin to the appropriate Version.

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

📝 Documentation

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.40.1...v1.41.0