We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365b16e commit 05413e7Copy full SHA for 05413e7
RELEASE_NOTES.txt
@@ -1,6 +1,14 @@
1
Apache Ignite python thin client
2
================================
3
4
+0.5.0
5
+--------------------------------
6
+* Added transaction API support (sync and async versions, async version supports only python 3.7+)
7
+* Added ExpiryPolicy (TTL) support
8
+* Improved performance of asyncio version by reimplementing network code using asyncio transports and protocols
9
+* Enabled partition awareness by default
10
+* Fixed handling collections of binary objects
11
+
12
0.4.0
13
--------------------------------
14
* Added partition awareness support
0 commit comments