File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1173.4.1
218=====
319May 26, 2016
420
521Bug 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
2844Bug 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)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def emit(self, record):
2222
2323logging .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
You can’t perform that action at this time.
0 commit comments