updating version number and docs
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
|
|
||||||
|
0.8.5
|
||||||
|
* adding support for timeouts
|
||||||
|
|
||||||
0.8.4
|
0.8.4
|
||||||
* changing value manager previous value copying to deepcopy
|
* changing value manager previous value copying to deepcopy
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.8.4
|
0.8.5
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ If there is a problem with one of the servers, cqlengine will try to connect to
|
|||||||
:param consistency: the consistency level of the connection, defaults to 'ONE'
|
:param consistency: the consistency level of the connection, defaults to 'ONE'
|
||||||
:type consistency: str
|
:type consistency: str
|
||||||
|
|
||||||
|
:param timeout: the connection timeout in seconds
|
||||||
|
:type timeout: int or long
|
||||||
|
|
||||||
Records the hosts and connects to one of them
|
Records the hosts and connects to one of them
|
||||||
|
|
||||||
See the example at :ref:`getting-started`
|
See the example at :ref:`getting-started`
|
||||||
|
|||||||
Reference in New Issue
Block a user