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 c8bd053b7f Add release notes for pyignite 0.6.0
c8bd053b7f is described below

commit c8bd053b7f12d7b6f0da942a25fc3abfb7c91d5d
Author: Ivan Daschinsky <[email protected]>
AuthorDate: Wed Nov 16 12:28:18 2022 +0300

    Add release notes for pyignite 0.6.0
---
 releases/pyignite/0.6.0/release_notes.html | 53 ++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/releases/pyignite/0.6.0/release_notes.html 
b/releases/pyignite/0.6.0/release_notes.html
new file mode 100644
index 0000000000..9cb81b615a
--- /dev/null
+++ b/releases/pyignite/0.6.0/release_notes.html
@@ -0,0 +1,53 @@
+<head>
+    <link rel="canonical" 
href="https://ignite.apache.org/releases/pyignite/0.6.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.6.0</h1>
+            <div></div>
+    <ul>
+       <li>Added support of python 3.11</li>
+       <li>Dropped support of python 3.6</li>
+       <li>Fixed non-intuitive automatically setting of flag use_ssl when the 
authentication is enabled</li>
+       <li>Added timeout support for cache operations in the async client.</li>
+       <li>Fixed incorrect result setting of already completed futures in 
async connection implementation</li>
+        <li>Fixed examples and documentation</li>
+    </ul>
+</body>

Reply via email to