gmr / consulate

Python client for the Consul HTTP API
http://consulate.readthedocs.org
BSD 3-Clause "New" or "Revised" License
342 stars 100 forks source link

Release 0.6.0 not fully working with newest Consul version #116

Open francoismiquel opened 6 years ago

francoismiquel commented 6 years ago

Hi,

I recently use consulate to register / deregister services.

In 0.6.0, deregister method use GET method. Consul doesn't use anymore GET for deregistering service. In master branch, it's PUT method and working well.

It's possible to release a new version with this fix (and i think, many other) ?

Thanks