obsrvbl-oss / gcp-flowlogs-reader

Command line tool and Python library for working with Google Cloud VPC Flow Logs
Apache License 2.0
9 stars 2 forks source link

Github and pip Release out of sync #20

Closed DanielHabenicht closed 3 years ago

DanielHabenicht commented 3 years ago

Hi, thanks for sharing the tool!

While using it I've come across this error:

image

Looking into the code this was already fixed. But installing the package with pip install gcp-flowlogs-readerinstalled version 1.0.0 which is not published on GitHub but seems to be an older version than v0.7.1.

Installing it with pip install gcp_flowlogs_reader==0.7.1 fixed the issue.

Would be great if you can fix the release.

bbayles commented 3 years ago

Currently 0.7.1 is the better release to use, because 1.0.0 requires the GCP Logging library v2. However, those v2 libraries from Google are broken in an important way (please note I am speaking on my behalf as an independent developer and not on behalf of my employer, state, country, or planet).

When the v2 (or later) libraries allow for proper paging, then I'll release another 1.x version.

Thanks!

DanielHabenicht commented 3 years ago

Ahh, good to know. Then it's not your fault at all. Thanks for clearing up :)