This is an automated email from the ASF dual-hosted git repository. ivandasch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git
The following commit(s) were added to refs/heads/master by this push: new ae5ced4 Add release notes for 0.6.0 ae5ced4 is described below commit ae5ced415c0048187d5d0a68267f76e16069daf1 Author: Ivan Daschinsky <ivanda...@apache.org> AuthorDate: Tue Nov 15 19:46:10 2022 +0300 Add release notes for 0.6.0 --- README.md | 2 +- RELEASE_NOTES.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de66c3f..e755498 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ There is an optional C extension to speedup some computational intensive tasks. - For building `wheels` for Windows, invoke script `.\scripts\BuildWheels.ps1` using PowerShell. Just make sure that your execution policy allows execution of scripts in your environment. - Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9, 3.10 and 3.11) will be + Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9 and 3.10) will be located in `distr` directory. ### Updating from older version diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index a67624a..82c9f05 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 when 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