Skip to content

Commit 05dc38e

Browse files
committed
Add release notes for 0.5.1
1 parent de07126 commit 05dc38e

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
@@ -67,7 +67,7 @@ pip install pyignite
6767

6868
To install a specific version:
6969
```bash
70-
pip install pyignite==0.5.0
70+
pip install pyignite==0.5.1
7171
```
7272

7373
## Documentation

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.5.1
5+
--------------------------------
6+
* Added logging of connection and queries events
7+
* Added event listeners to connection events and query events
8+
* Added client's side handshake timeout
9+
* Fixed excessive deprecation warnings on python 3.7
10+
* Fixed request to failed node when querying replicated cache
11+
* Fixed excessive partition mapping requests
12+
413
0.5.0
514
--------------------------------
615
* Added transaction API support (sync and async versions, async version supports only python 3.7+)

0 commit comments

Comments
 (0)