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 <[email protected]> Authored: Tue May 17 18:35:33 2016 +0300 Committer: Anton Vinogradov <[email protected]> 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.
