Repository: ignite Updated Branches: refs/heads/ignite-1.6 7959ab000 -> a71a40828
Release notes AI 1.6 (hotfix) Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a71a4082 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a71a4082 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a71a4082 Branch: refs/heads/ignite-1.6 Commit: a71a40828e9371f215d945a266f690530d9959ad Parents: 7959ab0 Author: Anton Vinogradov <[email protected]> Authored: Wed May 18 12:58:17 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed May 18 12:58:17 2016 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a71a4082/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index a6ee27d..12142f2 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -24,6 +24,7 @@ Ignite: * Added asynchronous execution of ContinuousQuery's remote filter and local listener. * Added backup partitions storing to local store default behavior. * Added cache deadlock detection. +* Added Cache Store implementation backed by Cassandra DB. * Added method to get versioned cache entry. * Added ODBC driver for Ignite. * Added support for join timeout while registering local addresses with IP finder in TcpDiscoverySpi.
