You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by pt...@apache.org on 2021/04/19 09:11:57 UTC

[ignite-website] branch master updated: Fix thin continuous query mention in 2.10 release notes

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

ptupitsyn 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 50863ef  Fix thin continuous query mention in 2.10 release notes
50863ef is described below

commit 50863ef619a865201d13b221fdf3de9b17c04915
Author: Pavel Tupitsyn <pt...@apache.org>
AuthorDate: Mon Apr 19 12:11:24 2021 +0300

    Fix thin continuous query mention in 2.10 release notes
---
 releases/2.10.0/release_notes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/2.10.0/release_notes.html b/releases/2.10.0/release_notes.html
index 77100de..a5ccc68 100644
--- a/releases/2.10.0/release_notes.html
+++ b/releases/2.10.0/release_notes.html
@@ -214,7 +214,6 @@
     <h2>Java thin-client</h2><ul>
         <li>Added non-blocking socket IO usage</li>
         <li>Added support for IPv6 addresses</li>
-        <li>Added thin Client Continuous Query</li>
         <li>Added thin client Java API - async API</li>
         <li>Added thin client Kubernetes discovery</li>
         <li>Fixed unnecessary CHM get/remove on each request to server</li>
@@ -235,6 +234,7 @@
         <li>Added Partitions and UpdateBatchSize to SqlFieldsQuery</li>
         <li>Added RendezvousAffinityFunction.BackupFilter</li>
         <li>Added includeExpired to ContinuousQuery</li>
+        <li>Added thin client continuous query</li>
         <li>Added thin client service invocation</li>
         <li>Added thin client transactions</li>
         <li>Fixed CachePartialUpdateException: failed to update keys (using Cache.PutAsync)</li>