This repository was archived by the owner on Aug 5, 2020. It is now read-only.
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+ 2.6.0c2
2+ =======
3+ June 24, 2015
4+
5+ Features
6+ --------
7+ * Automatic Protocol Version Downgrade (PYTHON-240)
8+ * cqlengine Python 2.6 compatibility (PYTHON-288)
9+ * Double-dollar string quote UDF body (PYTHON-345)
10+ * Set models.DEFAULT_KEYSPACE when calling set_session (github #352)
11+
12+ Bug Fixes
13+ ---------
14+ * Avoid stall while connecting to mixed version cluster (PYTHON-303)
15+ * Make SSL work with AsyncoreConnection in python 2.6.9 (PYTHON-322)
16+ * Fix Murmur3Token.from_key() on Windows (PYTHON-331)
17+ * Fix cqlengine TimeUUID rounding error for Windows (PYTHON-341)
18+ * Avoid invalid compaction options in CQL export for non-SizeTiered (PYTHON-352)
19+
1202.6.0c1
2- =====
21+ =======
322June 4, 2015
423
524This release adds support for Cassandra 2.2 features, including version
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def emit(self, record):
2323logging .getLogger ('cassandra' ).addHandler (NullHandler ())
2424
2525
26- __version_info__ = (2 , 6 , '0c1' , 'post ' )
26+ __version_info__ = (2 , 6 , '0c2 ' )
2727__version__ = '.' .join (map (str , __version_info__ ))
2828
2929
You can’t perform that action at this time.
0 commit comments