summaryrefslogtreecommitdiff
path: root/NEWS.txt
blob: 2c6da2cbb2453ba5d47108702449bc30f64297e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
News
====

0.3.3
-----
*Release date: 12-Apr-2015*

* Forward leaves_only value in get_subtree() recursive calls
* Fix README prevExists->prevExist
* Added configurable version_prefix
* Added support for recursive watch
* Better error handling support (more detailed exceptions)
* Fixed some unreliable tests


0.3.2
-----

*Release date: 4-Aug-2014*

* Fixed generated documentation version.


0.3.1
-----

*Release date: 4-Aug-2014*

* Added consisten read option
* Fixed timeout parameter in read()
* Added atomic delete parameter support
* Fixed delete behaviour
* Added update method that allows atomic updated on results
* Fixed checks on write()
* Added leaves generator to EtcdResult and get_subtree for recursive fetch
* Added etcd_index to EtcdResult
* Changed ethernal -> eternal
* Updated urllib3 & pyOpenSSL libraries
* Several performance fixes
* Better parsing of etcd_index and raft_index
* Removed duplicated tests
* Added several integration and unit tests
* Use etcd v0.3.0 in travis
* Execute test using `python setup.py test` and nose


0.3.0
-----

*Release date: 18-Jan-2014*

* API v2 support
* Python 3.3 compatibility


0.2.1
-----

*Release data: 30-Nov-2013*

* SSL support
* Added support for subdirectories in results.
* Improve test
* Added support for reconnections, allowing death node tolerance.


0.2.0
-----

*Release date: 30-Sep-2013*

* Allow fetching of multiple keys (sub-nodes)


0.1
---

*Release date: 18-Sep-2013*

* Initial release