File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 1
1
News
2
2
====
3
3
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
+
4
27
0.3.0
5
28
-----
6
29
35
58
*Release date: 18-Sep-2013*
36
59
37
60
* Initial release
38
-
Original file line number Diff line number Diff line change 6
6
NEWS = open (os .path .join (here , 'NEWS.txt' )).read ()
7
7
8
8
9
- version = '0.3.0 '
9
+ version = '0.3.1 '
10
10
11
11
install_requires = [
12
12
'urllib3>=1.7' ,
You can’t perform that action at this time.
0 commit comments