Skip to content

Commit ae5ced4

Browse files
committed
Add release notes for 0.6.0
1 parent d5afd76 commit ae5ced4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There is an optional C extension to speedup some computational intensive tasks.
5050
- For building `wheels` for Windows, invoke script `.\scripts\BuildWheels.ps1` using PowerShell. Just make sure that
5151
your execution policy allows execution of scripts in your environment.
5252

53-
Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9, 3.10 and 3.11) will be
53+
Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9 and 3.10) will be
5454
located in `distr` directory.
5555

5656
### Updating from older version

RELEASE_NOTES.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Apache Ignite python thin client
22
================================
33

4+
0.6.0
5+
--------------------------------
6+
* Added support of python 3.11
7+
* Dropped support of python 3.6
8+
* Fixed non-intuitive automatically setting of flag use_ssl when the authentication is enabled.
9+
* Added timeout support for cache operations in the async client.
10+
* Fixed incorrect result setting of already completed futures in async connection implementation.
11+
* Fixed examples and documentation.
12+
413
0.5.2
514
--------------------------------
615
* Fixed incorrect partial read from socket in sync client

0 commit comments

Comments
 (0)