Skip to content

Commit 46024da

Browse files
committed
3.5.0 changelog and version
1 parent cfcdeeb commit 46024da

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1+
3.5.0
2+
=====
3+
June X, 2016
4+
5+
Features
6+
--------
7+
8+
* Optional Configuration Profiles for the core driver (PYTHON-569)
9+
* API to get the host metadata associated with the control connection node (PYTHON-583)
10+
11+
Bug Fixes
12+
---------
13+
14+
* Clean up Asyncore socket map when fork is detected (PYTHON-577)
15+
* cqlengine: QuerySet only() is not respected when there are deferred fields (PYTHON-560)
16+
117
3.4.1
218
=====
319
May 26, 2016
420

521
Bug Fixes
6-
--------
22+
---------
723
* Gevent connection closes on IO timeout (PYTHON-573)
824
* "dictionary changed size during iteration" with Python 3 (PYTHON-572)
925

@@ -26,7 +42,7 @@ Features
2642
* Write docs around working with datetime and timezones (PYTHON-394)
2743

2844
Bug Fixes
29-
--------
45+
---------
3046
* High CPU utilization when using asyncore event loop (PYTHON-239)
3147
* Fix CQL Export for non-ASCII Identifiers (PYTHON-447)
3248
* Make stress scripts Python 2.6 compatible (PYTHON-434)

cassandra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def emit(self, record):
2222

2323
logging.getLogger('cassandra').addHandler(NullHandler())
2424

25-
__version_info__ = (3, 4, 1, 'post0')
25+
__version_info__ = (3, 5, 0)
2626
__version__ = '.'.join(map(str, __version_info__))
2727

2828

0 commit comments

Comments
 (0)