From commits-return-2450-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Mon Mar 25 22:03:19 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 E4BFB18064C for ; Mon, 25 Mar 2019 23:03:18 +0100 (CET) Received: (qmail 59633 invoked by uid 500); 25 Mar 2019 22:03:18 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 59623 invoked by uid 99); 25 Mar 2019 22:03:18 -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, 25 Mar 2019 22:03:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 82BF985821; Mon, 25 Mar 2019 22:03:17 +0000 (UTC) Date: Mon, 25 Mar 2019 22:03:17 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: [docs] improve UPDATING.md around 0.31's [now] optional deps (#7117) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155355139709.25121.2526236403390633332@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 003364e74ea70cad1a4a6e784933fe8bef4c78ec X-Git-Newrev: 87fae5c602cbb2b74eaaa4df27b46204ced4d0ab X-Git-Rev: 87fae5c602cbb2b74eaaa4df27b46204ced4d0ab 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. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new 87fae5c [docs] improve UPDATING.md around 0.31's [now] optional deps (#7117) 87fae5c is described below commit 87fae5c602cbb2b74eaaa4df27b46204ced4d0ab Author: Maxime Beauchemin AuthorDate: Mon Mar 25 15:03:08 2019 -0700 [docs] improve UPDATING.md around 0.31's [now] optional deps (#7117) --- UPDATING.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/UPDATING.md b/UPDATING.md index 5c7edbe..27ea571 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -22,10 +22,6 @@ This file documents any backwards-incompatible changes in Superset and assists people when migrating to a new version. ## Superset 0.32.0 -* If you use `Hive` or `Presto`, we've moved some dependencies that were - in the main package as optional now. To get these packages, - run `pip install superset[presto]` and/or `pip install superset[hive]` as - required. * [5445](https://github.com/apache/incubator-superset/pull/5445) : a change which prevents encoding of empty string from form data in the datanbase. @@ -33,6 +29,17 @@ This involves a non-schema changing migration which does potentially impact a large number of records. Scheduled downtime may be advised. ## Superset 0.31.0 + +* If you use `Hive` or `Presto`, we've moved some dependencies that were + in the main package as optional now. To get these packages, + run `pip install superset[presto]` and/or `pip install superset[hive]` as + required. + +* Similarly, if you use Celery's `flower`, `gsheetsdb`, `thrift` or + `thrift-sasl`, those dependencies have now been made optional in our + package, meaning you may have to install them in your environment post + 0.31.0 + * boto3 / botocore was removed from the dependency list. If you use s3 as a place to store your SQL Lab result set or Hive uploads, you may have to rely on an alternate requirements.txt file to install those