bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

release new version based on current master branch? #104

Open Bradleywboggs opened 2 years ago

Bradleywboggs commented 2 years ago

There's a bugfix on the master branch that's not currently available when you download this from pypi: namely a try...except StopIteration block was added in the process_query_results function in ksql.utils module.

Can you get a new minor version released to PyPI of the master branch?

eshepelyuk commented 2 years ago

Hello @bryanyang0528 Is this project active ? I was looking around to contribute to python ksql and found this one. I would like to create simple CLI app around this library, but it depends if this library is supported and ready to accpet PRs and create new releaes.

KenCox94 commented 2 years ago

@eshepelyuk apologies for the delayed response. @bryanyang0528 is working on updates. should see a new release soon.