Skip to content

Commit 05413e7

Browse files
committed
Add release notes for 0.5.0 - Fixes #43.
1 parent 365b16e commit 05413e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

RELEASE_NOTES.txt

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

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+
412
0.4.0
513
--------------------------------
614
* Added partition awareness support

0 commit comments

Comments
 (0)