Skip to content

Releases: Revolution1/etcd3-py

Release 0.1.6

09 May 09:46
Compare
Choose a tag to compare
  • Fix lease util keeping problems (#90)
  • Add range end and lease to txn (#89)
  • Add handel null value as gogoproto does while modelizing response data (#87)
  • Fix watch util issue #18 and #78 (#82)
  • Improve etcd comapabitity of multiple versions (#79)
  • Add a base EtcdModel to all dynamic created model (#51)
  • Add support for lock service API (#50)
  • Improve etcd comapabitity of multiple versions(#42)

Release 0.1.5

04 Jul 15:19
00708a3
Compare
Choose a tag to compare

#34 enum34 only where it's needed

Release 0.1.4

30 May 09:25
Compare
Choose a tag to compare
  • better code quality
  • support etcd v3.2.2+

Release 0.1.3

21 Mar 13:06
Compare
Choose a tag to compare

finished lock util

Release 0.1.2

20 Mar 11:32
3f7cd72
Compare
Choose a tag to compare
  • Add more test
  • Add watcher, transaction and lease util

You can try it at dev environment

First Release

18 Mar 17:46
Compare
Choose a tag to compare
First Release Pre-release
Pre-release

Implemented all APIs of etcd3's gRPC-JSON-Gateway

Stateful utils (Watcher Lease Lock Transaction) are in progress