From b145e439be313d08f760519411319af19b04b7ca Mon Sep 17 00:00:00 2001 From: Ivan Daschinsky Date: Tue, 15 Jun 2021 10:44:09 +0300 Subject: [PATCH] release notes --- RELEASE_NOTES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 9fee8ea..9d2ae81 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,6 +1,14 @@ Apache Ignite python thin client ================================ +0.5.0 +-------------------------------- +* Added transaction API support (sync and async versions, async version supports only python 3.7+) +* Added ExpiryPolicy (TTL) support +* Improved performance of asyncio version by reimplementing network code using asyncio transports and protocols +* Enabled partition awareness by default +* Fixed handling collections of binary objects + 0.4.0 -------------------------------- * Added partition awareness support