Release notes for 1.7.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6eb116be Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6eb116be Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6eb116be Branch: refs/heads/ignite-3443 Commit: 6eb116be7bf714d203805d05db7ee6c6a665effe Parents: 0c5d588 Author: vozerov-gridgain <[email protected]> Authored: Mon Aug 1 14:11:23 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Aug 1 14:11:23 2016 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/6eb116be/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 60bb248..9febdda 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -3,20 +3,14 @@ Apache Ignite Release Notes Apache Ignite In-Memory Data Fabric 1.7 --------------------------------------- -Ignite .NET: -* Added NuGet distribution. -* Fixed a bug in IBinaryObjectBuilder causing type name to be lost. - -Ignite C++: -* Fixed string deserialization performance issue. - Ignite: -* DR: Fixed a bug causing retention of unused file store data. -* Fixed CountDownLatch recreation. -* Node can be assigned as primary only after preloading is finished. +* Added distributed SQL JOIN. * ODBC: Added decimal type support. -* Supported distributed SQL JOIN. * Visor: Fixed data nodes calculation when node filter is set for cache. +* Node can be assigned as primary only after preloading is finished. +* Fixed CountDownLatch re-create issue. +* .NET: Fixed a bug in IBinaryObjectBuilder causing type name to be lost. +* Many stability and fault-tolerance fixes. Apache Ignite In-Memory Data Fabric 1.6 ---------------------------------------
