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/06/15 08:44:22 UTC

[ignite-python-thin-client] branch pyignite-0.5.0 updated: Add release notes for 0.5.0 - Fixes #43.

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

ivandasch pushed a commit to branch pyignite-0.5.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.5.0 by this push:
     new 61c83cb  Add release notes for 0.5.0 - Fixes #43.
61c83cb is described below

commit 61c83cb0ab6752f019518b4a2cb0724bd027755f
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Tue Jun 15 11:41:51 2021 +0300

    Add release notes for 0.5.0 - Fixes #43.
---
 RELEASE_NOTES.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 9fee8ea..9d2ae81 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,6 +1,14 @@
 Apache Ignite python thin client
 ================================
 
+0.5.0
+--------------------------------
+* Added transaction API support (sync and async versions, async version supports only python 3.7+)
+* Added ExpiryPolicy (TTL) support
+* Improved performance of asyncio version by reimplementing network code using asyncio transports and protocols
+* Enabled partition awareness by default
+* Fixed handling collections of binary objects
+
 0.4.0
 --------------------------------
 * Added partition awareness support