File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ Apache Ignite python thin client
2+ ================================
3+
4+ 0.4.0
5+ --------------------------------
6+ * Added partition awareness support
7+ * Added asyncio support
8+ * Added C module to speedup hashcode calculation
9+ * Implement context management for connection method
10+ * Implement cursors and context management for ScanQuery, SqlQuery and SqlFieldsQuery
11+ * Add the ability to activate/deactivate the cluster
12+ * Implement support for big-endianness
13+ * Implement support of password for certificates
14+ * Fix performance issues while working with big bytearrays and binary objects
15+ * Fix serialization/deserialization of cache configuration
16+ * Fix handling of null fields
17+ * Fix SQL API
18+ * Fix UUID serialization/deserialization
19+ * Fix nested complex objects
20+ * Fix incorrect hash code calculation for classes as composite keys
21+ * Fix hashing of complex object
22+ * Fix insert and select VARBINARY data type through SQL
23+ * Fix wrong order of the SQL query result
24+ * Fix handling of bytes and bytearrays
25+ * Fix bool arrays handling
26+ * Fix cache.get_size with non-default PeekModes
You can’t perform that action at this time.
0 commit comments