Repository: incubator-streams Updated Branches: refs/heads/master 9e6ed3e38 -> a726a67ed
STREAMS-451: Remove Changelog.md, this closes apache/incubator-streams#329 Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/a726a67e Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/a726a67e Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/a726a67e Branch: refs/heads/master Commit: a726a67eda20be4f6809cfac44710656d52dae34 Parents: 9e6ed3e Author: smarthi <[email protected]> Authored: Wed Nov 23 19:43:04 2016 -0500 Committer: smarthi <[email protected]> Committed: Wed Nov 23 19:43:04 2016 -0500 ---------------------------------------------------------------------- CHANGELOG.md | 56 ------------------------------------------------------- 1 file changed, 56 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/a726a67e/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 8538a15..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,56 +0,0 @@ -Apache Streams (incubating) -Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 --------------------------------------------------------------------------------- - -## 0.1 - - * Initial release! - -## 0.2 - - STREAMS-47 - Complete, test, and document mongo persist - STREAMS-147 - Platform-level type conversion - STREAMS-214 - Create, test, and document file-backed persistance module - STREAMS-231 - Basic Neo4j graph persistence - STREAMS-235 - TwitterFollowingProvider - STREAMS-243 - S3 Persist Writer does not flush or shutdown on stream shutdown - STREAMS-257 - ActivityConverterProcessor should apply reflection mode when configuration is not provided - STREAMS-259 - Filter a stream of Activities for specific verbs and objectTypes - STREAMS-271 - suggest increasing JVM heap in readme - STREAMS-273 - Support POST endpoints in streams-http - STREAMS-278 - Rework pig runtime as part of switch from 'Serializer' to 'Converter' - STREAMS-281 - enable BroadcastMessagePersister - STREAMS-283 - Logstash-friendly monitoring - STREAMS-284 - Read/write parent IDs in streams-persist-elasticsearch - STREAMS-285 - Add all objectTypes in spec to streams-pojo - STREAMS-286 - Add all verbs in spec to streams-pojo - STREAMS-293 - allow for missing metadata fields in streams-persist-hdfs - STREAMS-296 - Local Runtime doesn't allow persist writers enough time to flush and close during shutdown - STREAMS-301 - streams-converters: HOCON Converter - STREAMS-304 - Perform 0.2-incubating release - STREAMS-305 - Add missing AL - STREAMS-306 - Intermittent test failures - STREAMS-307 - Release test-jar packaging \ No newline at end of file
