Skip to content

Commit

Permalink
Merge pull request #15426 from CartoDB/new_release
Browse files Browse the repository at this point in the history
Bump to 4.33.0
  • Loading branch information
gonzaloriestra authored Jan 24, 2020
2 parents 2bd4bc2 + 801bf7f commit fb65fc5
Showing 1 changed file with 37 additions and 26 deletions.
63 changes: 37 additions & 26 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------
Expand Down

0 comments on commit fb65fc5

Please sign in to comment.