Skip to content

Commit 78d3cc4

Browse files
committed
3.2 changelog update
1 parent c52cdba commit 78d3cc4

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1+
3.2.0
2+
=====
3+
4+
Features
5+
--------
6+
* cqlengine: Warn on sync_schema type mismatch (PYTHON-260)
7+
* cqlengine: Automatically defer fields with the '=' operator (and immutable values) in select queries (PYTHON-520)
8+
* cqlengine: support non-equal conditions for LWT (PYTHON-528)
9+
* cqlengine: sync_table should validate the primary key composition (PYTHON-532)
10+
* cqlengine: token-aware routing for mapper statements (PYTHON-535)
11+
12+
Bug Fixes
13+
---------
14+
* Deleting a column in a lightweight transaction raises a SyntaxException #325 (PYTHON-249)
15+
* cqlengine: make Token function works with named tables/columns #86 (PYTHON-272)
16+
* comparing models with datetime fields fail #79 (PYTHON-273)
17+
* cython date deserializer integer math should be aligned with CPython (PYTHON-480)
18+
* db_field is not always respected with UpdateStatement (PYTHON-530)
19+
* Sync_table fails on column.Set with secondary index (PYTHON-533)
20+
121
3.1.1
222
=====
323
March 14, 2016
424

525
Bug Fixes
626
---------
7-
827
* cqlengine: Fix performance issue related to additional "COUNT" queries (PYTHON-522)
928

1029
3.1.0

0 commit comments

Comments
 (0)