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/04/22 07:10:51 UTC

[ignite-website] branch master updated: ignite-website: add release notes for pyignite 0.4.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 3b2624f  ignite-website: add release notes for pyignite 0.4.0
3b2624f is described below

commit 3b2624f70d591da9c5a3720573b1885c37527007
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Thu Apr 22 09:54:03 2021 +0300

    ignite-website: add release notes for pyignite 0.4.0
---
 releases/pyignite/0.4.0/release_notes.html | 68 ++++++++++++++++++++++++++++++
 1 file changed, 68 insertions(+)

diff --git a/releases/pyignite/0.4.0/release_notes.html b/releases/pyignite/0.4.0/release_notes.html
new file mode 100644
index 0000000..025c9ea
--- /dev/null
+++ b/releases/pyignite/0.4.0/release_notes.html
@@ -0,0 +1,68 @@
+<head>
+    <link rel="canonical" href="https://ignite.apache.org/releases/2.10.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)};
+          m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
+          (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
+        
+          ym(72949126, "init", {
+               clickmap:true,
+               trackLinks:true,
+               accurateTrackBounce:true,
+               webvisor:true
+          });
+        </script>
+        <noscript><div><img src="https://mc.yandex.ru/watch/72949126" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
+        <!-- /Yandex.Metrika counter -->
+    <script type='text/javascript'>
+        window.__lo_site_id = 284467;
+        
+          (function() {
+            var wa = document.createElement('script'); wa.type = 'text/javascript'; wa.async = true;
+            wa.src = 'https://d10lpsik1i8c69.cloudfront.net/w.js';
+            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wa, s);
+            })();
+          </script>
+    
+    
+    
+        <style>h1 {    color: #113847;    font-size: 33px;    font-weight: bold;    margin: 30px 0 15px 0;    padding-bottom: 7px;    width: 700px;}h2 {  border-bottom: 2px solid #ccc;     color: #113847;     font-size: 29px;     font-weight: normal;     margin: 30px 0 15px 0;     padding-bottom: 7px;  width: 700px; }a {      color: #cc0000;      text-decoration: none;  }span {    color: #cc0000;}a:hover {    text-decoration: underline;}ul,ol {    list-style: disc;    margin-left: 30px;} [...]
+    
+        <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+    
+      ga('create', 'UA-61232409-1', 'auto');
+      ga('send', 'pageview');
+    
+        </script></head>
+<body>
+    <h1>Apache IGNITE python thin client 0.4.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>
+    </ul>
+</body>