harlow / kinesis-consumer

Golang library for consuming Kinesis stream data
MIT License
263 stars 88 forks source link

where did version v0.3.6-0.20210911031324-5a873d6e9fec go? #147

Open timo opened 2 years ago

timo commented 2 years ago

Hi,

I'm in the enviable(?) position to want to make a reproduced build of telegraf for debugging purposes, and version 1.23.2 of telegraf depends on version 0.3.6 of this repository, but the highest release is 0.3.5. I could also not find a commit with the hash given in the version name.

bohell commented 1 year ago

same problem.... how can I resolve it?

ckatsaras-godaddy commented 1 year ago

Ran into the same issue trying to get the latest version of this repository (using AWS-SDK V2). My temporary solution was to use go get github.com/harlow/kinesis-consumer@master . @harlow , any chance we can get a new release made? 😄

luckyfunky commented 1 year ago

Bump. Same problem. This breaks the build for telegraf in v1.22.x