Skip to content

Commit d1273b4

Browse files
committed
3.0 changelog update
1 parent 55bd28d commit d1273b4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
3.0.0
2+
=====
3+
4+
Features
5+
--------
6+
* Support datetime.date objects as a DateType (PYTHON-212)
7+
* Add Cluster.update_view_metadata (PYTHON-407)
8+
* QueryTrace option to populate partial trace sessions (PYTHON-438)
9+
* Attach column names to ResultSet (PYTHON-439)
10+
11+
Bug Fixes
12+
---------
13+
* Properly SerDes nested collections when protocol_version < 3 (PYTHON-215)
14+
* Evict UDTs from UserType cache on change (PYTHON-226)
15+
* Make sure query strings are always encoded UTF-8 (PYTHON-334)
16+
* Track previous value of columns at instantiation in CQLengine (PYTHON-348)
17+
* UDT CQL encoding does not work for unicode values (PYTHON-353)
18+
* NetworkTopologyStrategy#make_token_replica_map does not account for multiple racks in a DC (PYTHON-378)
19+
* Cython integer overflow on decimal type deserialization (PYTHON-433)
20+
* Query trace: if session hasn't been logged, query trace can throw exception (PYTHON-442)
21+
122
3.0.0rc1
223
========
324
November 9, 2015

0 commit comments

Comments
 (0)