Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 768290d02 -> 3bdf1fffb
# sprint-2 - updated release notes. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/f5e891f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/f5e891f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/f5e891f3 Branch: refs/heads/sprint-2 Commit: f5e891f31e41d728283fb17a5f12108222ee6221 Parents: 768290d Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Sat Mar 28 14:42:47 2015 -0700 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Sat Mar 28 14:42:47 2015 -0700 ---------------------------------------------------------------------- RELEASE_NOTES.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f5e891f3/RELEASE_NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 886fac8..58ac849 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,6 +1,24 @@ +Apache Ignite Release Notes +=========================== Apache Ignite In-Memory Data Fabric 1.0 -======================================= +--------------------------------------- + +* Simplified query API. +* Added automatic aggregation, grouping, and sorting support to SQL queries. +* Added dynamic caches, i.e. ability to start and stop caches during runtime. +* Changed IgniteDataLoader to IgniteDataStreamer. +* Added automatic transformation support to streaming. +* Removed old streaming APIs in favor of new IgniteDataStreamer. +* Added many examples using Java8 lambdas and streams. +* Added new streaming examples based on new streaming and SQL querying APIs. +* Added automatic schema-import demo under examples. +* Improved javadoc documentation. +* Added ability to automatically exclude LGPL optional dependencies during build. + + +Apache Ignite In-Memory Data Fabric 1.0 RC3 +------------------------------------------- This is the first release of Apache Ignite project. The source code in large part is based on the 7 year old GridGain In-Memory Data Fabric, open source edition, v. 6.6.2, which was