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/de868439 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/de868439 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/de868439 Branch: refs/heads/ignite-3443 Commit: de8684390cb2c5664f4bb8401f4169e930a07e10 Parents: 6eb116b Author: vozerov-gridgain <[email protected]> Authored: Mon Aug 1 14:17:55 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Aug 1 14:17:55 2016 +0300 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/de868439/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 9febdda..d8a13e7 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -5,13 +5,21 @@ Apache Ignite In-Memory Data Fabric 1.7 --------------------------------------- Ignite: * Added distributed SQL JOIN. -* ODBC: Added decimal type support. -* 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. +* ODBC: Added decimal type support. +* Visor: Fixed data nodes calculation when node filter is set for cache. * Many stability and fault-tolerance fixes. +Ignite.NET: +* Added ASP.NET Output Cache provider. +* Added ability to use .NET configuration in Apache.Ignite.exe. +* Added ability to implement custom affinity functions. +* Fixed a bug in IBinaryObjectBuilder causing type name to be lost. + +Ignite CPP: +* Marshalling performance improvements. + Apache Ignite In-Memory Data Fabric 1.6 --------------------------------------- Ignite .NET:
