Skip to content

Releases: CartoDB/cartodb

v4.36.0

09 Mar 14:37
Compare
Choose a tag to compare
Version 4.36.0

v4.35.0

24 Feb 15:35
Compare
Choose a tag to compare
Version 4.35.0

v4.34.0

24 Feb 15:35
Compare
Choose a tag to compare
Version 4.34.0

v4.33.1

27 Jan 08:43
Compare
Choose a tag to compare
Version 4.33.1

v4.33.0

27 Jan 08:36
fb65fc5
Compare
Choose a tag to compare
tag 4.33.0

v4.32.0

27 Dec 16:00
727ec0c
Compare
Choose a tag to compare
Merge pull request #15355 from CartoDB/release_20191227

Release 20191227

v4.11.59

01 Mar 10:07
2214060
Compare
Choose a tag to compare
Bump

3.12.4

10 Mar 09:56
Compare
Choose a tag to compare

Bug Fixes

  • Fixes in HTTP Header authentication.
  • Fixes in avatar urls
  • Fixes in organization sigup
  • Fixes in high resolution geocoder when using google provider
  • Fixed rake to setup google maps

3.12.3

29 Jan 12:23
Compare
Choose a tag to compare

Features

  • Group support for organizations.
  • User quota slider in organizations management.
  • Update navigation in public pages.
  • Support for HTTP Header authentication.
  • New visualization backups.
  • GPX multilayer file creates a multilayer map
  • Allow to create sync tables with a map if setting up onw from "connect dataset" from the Maps view

Bug Fixes

  • Now the owner of the dataset is going to receive an email when the synchronization fails hits the max allowed number #3501
  • If the dataset don't have an associated map we avoid to use the zoom property #5447
  • Display custom attribution of layers in the editor and embeds #5388
  • Fix for #5477 bug moving users with non-cartodbfied tables
  • Added a rake task to notify trendy maps to the map owner when reach a certain mapviews amount (500, 1000, 2000 and so on). This task takes into account the day before so it should be exectuded daily
  • Fixed negative geocoding quota in georeference modal #5622
  • Fully removed Layer parent_id from backend and frontend as wasn't used.
  • Added #5975 Box integration.
  • Fixed geocoding in onpremise versions

Security fixes

  • Removing Bitly shortener.
  • Several XSS fixes in organization accounts
  • API fixes that allows

3.11.0

09 Sep 09:08
Compare
Choose a tag to compare

3.11.0 (2015-09-09)

  • Synchronizations model now has a new field (and FK) to visualizations.id and joins to them using that instead of by matching name to canonical visualization's table name. It also gets deleted if FK dissapears.
  • Code also switches to using syncrhonizations.visualization_id for linking, so in order to have back existing synchronizations, the following rake needs to be run: bundle exec rake cartodb:populate_synchronization_visualization_ids
  • StatsD data gathering refactored. Check /lib/cartodb/stats for details
  • Data library feature is not cartodb user dependent anymore. By default the username you defined in the common-data config section, will be used with your base url to query for public datasets to build your own data-library based on that user. You can define the base_url property and point to other domain to retreive the public datasets from that user. For example set to https://common-data.cartodb.com you are going to keep using the cartodb data-library. Please refer to the example configuration file (app_config.yml.sample) common_datasection to check how it could be configured
  • New modals (removing old code & feature flag restricting access to new ones) #5068
  • Updated (most of) frontend dependencies #5171
  • Metadata is editable when datasets have a SQL Query is applied #5195
  • LDAP configuration & authentication system. If active deactivates standard CartoDB & Google authentications. See cartodb:ldap:create_ldap_configuration rake for how to create one, and source code of /app/models/carto/ldap for more details.
  • Upgrade cartodb-postgresql extension to 0.9.4, which includes the new cartodbfy process. As part of this change new user tables won't have the columns created_at nor updated_at. See the release notes for more details.
  • Added code coverage generation for tests suite. After a run, results will be stored at coverage subfolder
  • Fixed street addr tab for georeference modal for google maps/geocoder usage #5281
  • Privacy toggler within create dataset dialog #5340
  • Fixed maps disappearing after creation + navigation to dashboard #5264
  • Log.append now allows to disable truncating (by default active)
  • Detection of lat/long columns now is done in ogr2ogr2 rather than rails code #5349. In order to get this feature working (and some related tests), execute this to get the ogr2ogr2 package updated: sudo apt-get update; sudo apt-get upgrade. From this version on, the ogr2ogr2 package is mandatory. In order to install it: sudo apt-get install ogr2ogr2-static-bin.
  • Removed Mixpanel tracking code #5410
  • Don't try to short url with bitly if credentials are not present in app_config.yml