bump to 0.7.6
Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/2aa3f22e Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/2aa3f22e Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/2aa3f22e Branch: refs/heads/master Commit: 2aa3f22ea13d19bb91c89e63cfe2594635bffd77 Parents: e479c7e Author: huafengw <[email protected]> Authored: Thu Feb 4 13:04:18 2016 +0800 Committer: huafengw <[email protected]> Committed: Thu Feb 4 13:04:18 2016 +0800 ---------------------------------------------------------------------- CHANGELOG.md | 20 ++++++++++++++++++++ docs/_config.yml | 2 +- version.sbt | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/2aa3f22e/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f3fae0..bbec111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +Gearpump 0.7.6 +=================== +Highlights: +------------------- +1. #1648 Support submit storm jar via dashboard +2. Support StreamCQL over Gearpump + +Change log: +------------------- +- #1924, fix storm test spec failure +- #1926, fix client side configuration does not work in CGroup +- #1648, support submit storm jar via rest interface +- #1933, Fixes some of the documentation typos, adds SBT configuration +- #1936, allow user to config kafka source start offset time +- #1777, Dynamic DAG failed after changing parallelism for many times +- #1932, Fix client config overwrites critical system config +- #1895, make GearpumpNimbus a standalone service +- #1910, enlarge timeout in MasterClient +- #1952, document how to use StreamCQL over Gearpump + Gearpump 0.7.5 =================== Highlights: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/2aa3f22e/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 0d6f7a4..12bfc4b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,7 +16,7 @@ exclude: - build_doc.sh # These allow the documentation to be updated with newer releases of Gearpump -GEARPUMP_VERSION: 0.7.6-SNAPSHOT +GEARPUMP_VERSION: 0.7.6 SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.7" GEARPUMP_ISSUE_TRACKER_URL: https://github.com/gearpump/gearpump/issues http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/2aa3f22e/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index 0f57559..af88c45 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.7.6-SNAPSHOT" +version in ThisBuild := "0.7.6"
