Repository: storm Updated Branches: refs/heads/master 3580dbc80 -> 8814bfaa1
Changelog: Move STORM-2541 to 1.2.0 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8814bfaa Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8814bfaa Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8814bfaa Branch: refs/heads/master Commit: 8814bfaa14f1bcca050505f9e2b7168fe61b1a5b Parents: 3580dbc Author: Stig Rohde Døssing <[email protected]> Authored: Wed Jul 19 20:36:10 2017 +0200 Committer: Stig Rohde Døssing <[email protected]> Committed: Wed Jul 19 20:36:10 2017 +0200 ---------------------------------------------------------------------- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/8814bfaa/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 625e7b5..8f72ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ ## 2.0.0 * STORM-2542: Remove storm-kafka-client KafkaConsumer.subscribe API option, make KafkaConsumer.assign the default * STORM-2133: add page-rendered-at timestamp on the UI - * STORM-2541: Fix storm-kafka-client manual subscription not being able to start consuming * STORM-2622: Add owner resource summary on storm UI * STORM-2634: Apply new code style to storm-sql-runtime * STORM-2633: Apply new code style to storm-sql-redis @@ -291,6 +290,7 @@ * STORM-2379: ElasticSearch connector changes to use new APIs. ## 1.2.0 + * STORM-2541: Fix storm-kafka-client manual subscription not being able to start consuming * STORM-2548: Simplify KafkaSpoutConfig to avoid duplicating KafkaConsumer configuration parameters * STORM-2491: Adding extra Cassandra configuration parameters * STORM-2383: [storm-hbase] Support HBase as state backend
