Skip to content

v0.2.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 17:57
· 28 commits to master since this release
fde2262

Changelog

  • 35e2848 Add support for the AWS_MSK_IAM SASL mechanism
  • 9ac8c1a Merge pull request #295 from birdayz/dependabot/go_modules/golang.org/x/oauth2-0.16.0
  • 074a259 Merge pull request #296 from birdayz/dependabot/go_modules/github.com/IBM/sarama-1.42.1
  • f786914 Merge pull request #297 from k-wall/dockerfile
  • 0ccb57e Merge pull request #300 from birdayz/dependabot/go_modules/github.com/jhump/protoreflect-1.15.6
  • 9853482 Merge pull request #301 from birdayz/dependabot/go_modules/golang.org/x/oauth2-0.17.0
  • 457b8b9 Merge pull request #302 from birdayz/dependabot/go_modules/github.com/IBM/sarama-1.42.2
  • bb010cd Merge pull request #305 from m-wild/master
  • 81417e7 Merge pull request #306 from jackcipher/fix/empty-assignment
  • 032bd00 Merge pull request #307 from birdayz/dependabot/go_modules/github.com/IBM/sarama-1.43.0
  • 23dc332 Merge pull request #309 from bachmanity1/add-scopes-config
  • daaf2e8 Merge pull request #311 from birdayz/dependabot/go_modules/golang.org/x/oauth2-0.18.0
  • 24fdb79 Merge pull request #312 from birdayz/dependabot/go_modules/github.com/golang/protobuf-1.5.4
  • fde2262 Merge pull request #313 from Dawnflash/msk-iam
  • 39cf10d Simple Dockerfile for kaf.
  • 0e38e57 allow specifying scopes in oauth config
  • 92040fe build(deps): bump github.com/IBM/sarama from 1.41.1 to 1.42.1
  • 611371b build(deps): bump github.com/IBM/sarama from 1.42.1 to 1.42.2
  • b77d67c build(deps): bump github.com/IBM/sarama from 1.42.2 to 1.43.0
  • feb7f63 build(deps): bump github.com/golang/protobuf from 1.5.3 to 1.5.4
  • 555bee2 build(deps): bump github.com/jhump/protoreflect from 1.15.4 to 1.15.6
  • 147ff09 build(deps): bump golang.org/x/oauth2 from 0.14.0 to 0.16.0
  • a0dfd61 build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0
  • 5ecb151 build(deps): bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
  • 22feccb fix: add error check when there is no assignment
  • 16f42ec group.go: sort topics before printing
  • 6c60f41 use go 1.22 for builder stage