You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by bh...@apache.org on 2016/03/03 17:17:57 UTC

incubator-apex-malhar git commit: Add @since tags and update change log for release 3.3.1

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/master 4d0f8fc01 -> d3a7063d6


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/d3a7063d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/d3a7063d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/d3a7063d

Branch: refs/heads/master
Commit: d3a7063d690e63984c5c93d977dbc0a16293e0c5
Parents: 4d0f8fc
Author: bhupesh <bh...@gmail.com>
Authored: Wed Feb 24 20:36:52 2016 +0530
Committer: bhupesh <bh...@gmail.com>
Committed: Thu Mar 3 21:40:42 2016 +0530

----------------------------------------------------------------------
 CHANGELOG.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/d3a7063d/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
 ------------------------------------------------------------------------------------------------------------------------