File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11News
22====
33
4+ 0.3.1
5+ -----
6+
7+ *Release date: 4-Aug-2014*
8+
9+ * Added consisten read option
10+ * Fixed timeout parameter in read()
11+ * Added atomic delete parameter support
12+ * Fixed delete behaviour
13+ * Added update method that allows atomic updated on results
14+ * Fixed checks on write()
15+ * Added leaves generator to EtcdResult and get_subtree for recursive fetch
16+ * Added etcd_index to EtcdResult
17+ * Changed ethernal -> eternal
18+ * Updated urllib3 & pyOpenSSL libraries
19+ * Several performance fixes
20+ * Better parsing of etcd_index and raft_index
21+ * Removed duplicated tests
22+ * Added several integration and unit tests
23+ * Use etcd v0.3.0 in travis
24+ * Execute test using `python setup.py test` and nose
25+
26+
4270.3.0
528-----
629
3558*Release date: 18-Sep-2013*
3659
3760* Initial release
38-
Original file line number Diff line number Diff line change 66NEWS = open (os .path .join (here , 'NEWS.txt' )).read ()
77
88
9- version = '0.3.0 '
9+ version = '0.3.1 '
1010
1111install_requires = [
1212 'urllib3>=1.7' ,
You can’t perform that action at this time.
0 commit comments