From 801bf7f6dbe7690f6724a36f8c7a0a2f5ee11ce8 Mon Sep 17 00:00:00 2001 From: Gonzalo Riestra Date: Fri, 24 Jan 2020 14:02:55 +0100 Subject: [PATCH] Bump to 4.33.0 --- NEWS.md | 63 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 26 deletions(-) diff --git a/NEWS.md b/NEWS.md index 81379bce71c4..34157dd5bf8b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,40 +2,51 @@ Development ----------- ### NOTICES -- This release upgrades the CartoDB PostgreSQL extension to `0.35.0`. Run the following to have it available: +- None yet + +### Features +- None yet + +### Bug fixes / enhancements +- None yet + +4.33.0 (2020-01-24) +------------------- + +### NOTICES +* This release upgrades the CartoDB PostgreSQL extension to `0.35.0`. Run the following to have it available: ```shell cd $(git rev-parse --show-toplevel)/lib/sql sudo make install ``` ### Features -- Limit private maps by quota ([#15412](https://github.com/CartoDB/cartodb/pull/15412)) +* Limit private maps by quota ([#15412](https://github.com/CartoDB/cartodb/pull/15412)) ### Bug fixes / enhancements -- Fix misplaced footer in Dialogs ([#15418](https://github.com/CartoDB/cartodb/pull/15418)) -- Remove directo connections debug trace ([#15274](https://github.com/CartoDB/cartodb/pull/15274)) -- New versioned sanitization of column names ([#15326](https://github.com/CartoDB/cartodb/issues/15326)) -- Change Catalog dropdown placeholders (([#15335](https://github.com/CartoDB/cartodb/issues/15335))) -- Fix /embed_map for kuviz ([#15360](https://github.com/CartoDB/cartodb/pull/15360)) -- Avoid extra calls when counting number of likes of each visualization ([#15349](https://github.com/CartoDB/cartodb/pull/15349)) -- Add scroll to uploaded icons page ([CartoDB/support#2073](https://github.com/CartoDB/support/issues/2073)) -- Disable the submit button in the Request Connector form when needed ([#15353](https://github.com/CartoDB/cartodb/issues/15353)) -- Fix 414 Request-URI error choosing http method based on real query ([CartoDB/support#2263](https://github.com/CartoDB/support/issues/2263)) -- Count kuviz for public map quota ([#15367](https://github.com/CartoDB/cartodb/pull/15367)) -- Exclude table permissions from /viz with show_permission=false ([#15368](https://github.com/CartoDB/cartodb/pull/15368)) -- Track kuviz events ([#15377](https://github.com/CartoDB/cartodb/pull/15377) and [#15386](https://github.com/CartoDB/cartodb/pull/15386)) -- Add config option for disabling email MX check ([#15280](https://github.com/CartoDB/cartodb/pull/15280)) -- Add default delivery days for data observatory metadata ([#15362](https://github.com/CartoDB/cartodb/pull/15362)) -- Add required tips parameter to fix street geocoding in advanced mode ([CartoDB/support#2265](https://github.com/CartoDB/support/issues/2265)) -- Use plpython3u for PG12+ ([#15228](https://github.com/CartoDB/cartodb/pull/15228)) -- Avoid requesting password for kuviz with permissions and send email when sharing ([#15384](https://github.com/CartoDB/cartodb/pull/15384)) -- Unique name for Kuvizs [#15385](https://github.com/CartoDB/cartodb/pull/15385) -- Check if the connector is configured to add it to the Connectors UI [#15399](https://github.com/CartoDB/cartodb/pull/15399) -- Add a new geocoder (Geocodio) [#15394](https://github.com/CartoDB/cartodb/issues/15394) -- Do dataset price returns zero or null [#15408](https://github.com/CartoDB/cartodb/pull/15408) -- Fix ensuring uniqueness working with kuviz [#15417](https://github.com/CartoDB/cartodb/pull/15417) -- Update CARTOframes onboarding [#15420](https://github.com/CartoDB/cartodb/pull/15420) - +* Fix misplaced footer in Dialogs ([#15418](https://github.com/CartoDB/cartodb/pull/15418)) +* Remove directo connections debug trace ([#15274](https://github.com/CartoDB/cartodb/pull/15274)) +* New versioned sanitization of column names ([#15326](https://github.com/CartoDB/cartodb/issues/15326)) +* Change Catalog dropdown placeholders (([#15335](https://github.com/CartoDB/cartodb/issues/15335))) +* Fix /embed_map for kuviz ([#15360](https://github.com/CartoDB/cartodb/pull/15360)) +* Avoid extra calls when counting number of likes of each visualization ([#15349](https://github.com/CartoDB/cartodb/pull/15349)) +* Add scroll to uploaded icons page ([CartoDB/support#2073](https://github.com/CartoDB/support/issues/2073)) +* Disable the submit button in the Request Connector form when needed ([#15353](https://github.com/CartoDB/cartodb/issues/15353)) +* Fix 414 Request-URI error choosing http method based on real query ([CartoDB/support#2263](https://github.com/CartoDB/support/issues/2263)) +* Count kuviz for public map quota ([#15367](https://github.com/CartoDB/cartodb/pull/15367)) +* Exclude table permissions from /viz with show_permission=false ([#15368](https://github.com/CartoDB/cartodb/pull/15368)) +* Track kuviz events ([#15377](https://github.com/CartoDB/cartodb/pull/15377) and [#15386](https://github.com/CartoDB/cartodb/pull/15386)) +* Add config option for disabling email MX check ([#15280](https://github.com/CartoDB/cartodb/pull/15280)) +* Add default delivery days for data observatory metadata ([#15362](https://github.com/CartoDB/cartodb/pull/15362)) +* Add required tips parameter to fix street geocoding in advanced mode ([CartoDB/support#2265](https://github.com/CartoDB/support/issues/2265)) +* Use plpython3u for PG12+ ([#15228](https://github.com/CartoDB/cartodb/pull/15228)) +* Avoid requesting password for kuviz with permissions and send email when sharing ([#15384](https://github.com/CartoDB/cartodb/pull/15384)) +* Unique name for Kuvizs [#15385](https://github.com/CartoDB/cartodb/pull/15385) +* Check if the connector is configured to add it to the Connectors UI [#15399](https://github.com/CartoDB/cartodb/pull/15399) +* Add a new geocoder (Geocodio) [#15394](https://github.com/CartoDB/cartodb/issues/15394) +* Do dataset price returns zero or null [#15408](https://github.com/CartoDB/cartodb/pull/15408) +* Fix ensuring uniqueness working with kuviz [#15417](https://github.com/CartoDB/cartodb/pull/15417) +* Update CARTOframes onboarding [#15420](https://github.com/CartoDB/cartodb/pull/15420) 4.32.0 (2019-12-27) -------------------