Sarama Versions Save

Sarama is a Go library for Apache Kafka.

v1.43.2

3 weeks ago

What's Changed

:bug: Fixes

:package: Dependency updates

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

v1.43.1

1 month ago

What's Changed

:bug: Fixes

:package: Dependency updates

New Contributors

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

v1.43.0

2 months ago

[!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

:tada: New Features / Improvements

:bug: Fixes

:package: Dependency updates

:wrench: Maintenance

New Contributors

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

v1.42.2

3 months ago

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.

:tada: New Features / Improvements

:bug: Fixes

:package: Dependency updates

:wrench: Maintenance

:heavy_plus_sign: Other Changes

New Contributors

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

v1.42.1

6 months ago

What's Changed

:bug: Fixes

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

v1.42.0

6 months ago

What's Changed

:bug: Fixes

:wrench: Maintenance

:heavy_plus_sign: Other Changes

New Contributors

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

v1.41.3

6 months ago

What's Changed

:bug: Fixes

:package: Dependency updates

:memo: Documentation

New Contributors

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

v1.41.2

8 months ago

What's Changed

:tada: New Features / Improvements

:bug: Fixes

:package: Dependency updates

New Contributors

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

v1.41.1

8 months ago

What's Changed

:bug: Fixes

:wrench: Maintenance

:memo: Documentation

:heavy_plus_sign: Other Changes

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

v1.41.0

8 months ago

What's Changed

:rotating_light: 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.

:tada: New Features / Improvements

:bug: Fixes

:package: Dependency updates

:wrench: Maintenance

:memo: Documentation

New Contributors

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