From commits-return-10875-archive-asf-public=cust-asf.ponee.io@streams.apache.org Mon Jan 8 20:54:32 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 828E6180607 for ; Mon, 8 Jan 2018 20:54:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 72A80160C3E; Mon, 8 Jan 2018 19:54:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6964A160C29 for ; Mon, 8 Jan 2018 20:54:31 +0100 (CET) Received: (qmail 22957 invoked by uid 500); 8 Jan 2018 19:54:30 -0000 Mailing-List: contact commits-help@streams.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.apache.org Delivered-To: mailing list commits@streams.apache.org Received: (qmail 22948 invoked by uid 99); 8 Jan 2018 19:54:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jan 2018 19:54:30 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 371A782046; Mon, 8 Jan 2018 19:54:28 +0000 (UTC) Date: Mon, 08 Jan 2018 19:54:31 +0000 To: "commits@streams.apache.org" Subject: [streams] 03/03: add 0.5 and 0.5.1 to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: sblackmon@apache.org In-Reply-To: <151544126804.20890.8369078363342976915@gitbox.apache.org> References: <151544126804.20890.8369078363342976915@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: streams X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: b4ee749fb99fd5b680b206d28330a0d3469674bc X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180108195428.371A782046@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git commit b4ee749fb99fd5b680b206d28330a0d3469674bc Author: Steve Blackmon @steveblackmon AuthorDate: Mon Jan 8 13:54:20 2018 -0600 add 0.5 and 0.5.1 to changelog --- src/site/markdown/changelog.md | 217 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) diff --git a/src/site/markdown/changelog.md b/src/site/markdown/changelog.md index de55bf6..aa37e91 100644 --- a/src/site/markdown/changelog.md +++ b/src/site/markdown/changelog.md @@ -2,6 +2,223 @@ Apache Streams Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0 -------------------------------------------------------------------------------- + Release Notes - Streams - Version 0.5.1 + +

Access +

+
    +
  • [STREAMS-563] - Remove "incubating" from all pom.xmls +
  • +
  • [STREAMS-571] - Remove application.conf from release.sh +
  • +
+ +

Bug +

+
    +
  • [STREAMS-494] - PropertyUtilTest is not running with surefire, and doesn't adequately test PropertyUtil +
  • +
  • [STREAMS-495] - mvn -o clean can fail when streams-plugin-pojo snapshot is not installed +
  • +
  • [STREAMS-499] - site:stage and site:publish problem with 0.5-incubating +
  • +
  • [STREAMS-505] - Add ASFv2 Licenses +
  • +
  • [STREAMS-506] - Missing ASFv2 License in Instagram Provider +
  • +
  • [STREAMS-517] - compile error in streams-provider-instagram in master +
  • +
  • [STREAMS-532] - ids_only=false for friends/followers does not work as expected in streams-provider-twitter +
  • +
  • [STREAMS-545] - SchemaUtil.mergeProperties does not deep-copy / merge sub-objects +
  • +
  • [STREAMS-549] - Bug in PropertyUtil.mergeProperties +
  • +
  • [STREAMS-555] - Test in streams-util failing - because http://json-schema.org/schema has changed +
  • +
  • [STREAMS-570] - Update enabled=false on TwitterThirtyDaySearchProviderIT +
  • +
+ +

Improvement +

+
    +
  • [STREAMS-394] - Replace Travis CI with jenkins for building PRs +
  • +
  • [STREAMS-492] - Create a twitter keyword search provider +
  • +
  • [STREAMS-493] - streams-examples jenkins build fails +
  • +
  • [STREAMS-502] - Re-implement instagram providers using juneau libraries +
  • +
  • [STREAMS-508] - Utilize new third-party rest proxy capability in provider-twitter +
  • +
  • [STREAMS-512] - Add @BeanProperty annotations in addition to @JsonProperty +
  • +
  • [STREAMS-516] - switch @BeanProperty annotations to value +
  • +
  • [STREAMS-519] - Support parsing dates with micro and nano precision with StreamsJacksonMapper +
  • +
  • [STREAMS-521] - Add support for twitter direct message events and web hook events +
  • +
  • [STREAMS-530] - Log the page_count, item_count, last_count when providers shut down +
  • +
  • [STREAMS-531] - Implement the /friendships endpoint in streams-provider-twitter +
  • +
  • [STREAMS-537] - Integration Tests should not assume presence of any specific system property values not controlled via SCM or maven lifecycle +
  • +
  • [STREAMS-546] - Allow rat plugin to ignore .conf files in project root +
  • +
  • [STREAMS-552] - Disable .debug() by default in org.apache.streams.twitter.api.Twitter +
  • +
  • [STREAMS-557] - RiakHttpClient would be more useful if it exposed baseUrl publically +
  • +
  • [STREAMS-565] - Permit access to StreamsConfigurator underlying Config without resolve() +
  • +
+ +

New Feature +

+
    +
  • [STREAMS-535] - Implement /users/search and /users/suggestions in streams-provider-twitter +
  • +
  • [STREAMS-553] - Implement Premium Search in streams-provider-twitter +
  • +
  • [STREAMS-556] - Twitter: SevenDaySearchProvider +
  • +
  • [STREAMS-566] - Twitter: ThirtyDaySearchProvider +
  • +
+ +

Task +

+
    +
  • [STREAMS-316] - add “apache’ to the artifact name +
  • +
  • [STREAMS-420] - reboot: cleanup JIRA +
  • +
  • [STREAMS-496] - Remove twitter4j dependency from streams-provider-twitter +
  • +
  • [STREAMS-497] - Add streams prefix to project and examples artifactIds +
  • +
  • [STREAMS-500] - Remove jackson-datatype-json-org from project +
  • +
  • [STREAMS-507] - Jenkins is not deploying snapshots for org/apache/streams/plugins +
  • +
  • [STREAMS-522] - Remove mention of incubating status from code and web site +
  • +
  • [STREAMS-523] - global dependency version bump +
  • +
  • [STREAMS-524] - Ensure all Streams Components are serializable and implement the correct interface +
  • +
  • [STREAMS-525] - discontinue use of reflections-maven +
  • +
  • [STREAMS-526] - incorporate juneau 6.4.0 release +
  • +
  • [STREAMS-527] - Move default values on configuration beans from json schemas into typesafe reference.conf files +
  • +
  • [STREAMS-528] - disable style plugins by default +
  • +
  • [STREAMS-529] - Make it possible to update data behind the StreamsConfigurator after initialization. +
  • +
  • [STREAMS-533] - Fix JavaDoc links in streams-provider-twitter +
  • +
  • [STREAMS-534] - Implement /search/tweets in streams-provider-twitter +
  • +
  • [STREAMS-539] - quick profile should be disabled by default +
  • +
  • [STREAMS-540] - drop dependence on third-party test data archive +
  • +
  • [STREAMS-547] - add any missing AL headers +
  • +
  • [STREAMS-548] - update juneau dependency to 7.0.0 +
  • +
  • [STREAMS-564] - Update dependency versions on juneau and httpclient +
  • +
+ + Release Notes - Streams - Version 0.5 + +

Sub-task +

+
    +
  • [STREAMS-255] - Merge streams-master into streams-project +
  • +
+ +

Bug +

+
    +
  • [STREAMS-257] - Remove incomplete DEPENDENCIES file from src zip artifact +
  • +
  • [STREAMS-448] - TwitterUserInformationConfiguration only accepts Twitter IDs not usernames +
  • +
  • [STREAMS-472] - Fix failing IT in streams-plugins +
  • +
  • [STREAMS-477] - Fix link for checkstyle.xml +
  • +
  • [STREAMS-481] - Update .travis.yml to use Java 8 +
  • +
  • [STREAMS-490] - Upgrade Flink to 1.2.0 and remove the remaining guava references in streams-examples +
  • +
+ +

Improvement +

+
    +
  • [STREAMS-71] - Sysomos Provider should allow a target document or timeframe to be set +
  • +
  • [STREAMS-341] - Cassandra Persistance +
  • +
  • [STREAMS-344] - Support binary protocol in streams-persist-graph +
  • +
  • [STREAMS-438] - Create coding guidelines document for website +
  • +
  • [STREAMS-453] - tag each jira against one/more components. +
  • +
  • [STREAMS-476] - Remove guava dependency from streams-example project +
  • +
+ +

New Feature +

+
    +
  • [STREAMS-455] - LICENSE, NOTICE and DISCLAIMER in source control. +
  • +
  • [STREAMS-478] - streams persist reader/writer for Apache Cassandra +
  • +
  • [STREAMS-480] - Remove -incubating suffix from Release artifacts names +
  • +
  • [STREAMS-482] - persist capability for riak +
  • +
  • [STREAMS-483] - add support for SSL connections to streams-persist-cassandra +
  • +
  • [STREAMS-484] - Update website to reflect deprecation of streams-master +
  • +
  • [STREAMS-485] - Improve release process - no more repeated pasting of versions +
  • +
  • [STREAMS-486] - Update release script on website +
  • +
+ +

Task +

+
    +
  • [STREAMS-444] - tighten up test logging +
  • +
  • [STREAMS-463] - Move every class in all repos underneath org.apache.streams +
  • +
+ +

Test +

+ + Release Notes - Streams - Version 0.4

Sub-task -- To stop receiving notification emails like this one, please contact "commits@streams.apache.org" .