You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by ma...@apache.org on 2016/12/01 00:37:41 UTC

incubator-gearpump git commit: Add 0.8.2 release notes and bump up version

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 0cfd32330 -> e87abbf24


Add 0.8.2 release notes and bump up version

Author: manuzhang <ow...@gmail.com>

Closes #115 from manuzhang/0.8.2-release.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/e87abbf2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/e87abbf2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/e87abbf2

Branch: refs/heads/master
Commit: e87abbf24697bf783ad9823c46aba07128482db1
Parents: 0cfd323
Author: manuzhang <ow...@gmail.com>
Authored: Thu Dec 1 08:37:05 2016 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Thu Dec 1 08:37:05 2016 +0800

----------------------------------------------------------------------
 CHANGELOG.md         | 14 +++++++++-----
 docs/version.yml     |  2 +-
 notes/0.8.2.markdown | 41 +++++++++++++++++++++++++++++++++++++++++
 version.sbt          |  2 +-
 4 files changed, 52 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e87abbf2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24df959..f2522ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,17 +8,20 @@ Change log:
 - GEARPUMP-238 Correct release naming and packaging
 - GEARPUMP-237 do not manually download sbt launcher jar on travis
 - GEARPUMP-234 Update LICENSE and related files for 0.8.2-incubating binary release
-- GEARPUMP-226 refactor build files
 - GEARPUMP-230 Removed unused code from AppMasterService
 - GEARPUMP-227 remove unneeded license files
+- GEARPUMP-226 refactor build files
 - GEARPUMP-225 move partitioner from gearpump-core to module gearpump-streaming
 - GEARPUMP-224 Merge gearpump-daemon to gearpump-core
 - GEARPUMP-222 DFSJarStore is loaded even when local file path is configured
+- GEARPUMP-218 add shaded library as transitive dependencies
 - GEARPUMP-215 Gearpump Redis Integration - RedisStorage
+- GEARPUMP-213 build docs with MkDocs
 - GEARPUMP-212 Make Gearpump's shaded artifacts publishable
 - GEARPUMP-208 Demo site goes down a lot. Also references gearpump.io when connection is refused
 - GEARPUMP-207 remove hadoop dependency out of application path from dashboard
 - GEARPUMP-205 remove hdfs dependency from command gear's classpath
+- GEARPUMP-204 Add unit test for external_hbase module
 - GEARPUMP-203 Use DataSourceTask / DataSinkTask for DSL
 - GEARPUMP-201 integration test failure
 - GEARPUMP-197 Busy loop in FetchThread when incoming queue is full
@@ -26,10 +29,11 @@ Change log:
 - GEARPUMP-188 use java.time.Instant for Task start time
 - GEARPUMP-185 Yarn kills Apache Gearpump's worker if the memory usage is too high
 - GEARPUMP-171 Fix some typos
-- GEARPUMP-48  Improve Java interoperability
-- GEARPUMP-37  Sometimes application clock is "not started" when the data stream is very slow
-- GEARPUMP-32  Minimum clock of source Tasks maybe inaccurate
-- GEARPUMP-15  Define initial Apache branded home website
+- GEARPUMP-48 Improve Java interoperability
+- GEARPUMP-37 Sometimes application clock is "not started" when the data stream is very slow
+- GEARPUMP-32 Minimum clock of source Tasks maybe inaccurate
+- GEARPUMP-23 add window DSL
+- GEARPUMP-15 Define initial Apache branded home website
 
 Apache Gearpump 0.8.1
 ==================

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e87abbf2/docs/version.yml
----------------------------------------------------------------------
diff --git a/docs/version.yml b/docs/version.yml
index eb1c45e..8a18936 100644
--- a/docs/version.yml
+++ b/docs/version.yml
@@ -1,5 +1,5 @@
 ---
-GEARPUMP_VERSION: "0.8.2"
+GEARPUMP_VERSION: "0.8.3-SNAPSHOT"
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"
 ---

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e87abbf2/notes/0.8.2.markdown
----------------------------------------------------------------------
diff --git a/notes/0.8.2.markdown b/notes/0.8.2.markdown
new file mode 100644
index 0000000..d62e8e6
--- /dev/null
+++ b/notes/0.8.2.markdown
@@ -0,0 +1,41 @@
+This is our first **binary** release as Apache Incubator.
+
+## Highlights
+
+- window DSL. Users can write window-aggregation  applications with high level DSL now.
+- experimental Redis connector.
+
+## Change log:
+
+- GEARPUMP-241 Update CHANGELOG.md to reflect all JIRA's 
+- GEARPUMP-240 Correct licenses
+- GEARPUMP-239 Correct binary and source licenses subdirectory
+- GEARPUMP-238 Correct release naming and packaging
+- GEARPUMP-237 do not manually download sbt launcher jar on travis
+- GEARPUMP-234 Update LICENSE and related files for 0.8.2-incubating binary release
+- GEARPUMP-230 Removed unused code from AppMasterService
+- GEARPUMP-227 remove unneeded license files
+- GEARPUMP-226 refactor build files
+- GEARPUMP-225 move partitioner from gearpump-core to module gearpump-streaming
+- GEARPUMP-224 Merge gearpump-daemon to gearpump-core
+- GEARPUMP-222 DFSJarStore is loaded even when local file path is configured
+- GEARPUMP-218 add shaded library as transitive dependencies
+- GEARPUMP-215 Gearpump Redis Integration - RedisStorage
+- GEARPUMP-213 build docs with MkDocs
+- GEARPUMP-212 Make Gearpump's shaded artifacts publishable
+- GEARPUMP-208 Demo site goes down a lot. Also references gearpump.io when connection is refused
+- GEARPUMP-207 remove hadoop dependency out of application path from dashboard
+- GEARPUMP-205 remove hdfs dependency from command gear's classpath
+- GEARPUMP-204 Add unit test for external_hbase module
+- GEARPUMP-203 Use DataSourceTask / DataSinkTask for DSL
+- GEARPUMP-201 integration test failure
+- GEARPUMP-197 Busy loop in FetchThread when incoming queue is full
+- GEARPUMP-189 Update project/Build.scala to enable publishing releases to https://repository.apache.org/content/repositories/releases/org/apache/gearpump/
+- GEARPUMP-188 use java.time.Instant for Task start time
+- GEARPUMP-185 Yarn kills Apache Gearpump's worker if the memory usage is too high
+- GEARPUMP-171 Fix some typos
+- GEARPUMP-48 Improve Java interoperability
+- GEARPUMP-37 Sometimes application clock is "not started" when the data stream is very slow
+- GEARPUMP-32 Minimum clock of source Tasks maybe inaccurate
+- GEARPUMP-23 add window DSL
+- GEARPUMP-15 Define initial Apache branded home website
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/e87abbf2/version.sbt
----------------------------------------------------------------------
diff --git a/version.sbt b/version.sbt
index e86df06..f817483 100644
--- a/version.sbt
+++ b/version.sbt
@@ -16,4 +16,4 @@
  * limitations under the License.
  */
 
-version in ThisBuild := "0.8.2"
+version in ThisBuild := "0.8.3-SNAPSHOT"