This repository was archived by the owner on Mar 1, 2024. It is now read-only.
Releases: rinkudesu/go-kafka
Releases · rinkudesu/go-kafka
Release list
v0.2.0
Mostly bug fixes, but bumping minor as I've also bumped go version.
What's Changed
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #8
- Switch to bitnami kafka image in cicd by @KowalskiPiotr98 in #10
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #13
- Bump actions/setup-go from 3 to 4 by @dependabot in #14
- Add third party notices by @KowalskiPiotr98 in #15
- Disable Kafka Kraft in test docker-compose by @KowalskiPiotr98 in #19
- Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #17
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #18
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #20
- Call
WaitGroup.Done()indeferto protect against unhandled panics by @KowalskiPiotr98 in #21 - Protect against calling
Subscribemore than once by @KowalskiPiotr98 in #22 - Bump go version by @KowalskiPiotr98 in #23
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Merge pull request #7 from rinkudesu/package-fix Add empty file in root to actually make the package
v0.1.1
v0.1.0
Create the most basic functionality necessary for further integration.