Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 12A96200CA5 for ; Tue, 2 May 2017 17:08:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0F50C160BC6; Tue, 2 May 2017 15:08:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ED736160BCE for ; Tue, 2 May 2017 17:08:03 +0200 (CEST) Received: (qmail 89611 invoked by uid 500); 2 May 2017 15:08:03 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 89218 invoked by uid 99); 2 May 2017 15:08:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 15:08:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D14E8E1794; Tue, 2 May 2017 15:08:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Date: Tue, 02 May 2017 15:08:14 -0000 Message-Id: In-Reply-To: <5497be03beb942668b6a81e7ea52d1dc@git.apache.org> References: <5497be03beb942668b6a81e7ea52d1dc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/26] ignite git commit: Release notes for 2.0. archived-at: Tue, 02 May 2017 15:08:05 -0000 Release notes for 2.0. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6ab579c7 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6ab579c7 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6ab579c7 Branch: refs/heads/ignite-5075 Commit: 6ab579c77123d72fee14c5bf9401ef0c4959c839 Parents: e80773b Author: devozerov Authored: Fri Apr 28 18:16:24 2017 +0300 Committer: devozerov Committed: Fri Apr 28 18:16:24 2017 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/6ab579c7/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 65cc9d4..b64aced 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,6 +1,42 @@ Apache Ignite Release Notes =========================== +Apache Ignite In-Memory Data Fabric 2.0 +--------------------------------------- +Ignite: +* Introduced new page memory architecture +* Machine Learning beta: distributed algebra support for dense and sparse data sets +* Reworked and simplified API for asynchronous operations +* Custom thread pool executors for compute tasks +* Removed CLOCK mode in ATOMIC cache +* Deprecated schema-import utility in favor of Web Console +* Integration with Spring Data +* Integration with Hibernate 5 +* Integration with RocketMQ +* Integration with ZeroMQ +* SQL: CREATE INDEX and DROP INDEX commands +* SQL: Ability to execute queries over specific set of partitions +* SQL: Improved REPLICATED cache support +* SQL: Updated H2 version to 1.4.195 +* SQL: Improved performance of MIN/MAX aggregate functions +* ODBC: Added Time data type support +* Massive performance improvements + +Ignite.NET: +* Custom plugin API +* Generic cache store +* Binary types now can be registered dynamically +* LINQ: join, "contains" and DateTime property support + +Ignite CPP: +* Implemented Cache::Invoke +* Added remote filters support to continuous queries + +Web Console: +* Multi-cluster support +* Possibility to configure Kubernetes IP finder +* EnforceJoinOrder option on Queries screen + Apache Ignite In-Memory Data Fabric 1.9 --------------------------------------- Ignite: