From commits-return-5556-archive-asf-public=cust-asf.ponee.io@predictionio.apache.org Mon Mar 11 05:03:36 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9A4D1180621 for ; Mon, 11 Mar 2019 06:03:35 +0100 (CET) Received: (qmail 41084 invoked by uid 500); 11 Mar 2019 05:03:34 -0000 Mailing-List: contact commits-help@predictionio.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.apache.org Delivered-To: mailing list commits@predictionio.apache.org Received: (qmail 41069 invoked by uid 99); 11 Mar 2019 05:03:34 -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, 11 Mar 2019 05:03:34 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A0188879A8; Mon, 11 Mar 2019 05:03:33 +0000 (UTC) Date: Mon, 11 Mar 2019 05:03:33 +0000 To: "commits@predictionio.apache.org" Subject: [predictionio] branch release/0.14.0 updated: Update RELEASE.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155228061358.20958.7149469780633887347@gitbox.apache.org> From: shimamoto@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: predictionio X-Git-Refname: refs/heads/release/0.14.0 X-Git-Reftype: branch X-Git-Oldrev: 6d5c36f2d93677232f961d449e846d1b397210fe X-Git-Newrev: df04af09049c28a00246b8f8e3c83d184deb4f3e X-Git-Rev: df04af09049c28a00246b8f8e3c83d184deb4f3e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. shimamoto pushed a commit to branch release/0.14.0 in repository https://gitbox.apache.org/repos/asf/predictionio.git The following commit(s) were added to refs/heads/release/0.14.0 by this push: new df04af0 Update RELEASE.md df04af0 is described below commit df04af09049c28a00246b8f8e3c83d184deb4f3e Author: shimamoto AuthorDate: Mon Mar 11 14:01:49 2019 +0900 Update RELEASE.md --- RELEASE.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 03d115e..72eb86e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,17 +17,59 @@ limitations under the License. # Release Notes and News -**Note:** For upgrade instructions please refer to [this page](http://predictionio.apache.org/resources/upgrade/). +**Note:** For upgrade instructions please refer to [this page](https://predictionio.apache.org/resources/upgrade/). -## Deprecation Notice +## Version History -### 0.13.0 +### 0.14.0 -- Support for Scala 2.10.x and Spark 1.x are now deprecated. The next non-patch - version of PredictionIO may no longer support them - ([PIO-158](https://issues.apache.org/jira/browse/PIO-158)). +Mar 11, 2019 -## Version History +#### Breaking changes + +- [PIO-168](https://issues.apache.org/jira/browse/PIO-168): Elasticsearch 6.x support (see the [pull request](https://github.com/apache/predictionio/pull/466)) + +#### New Features + +- [PIO-183](https://issues.apache.org/jira/browse/PIO-183): Add Jupyter Docker image +- [PIO-199](https://issues.apache.org/jira/browse/PIO-199): Spark 2.4 (Scala 2.11) support + +#### Behavior Changes + +- [PIO-31](https://issues.apache.org/jira/browse/PIO-31): Move from spray to akka-http in servers +- [PIO-171](https://issues.apache.org/jira/browse/PIO-171): Drop Scala 2.10 and Spark 1.6 support +- [PIO-175](https://issues.apache.org/jira/browse/PIO-175): Deprecation of Elasticsearch 1.x support +- [PIO-179](https://issues.apache.org/jira/browse/PIO-179): bump up hbase client version and make it configurable +- [PIO-192](https://issues.apache.org/jira/browse/PIO-192): Enhance PySpark support +- [PIO-196](https://issues.apache.org/jira/browse/PIO-196): Use external PySpark environment variables in Jupyter Docker image + +#### Other Changes + +- [PIO-153](https://issues.apache.org/jira/browse/PIO-153): Allow use of GNU tar on non-GNU systems +- [PIO-170](https://issues.apache.org/jira/browse/PIO-170): Upgrade sbt to 1.x +- [PIO-176](https://issues.apache.org/jira/browse/PIO-176): Clean up unmanaged sources in the data module +- [PIO-182](https://issues.apache.org/jira/browse/PIO-182): Add asynchronous (non-blocking) methods to LEventStore +- [PIO-188](https://issues.apache.org/jira/browse/PIO-188): Update the build matrix to the latest supported versions +- [PIO-189](https://issues.apache.org/jira/browse/PIO-189): ES6 integration test fails +- [PIO-194](https://issues.apache.org/jira/browse/PIO-194): S3 Model Data Storage should allow more flexible ways for specifying AWS credentials +- [PIO-203](https://issues.apache.org/jira/browse/PIO-203): pio status warnings +- [PIO-205](https://issues.apache.org/jira/browse/PIO-205): Update Dockerfile to reflect new Spark version +- [PIO-206](https://issues.apache.org/jira/browse/PIO-206): Spark 2.3.2 to 2.3.3 + +#### Documentation + +- [PIO-172](https://issues.apache.org/jira/browse/PIO-172): Migration guide for ES 6.x changes +- [PIO-180](https://issues.apache.org/jira/browse/PIO-180): Trivial LiveDoc Link Change in Readme +- [PIO-185](https://issues.apache.org/jira/browse/PIO-185): Non-tracked Link in Apache Project page +- [PIO-195](https://issues.apache.org/jira/browse/PIO-195): Improve readability and grammar of documentation + +#### Credits + +The following contributors have spent a great deal of effort to bring to you +this release: + +Alexander Merritt, Chris Wewerka, Donald Szeto, Naoki Takezoe, Saurabh Gulati, +Shinsuke Sugaya, Takako Shimamoto, Wei Chen, Yavor Stoychev ### 0.13.0