STORM-1363: CHANGELOG
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d5f4c402 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d5f4c402 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d5f4c402 Branch: refs/heads/1.x-branch Commit: d5f4c4021984bad9044654284f7d43ce03d24f41 Parents: 4fc55b3 Author: Jungtaek Lim <[email protected]> Authored: Wed Feb 22 16:39:16 2017 +0900 Committer: Jungtaek Lim <[email protected]> Committed: Wed Feb 22 16:39:16 2017 +0900 ---------------------------------------------------------------------- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/d5f4c402/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index aaffcef..7be2ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 1.1.0 +## 1.1.1 +* STORM-1363: TridentKafkaState should handle null values from TridentTupleToKafkaMapper.getMessageFromTuple() + +## 1.1.0 * STORM-2365: Support for specifying output stream in event hubs spout * STORM-2250: Kafka spout refactoring to increase modularity and testability * STORM-2340: fix AutoCommitMode issue in KafkaSpout
