Repository: incubator-apex-malhar Updated Branches: refs/heads/release-3.3 05c4b8be9 -> 53400b2d3
Add @since tags and update change log for release 3.3.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/53400b2d Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/53400b2d Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/53400b2d Branch: refs/heads/release-3.3 Commit: 53400b2d357d3f7d48003bcaf3393f4b3fd31c8b Parents: 05c4b8b Author: bhupesh <[email protected]> Authored: Wed Feb 24 20:36:52 2016 +0530 Committer: bhupesh <[email protected]> Committed: Thu Feb 25 00:44:40 2016 +0530 ---------------------------------------------------------------------- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/53400b2d/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index d4698c0..00ea297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Apex Malhar Changelog ======================================================================================================================== +Version 3.3.1-incubating - 2016-02-27 +------------------------------------------------------------------------------------------------------------------------ + +### Bug +* [APEXMALHAR-1970] - ArrayOutOfBoundary error in One_To_Many Partitioner for 0.9 kafka input operator +* [APEXMALHAR-1973] - InitialOffset bug and duplication caused by offset checkpoint +* [APEXMALHAR-1984] - Operators that use Kryo directly would throw exception in local mode +* [APEXMALHAR-1990] - Occasional concurrent modification exceptions from IdempotentStorageManager +* [APEXMALHAR-1993] - Committed offsets are not present in offset manager storage for kafka input operator +* [APEXMALHAR-1994] - Operator partitions are reporting offsets for kafka partitions they don't subscribe to +* [APEXMALHAR-1998] - Kafka unit test memory requirement breaks Travis CI build +* [APEXMALHAR-2003] - NPE in FileSplitterInput + +### Improvement +* [APEXMALHAR-1983] - Support special chars in topics setting for new Kafka Input Operator + +### Task +* [APEXMALHAR-1968] - Update NOTICE copyright year +* [APEXMALHAR-1986] - Change semantic version check to use 3.3 release + Version 3.3.0-incubating - 2016-01-10 ------------------------------------------------------------------------------------------------------------------------
