Preparing for Release 3.1.0
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/03f612ff Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/03f612ff Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/03f612ff Branch: refs/heads/devel-3.1 Commit: 03f612ff858165883daa1630e9af8ed80edc5bfb Parents: ebc83f8 Author: DataTorrent CI <[email protected]> Authored: Tue Sep 1 05:55:17 2015 -0700 Committer: DataTorrent CI <[email protected]> Committed: Tue Sep 1 05:55:17 2015 -0700 ---------------------------------------------------------------------- CHANGELOG.md | 16 ++++++++++++++++ RELEASE.md | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/03f612ff/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index 141ff79..0158919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Apex Changelog ======================================================================================================================== + +Version 3.1.0 +------------------------------------------------------------------------------------------------------------------------ + +** Improvement + * [APEX-12] - Fix Base Operator To Not Show Name Property In App Builder + +** Bug + * [APEX-35] - Test exceptions due to missing directory in saveMetaInfo + * [APEX-36] - FSStorageAgent to account for HDFS lease when writing checkpoint files + * [APEX-37] - Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt + * [APEX-43] - SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec + * [APEX-56] - Controlled plan modification on operator shutdown + + + Version 3.0.0 ------------------------------------------------------------------------------------------------------------------------ http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/03f612ff/RELEASE.md ---------------------------------------------------------------------- diff --git a/RELEASE.md b/RELEASE.md index 3ea89d7..196e7e6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,23 @@ DataTorrent RTS Release Notes ======================================================================================================================== +Version 3.1.0 +------------------------------------------------------------------------------------------------------------------------ + +### Operator Improvements + +* Fix Base Operator To Not Show Name Property In App Builder + +### Few Bug Fixes + +* Test exceptions due to missing directory in saveMetaInfo +* FSStorageAgent to account for HDFS lease when writing checkpoint files +* Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt +* SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec +* Controlled plan modification on operator shutdown +* Fix Base Operator To Not Show Name Property In App Builder + + Version 3.0.0 ------------------------------------------------------------------------------------------------------------------------
