kragniz / python-etcd3

Python client for the etcd API v3
Apache License 2.0
430 stars 184 forks source link

Release plan after 0.12.0 #2197

Open thatsdone opened 1 year ago

thatsdone commented 1 year ago

Hello, I noticed that currently the latest version at pypi is 0.12.0: https://pypi.org/project/etcd3/ and actually the latest tag also looks like v0.12.0

As there are several important improvements such as MultiEndpointEtcd3Client after 0.12.0 (in May 2020!), I thought it's time to release a new version?

What do you think about?

Regards, Masanori

volans- commented 1 year ago

I would like to use this library too, but without a new release it's basically not possible. It has too many bugs and new features that are present in master but missing in the latest release (GitHub tag, PyPi release, debian package, etc...).

There are currently 61 commits in master after the v0.12.0 release: https://github.com/kragniz/python-etcd3/compare/v0.12.0...master

Hence the inevitable question... is this library still maintained? Who are the active maintainers?

CC @kragniz @InvalidInterrupt as last committers from what I can see.