sarama

Sarama is a Go library for Apache Kafka.

MIT License

Stars
11K
Committers
291

Bot releases are visible (Hide)

sarama - Version 1.43.2 (2024-04-25) Latest Release

Published by dnwe 6 months ago

What's Changed

πŸ› Fixes

πŸ“¦ Dependency updates

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

sarama - Version 1.43.1 (2024-03-27)

Published by dnwe 7 months ago

What's Changed

πŸ› Fixes

πŸ“¦ Dependency updates

New Contributors

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

sarama - Version 1.43.0 (2024-02-22)

Published by dnwe 8 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

πŸŽ‰ New Features / Improvements

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

New Contributors

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

sarama - Version 1.42.2 (2024-02-09)

Published by dnwe 8 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.

πŸŽ‰ 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

sarama - Version 1.42.1 (2023-11-07)

Published by dnwe 12 months ago

What's Changed

πŸ› Fixes

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

sarama - Version 1.42.0 (2023-11-02)

Published by dnwe 12 months ago

What's Changed

πŸ› Fixes

πŸ”§ Maintenance

βž• Other Changes

New Contributors

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

sarama - Version 1.41.3 (2023-10-17)

Published by dnwe about 1 year ago

What's Changed

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ“ Documentation

New Contributors

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

sarama - Version 1.41.2 (2023-09-12)

Published by dnwe about 1 year ago

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

sarama - Version 1.41.1 (2023-08-30)

Published by dnwe about 1 year ago

What's Changed

πŸ› Fixes

πŸ”§ Maintenance

πŸ“ Documentation

βž• Other Changes

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

sarama - Version 1.41.0 (2023-08-21)

Published by dnwe about 1 year ago

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

sarama - Version 1.40.1 (2023-07-27)

Published by dnwe about 1 year ago

What's Changed

πŸŽ‰ New Features / Improvements

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

βž• Other Changes

New Contributors

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

sarama - Version 1.40.0 (2023-07-17)

Published by dnwe over 1 year ago

What's Changed

Note: this is the first release after the transition of Sarama ownership from Shopify to IBM in https://github.com/IBM/sarama/issues/2461

🚨 Breaking Changes

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/IBM/sarama/compare/v1.38.1...v1.40.0

sarama - Version 1.38.1 (2023-01-22)

Published by dnwe over 1 year ago

What's Changed

πŸ› Fixes

πŸ“¦ Dependency updates

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.38.0...v1.38.1

sarama - Version 1.38.0 (2023-01-08)

Published by dnwe almost 2 years ago

What's Changed

πŸŽ‰ New Features / Improvements

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.2...v1.38.0

sarama - Version 1.37.2 (2022-10-04)

Published by dnwe about 2 years ago

What's Changed

πŸ› Fixes

βž• Other Changes

Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.1...v1.37.2

sarama - Version 1.37.1 (2022-10-04)

Published by dnwe about 2 years ago

What's Changed

πŸ› Fixes

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.0...v1.37.1

sarama - Version 1.37.0 (2022-09-28)

Published by dnwe about 2 years ago

What's Changed

🚨 Breaking Changes

  • Due to a change in github.com/klauspost/compress v1.15.10, Sarama v1.37.0 requires Go 1.17 going forward, unfortunately due to an oversight this wasn't reflected in the go.mod declaration at time of release.

πŸŽ‰ New Features / Improvements

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.36.0...v1.37.0

sarama - Version 1.36.0 (2022-08-11)

Published by dnwe about 2 years ago

What's Changed

πŸŽ‰ New Features / Improvements

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

βž• Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.35.0...v1.36.0

sarama - Version 1.35.0 (2022-07-22)

Published by dnwe about 2 years ago

What's Changed

πŸ› Fixes

πŸ“¦ Dependency updates

πŸ”§ Maintenance

βž• Other Changes

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.34.1...v1.35.0

sarama - Version 1.34.1 (2022-06-07)

Published by dnwe over 2 years ago

What's Changed

πŸ› Fixes

πŸ”§ Maintenance

New Contributors

Full Changelog: https://github.com/Shopify/sarama/compare/v1.34.0...v1.34.1