This is an automated email from the ASF dual-hosted git repository.
ivandasch pushed a commit to branch pyignite-0.6.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.6.0 by this push:
new a060004 Add release notes for 0.6.0
a060004 is described below
commit a0600047e7b29fc23350f77d4b087cfb55032d72
Author: Ivan Daschinsky <[email protected]>
AuthorDate: Wed Nov 9 17:28:04 2022 +0300
Add release notes for 0.6.0
---
RELEASE_NOTES.txt | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index a67624a..b246202 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,6 +1,15 @@
Apache Ignite python thin client
================================
+0.6.0
+--------------------------------
+* Added support of python 3.11
+* Dropped support of python 3.6
+* Fixed non-intuitive automatically setting of flag use_ssl whet the
authentication is enabled.
+* Added timeout support for cache operations in the async client.
+* Fixed incorrect result setting of already completed futures in async
connection implementation.
+* Fixed examples and documentation.
+
0.5.2
--------------------------------
* Fixed incorrect partial read from socket in sync client