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/master Commit: 6ab579c77123d72fee14c5bf9401ef0c4959c839 Parents: e80773b Author: devozerov <[email protected]> Authored: Fri Apr 28 18:16:24 2017 +0300 Committer: devozerov <[email protected]> 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:
