jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

New release? #208

Closed Oloremo closed 7 years ago

Oloremo commented 7 years ago

Some features from the master, like lock_prefix customisation is really nice to have.

ashcrow commented 7 years ago

:+1: on doing a new release, but I think #210 should be addressed as well.

frenzymadness commented 7 years ago

Hello.

A new release would be very appreciated because in the latest release there is still a dependency on nonexisting dnspython3 which makes us some troubles with packaging this software for Fedora.

Have a nice day.

jplana commented 7 years ago

@frenzymadness I'll review the changes and get a new release tonight.

lavagetto commented 7 years ago

@jplana I would like to take the time to review a couple of outstanding PRs before we make a release.

jplana commented 7 years ago

@lavagetto sure, I just wanted to review this specific change along with another one (#225) and release, but let me know when you're done.

Oloremo commented 7 years ago

@jplana any chances for #170 fix? Current readme suggest to use with statement which is not working

lavagetto commented 7 years ago

FTR, I am reviewing all PRs right now; once I am done, I think we can make a release.

lavagetto commented 7 years ago

@jplana I've pretty much concluded all the work on this version of python-etcd. I think a release should be prepared. Then we can move on to do a new major release where we can do some breaking changes people are asking for, and maybe add etcd3 support

jplana commented 7 years ago

@lavagetto Ok! I'll get it tagged & uploaded tonight.

frenzymadness commented 7 years ago

@jplana Cool, thank you a lot. I am looking forward new release.

wonderfry commented 7 years ago

@jplana I really wonder that if the owner's locker expired during executing some stuff, how our lock mechanism to address. It seems that our mechanism ignore it

wonderfry commented 7 years ago

@jplana why does the mechanism have no util similar to TimerTask when the lock is nearly to expired?

ainlolcat commented 7 years ago

Can we expect python-etcd 0.4.5 anytime soon?

jplana commented 7 years ago

Release 0.4.5 uploaded. Sorry about the delay...