Repository: ignite Updated Branches: refs/heads/ignite-1.4 58597111c -> b18a84482
Release notes - ignite-1.4 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/83454cc6 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/83454cc6 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/83454cc6 Branch: refs/heads/ignite-1.4 Commit: 83454cc6fbe9faff1ed3b0b37d6dbc29d250bd08 Parents: cb78a14 Author: Yakov Zhdanov <[email protected]> Authored: Fri Sep 4 14:34:48 2015 +0300 Committer: Yakov Zhdanov <[email protected]> Committed: Fri Sep 4 14:34:48 2015 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/83454cc6/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index ce180c7..3f3ac7b 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -3,8 +3,18 @@ Apache Ignite Release Notes Apache Ignite In-Memory Data Fabric 1.4 --------------------------------------- +* Added SSL support to communication and discovery. * Added support for log4j2. - +* Added versioned entry to cache API. +* Fixed IGNITE_HOME resolution with JBoss. +* Fixed configuration file resolution on classpath. +* Fixed MBean registration for caches. +* Fixed near cache evictions with offheap. +* Fixed SQL queries group index logic. +* Fixed memory leak in partitioned transactional cache. +* Fixed auto-retries for cache operations in recoverable cases. +* Fixed affinity routing in compute grid. +* Many stability and fault-tolerance fixes. Apache Ignite In-Memory Data Fabric 1.3 ---------------------------------------
