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 EA90A2009A8 for ; Tue, 17 May 2016 17:35:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E91681609F5; Tue, 17 May 2016 15:35:43 +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 3DC5C1607A8 for ; Tue, 17 May 2016 17:35:43 +0200 (CEST) Received: (qmail 19480 invoked by uid 500); 17 May 2016 15:35:42 -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 19469 invoked by uid 99); 17 May 2016 15:35:42 -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, 17 May 2016 15:35:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 54DC8DFB79; Tue, 17 May 2016 15:35:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: av@apache.org To: commits@ignite.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: Release notes AI 1.6 (.Net & CPP) Date: Tue, 17 May 2016 15:35:42 +0000 (UTC) archived-at: Tue, 17 May 2016 15:35:44 -0000 Repository: ignite Updated Branches: refs/heads/ignite-1.6 cba52b7da -> 06c5842cd Release notes AI 1.6 (.Net & CPP) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/06c5842c Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/06c5842c Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/06c5842c Branch: refs/heads/ignite-1.6 Commit: 06c5842cdea461a2d479de43bcfe75c377c65eb9 Parents: cba52b7 Author: Anton Vinogradov Authored: Tue May 17 18:35:33 2016 +0300 Committer: Anton Vinogradov Committed: Tue May 17 18:35:33 2016 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/06c5842c/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index e5a3195..db354fa 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -3,7 +3,24 @@ Apache Ignite Release Notes Apache Ignite In-Memory Data Fabric 1.6 --------------------------------------- -* .NET: Added ability to use Java-based remote filters in continuous queries. +Ignite .NET: +* Added LINQ Provider for cache SQL queries +* Added native configuration mechanism (C#, app.config, web.config - instead of Spring XML) +* Added NuGet distribution +* Added AtomicSequence and AtomicReference data structures +* Binaries are now AnyCPU (instead of separate x64/x86) +* Java-based services can be called the same way as .NET service are called +* Added java-based continuous query filters +* Added automatic Java detection: no need for JAVA_HOME +* Added ability to use Java-based remote filters in continuous queries. + +Ignite C++: +* Added ODBC driver for Ignite. +* Added Transactions API for C++ client. +* Added Date and Timestamp types implementation for C++ client. +* Simplified Autotools build process for C++ client. + +Ignite: * Added ability to get partition 'updateCntr' with continuous query public API. * Added asynchronous execution of ContinuousQuery's remote filter and local listener. * Added backup partitions storing to local store default behavior.