Skip to content

Commit 4b39956

Browse files
committed
Add release notes for 0.4.0
1 parent 572c8b9 commit 4b39956

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

RELEASE_NOTES.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)