You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2021/04/14 16:41:08 UTC

[ignite-python-thin-client] branch pyignite-0.4.0 updated: Add release notes for 0.4.0

This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a commit to branch pyignite-0.4.0
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git


The following commit(s) were added to refs/heads/pyignite-0.4.0 by this push:
     new 466b545  Add release notes for 0.4.0
466b545 is described below

commit 466b54527e6e42bc585c594d840a959d0b8626ef
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Wed Apr 14 19:38:38 2021 +0300

    Add release notes for 0.4.0
---
 RELEASE_NOTES.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
new file mode 100644
index 0000000..9fee8ea
--- /dev/null
+++ b/RELEASE_NOTES.txt
@@ -0,0 +1,26 @@
+Apache Ignite python thin client
+================================
+
+0.4.0
+--------------------------------
+* Added partition awareness support
+* Added asyncio support
+* Added C module to speedup hashcode calculation
+* Implement context management for connection method
+* Implement cursors and context management for ScanQuery, SqlQuery and SqlFieldsQuery
+* Add the ability to activate/deactivate the cluster
+* Implement support for big-endianness
+* Implement support of password for certificates
+* Fix performance issues while working with big bytearrays and binary objects
+* Fix serialization/deserialization of cache configuration
+* Fix handling of null fields
+* Fix SQL API
+* Fix UUID serialization/deserialization
+* Fix nested complex objects
+* Fix incorrect hash code calculation for classes as composite keys
+* Fix hashing of complex object
+* Fix insert and select VARBINARY data type through SQL
+* Fix wrong order of the SQL query result
+* Fix handling of bytes and bytearrays
+* Fix bool arrays handling
+* Fix cache.get_size with non-default PeekModes