File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ pip install pyignite
6767
6868To install a specific version:
6969``` bash
70- pip install pyignite==0.5.0
70+ pip install pyignite==0.5.1
7171```
7272
7373## Documentation
Original file line number Diff line number Diff line change 11Apache 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+
4130.5.0
514--------------------------------
615* Added transaction API support (sync and async versions, async version supports only python 3.7+)
You can’t perform that action at this time.
0 commit comments