Release Notes 1.7
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a7cf1249 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a7cf1249 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a7cf1249 Branch: refs/heads/ignite-3443 Commit: a7cf12491203c4aa3106a1b27e2d23a7e014d154 Parents: 5f4563c Author: Anton Vinogradov <[email protected]> Authored: Wed Jul 27 18:06:23 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Wed Jul 27 18:06:23 2016 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a7cf1249/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index cef51bd..60bb248 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,6 +1,23 @@ 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. +* ODBC: Added decimal type support. +* Supported distributed SQL JOIN. +* Visor: Fixed data nodes calculation when node filter is set for cache. + Apache Ignite In-Memory Data Fabric 1.6 --------------------------------------- Ignite .NET:
