You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by iv...@apache.org on 2021/06/21 08:51:51 UTC

[ignite-website] branch master updated: Add release notes to pyignite 0.5.0

This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c36c1d  Add release notes to pyignite 0.5.0
8c36c1d is described below

commit 8c36c1d68e8b7c212c39cb4673a24d412df1fb58
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Mon Jun 21 11:50:52 2021 +0300

    Add release notes to pyignite 0.5.0
---
 releases/pyignite/0.4.0/release_notes.html         |  2 +-
 .../pyignite/{0.4.0 => 0.5.0}/release_notes.html   | 30 +++++-----------------
 2 files changed, 8 insertions(+), 24 deletions(-)

diff --git a/releases/pyignite/0.4.0/release_notes.html b/releases/pyignite/0.4.0/release_notes.html
index 025c9ea..b9059a8 100644
--- a/releases/pyignite/0.4.0/release_notes.html
+++ b/releases/pyignite/0.4.0/release_notes.html
@@ -1,5 +1,5 @@
 <head>
-    <link rel="canonical" href="https://ignite.apache.org/releases/2.10.0/release_notes.html" />
+    <link rel="canonical" href="https://ignite.apache.org/releases/pyignite/0.4.0/release_notes.html" />
     <!-- Yandex.Metrika counter -->
         <script type="text/javascript" >
           (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
diff --git a/releases/pyignite/0.4.0/release_notes.html b/releases/pyignite/0.5.0/release_notes.html
similarity index 62%
copy from releases/pyignite/0.4.0/release_notes.html
copy to releases/pyignite/0.5.0/release_notes.html
index 025c9ea..cd2de5e 100644
--- a/releases/pyignite/0.4.0/release_notes.html
+++ b/releases/pyignite/0.5.0/release_notes.html
@@ -1,5 +1,5 @@
 <head>
-    <link rel="canonical" href="https://ignite.apache.org/releases/2.10.0/release_notes.html" />
+    <link rel="canonical" href="https://ignite.apache.org/releases/pyignite/0.5.0/release_notes.html" />
     <!-- Yandex.Metrika counter -->
         <script type="text/javascript" >
           (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
@@ -40,29 +40,13 @@
     
         </script></head>
 <body>
-    <h1>Apache IGNITE python thin client 0.4.0</h1>
+    <h1>Apache IGNITE python thin client 0.5.0</h1>
             <div></div>
     <ul>
-        <li> Added partition awareness support</li>
-        <li> Added asyncio support</li>
-        <li> Added C module to speedup hashcode calculation</li>
-        <li> Implemented context management for connection method</li>
-        <li> Implemented cursors and context management for ScanQuery, SqlQuery and SqlFieldsQuery</li>
-        <li> Added the ability to activate/deactivate the cluster</li>
-        <li> Implemented support for big-endianness</li>
-        <li> Implemented support of password for certificates</li>
-        <li> Fixed performance issues while working with big bytearrays and binary objects</li>
-        <li> Fixed serialization/deserialization of cache configuration</li>
-        <li> Fixed handling of null fields</li>
-        <li> Fixed SQL API</li>
-        <li> Fixed UUID serialization/deserialization</li>
-        <li> Fixed nested complex objects</li>
-        <li> Fixed incorrect hash code calculation for classes as composite keys</li>
-        <li> Fixed hashing of complex object</li>
-        <li> Fixed insert and select VARBINARY data type through SQL</li>
-        <li> Fixed wrong order of the SQL query result</li>
-        <li> Fixed handling of bytes and bytearrays</li>
-        <li> Fixed bool arrays handling</li>
-        <li> Fixed cache.get_size with non-default PeekModes</li>
+        <li> Added transaction API support (sync and async versions, async version supports only python 3.7+) </li>
+        <li> Added ExpiryPolicy (TTL) support </li>
+        <li> Improved performance of asyncio version by reimplementing network code using asyncio transports and protocols </li>
+        <li> Enabled partition awareness by default </li>
+        <li> Fixed handling collections of binary objects </li>
     </ul>
 </body>