Release Notes
June 26th, 2026 (v1.16.0)
Module quadbin
New
Added QUADBIN_POLYFILL_TABLE procedure — polyfill a query or table of geometries into Quadbin cells and write the result to an output table.
March 27th, 2026 (v1.13.0)
Architecture
Fix
Improved package installer to properly handle function drops and support port and SSL configuration options.
Module lds
Fix
Updated CREATE_H3_ISOLINES procedure to fix edge cases that didn't allow preview in workflows.
Migrated CREATE_H3_ISOLINES implementation to not use Python UDFs, in line with the ongoing deprecation.
Improved error logging when routes and responses exceed size limits.
December 31st, 2025 (v1.12.0)
Architecture
New
Due to the upcoming deprecation of Python UDFs announced by Redshift, all the functions that made use of Python code have been updated in order to use AWS lambdas. The installation process has been updated accordingly to also install these lambda functions.
Module lds
New
Add H3_ISOLINE function and CREATE_H3_ISOLINES procedure in order to calculate H3 isochrones from a given point by using Traveltime services.
August 25th, 2025 (v1.11.2)
Module tiler
New
Added option
max_categories_limitthat controls the maximum number of categories from string columns included in metadata for every tiler procedure.
Module data
Fix
Enrichment procedures now use
ST_ASBINARYfor geometry comparison in replacement ofST_EQUALSwhich was creating more rows than there were contained in the input data.
May 14th, 2025 (v1.11.0)
Module lds
New
Added CREATE_ROUTING_MATRIX which computes route data between a set of origin and destination points and generates a table adding the distance and time of each pair of values.
May 6th, 2025 (v1.10.0)
Module lds
Fix
Added a fix to have better handling of null values in all procedures
Module clustering
Fix
Added a fix to prevent the ST_CLUSTERKMEANS procedure from throwing an error when encountering null values in Geography columns
November 27th, 2024 (v1.8.1)
Module lds
Fix
Fixed an issue that produced redundant calls in CREATE_ROUTES procedure.
September 24th, 2024 (v1.8.0)
Module tiler
New
Add
tile_resolutionto all tileset creation options. This new setting allows controlling the size of the tiles when rendered in a map. Higher values produce larger tiles.
Module lds
Fix
Improved handling of FQNs in CREATE_ISOLINES and CREATE_ROUTES procedures..
May 22nd, 2024 (v1.7.0)
Module http_request
New
We have a new module named “http_request”. It allows making requests to external endpoints through the function
HTTP_REQUEST.
Module import
New
We have a new module named “import”. It allows importing tables for a given URL containing a file in any of the formats supported by the CARTO Import API. The procedure in charge of this import is
IMPORT_URL.
April 18th, 2024 (v1.6.1)
Module clustering
Fix
Update
ST_CLUSTERKMEANSin order to avoid generating less clusters than requested. The maximum number of clusters now will be equal to the number of different points passed.
Module lds
Fix
GEOCODE_TABLEnot working properly for “geom_column” parameters value different from “geom”.
March 21st, 2024 (v1.6.0)
Module lds
New
All external functions (including those used by the procedures in the lds module) now use a single, unified endpoint. This also simplifies the manual installation of the Analytics Toolbox.
GEOCODE_TABLE now uses async batch geocoding with TomTom, boosting the geocoding speed considerably. Also matching by rows is applied ensuring that the address that reaches the TomTom endpoints is as similar as possible as the table value.
February 16th, 2024 (v1.5.1)
Module lds
Fix
CREATE_ISOLINES fixed a problem with using input credentials for all requests.
Fixed support for waypoints in CREATE_ROUTES.
January 18th, 2024 (v1.5.0)
Module quadbin
New
New QUADBIN_DISTANCE function that returns the distance (number of cells) between two quadbin cells.
Fix
Improved precision when calculating cell indexes from latitudes close to the poles (±90º).
Module constructors
Fix
Fixed a problem with the output of ST_BEZIERSPLINE and ST_MAKEELLIPSE functions, they now return a GEOMETRY type column instead of a VARCHAR.
Fixed a problem with the output of ST_MAKEENVELOPE function, it now returns a GEOMETRY with SRID 4326.
Module transformations
Fix
Fixed a problem with the output of ST_CENTERMEAN, ST_CENTERMEDIAN, ST_CENTROID, ST_DESTINATION and ST_GREATCIRCLE functions, they now return a GEOMETRY with SRID 4326.
Module tiler
Fix
Fixed a problem with CREATE_SIMPLE_TILESET procedure, that was crashing when the value for the “max_tile_size_strategy” property was "drop_fraction_as_needed" in points tables.
Improved tile precision when creating tilesets from geometries containing points with latitudes close to the poles (±90º) using CREATE_SIMPLE_TILESET or CREATE_POINT_AGGREGATION_TILESET.
Improved bounds calculation to get an approximate value when using h3 cells in the CREATE_SPATIAL_INDEX_TILESET procedure.
Module data
Fix
Fixed an issue when using AVG aggregation, that was not correctly computed when “data_query” contained NULL values.
Module lds
Fix
GEOCODE_TABLE malfunctioning for multi-line addresses with multiple rows with scape line and indentations.
December 23, 2023 (v1.4.1)
Module lds
Fix
Accept one or more AWS roles for the SETUP function
Module tiler
Fix
Tiler support for non-integer numeric properties. We have corrected a problem that was causing problems when using numeric properties with decimal values.
November 13, 2023 (v1.4.0)
Module lds
New
Add SETUP procedure. This procedure allows configuring credentials and endpoints of an Analytics Toolbox installation. Find more information about this topic in this documentation.
Replace LDS_QUOTA_INFO by GET_LDS_QUOTA_INFO function. This new function allows checking your currently consumed quota with a single query, without the need to store the result as a table.
October 13, 2023 (v1.3.1)
Module tiler
Improvement
Performance optimizations for the produres that generate tilesets:
Module lds
Improvement
New batch service for CREATE_ISOLINES. Used automatically by the procedure. No changes required.
August 7, 2023 (v1.2.1)
Module lds
Fix
We have made the GEOCODE_TABLE procedure more robust for special characters contained in the address data.
July 14, 2023 (v1.2.0)
Module lds
New
We are now allowing users to send any of the parameter options supported by the isolines service provider in CREATE_ISOLINES.
We have improved our logging of results in GEOCODE_TABLE so more information about processed and geocoded rows is provided to the user. Also the new option “carto_force_geocode” allows the re-geocoding of already geocoded rows.
Fix
We have applied some fixes to the CREATE_ROUTES function so the metadata column can be successfully created and informed.
Module quadbin
Change
We have updated the formula used in QUADBIN_FROMLONGLAT so it gets standardized. In addition a new implementation of QUADBIN_TOCHILDREN has been added in order to increase performance.
\
June 6, 2023 (v1.1.0)
Module lds
New
We have created a new procedure named CREATE_ROUTES, which calculates the routes (returned as linestrings) between a set of given origins and destinations (points) in a query. It supports different transport modes and advanced options as the other functions of the lds module.
April 4, 2023 (v1.0.2)
Module lds
Change
We have updated the LDS module to be aligned with the new usage quota model, working as an annual budget and combining consumption across all supported LDS services.
March 7, 2023 (v1.0.1)
Module lds
Fix
Returning geometries with proper srid (4326) in GEOCODE_TABLE, CREATE_ISOLINES, GEOCODE and ISOLINE.
December 22, 2022
Module lds
Improvement
We have added the possibility to configure more options as parameters when executing the functions to CREATE_ISOLINES. These new options, which depend on the LDS service provider, allow the user to configure more transportation modes such as truck or bike, the possibility of specifying departure or arrival times allowing the creation of reverse isolines, and other options like different routing modes.
Added new confidence/relevance metadata to the results of the geocoding function GEOCODE_TABLE.
Module quadbin
New
Quadbin/quadkey conversion functions have been added to ease the conversion from quadbin to quadkey and from quadkey to quadbin indexes.
June 24, 2022
Module quadbin
Feature
Add QUADBIN_BBOX function.
Add QUADBIN_BOUNDARY function.
Add QUADBIN_CENTER function.
Add QUADBIN_FROMGEOGPOINT function.
Add QUADBIN_FROMLONGLAT function.
Add QUADBIN_FROMZXY function.
Add QUADBIN_ISVALID function.
Add QUADBIN_KRING function.
Add QUADBIN_KRING_DISTANCES function.
Add QUADBIN_POLYFILL function.
Add QUADBIN_RESOLUTION function.
Add QUADBIN_SIBLING function.
Add QUADBIN_TOCHILDREN function.
Add QUADBIN_TOPARENT function.
Add QUADBIN_TOZXY function.
December 10, 2021
Module constructors
Improvement
Deployment schema “carto” instead of “constructors”.
Removed
Remove VERSION function.
Module placekey
Improvement
Deployment schema “carto” instead of “placekey”.
Rename H3_ASPLACEKEY function to PLACEKEY_FROMH3.
Rename PLACEKEY_ASH3 function to PLACEKEY_TOH3.
Rename ISVALID function to PLACEKEY_ISVALID.
Removed
Remove VERSION function.
Module processing
Improvement
Deployment schema “carto” instead of “processing”.
Removed
Remove VERSION function.
Module s2
Improvement
Deployment schema “carto” instead of “s2”.
Rename HILBERTQUADKEY_FROMID function to S2_TOHILBERTQUADKEY.
Rename ID_FROMHILBERTQUADKEY function to S2_FROMHILBERTQUADKEY.
Rename ID_FROMTOKEN function to S2_FROMTOKEN.
Rename ID_FROMUINT64REPR function to S2_FROMUINT64REPR.
Rename LONGLAT_ASID function to S2_FROMLONGLAT.
Rename RESOLUTION function to S2_RESOLUTION.
Rename ST_ASID function to S2_FROMGEOGPOINT.
Rename ST_ASID_POLYFILL_BBOX function to S2_POLYFILL_BBOX.
Rename ST_BOUNDARY function to S2_BOUNDARY.
Rename TOCHILDREN function to S2_TOCHILDREN.
Rename TOKEN_FROMID function to S2_TOTOKEN.
Rename TOPARENT function to S2_TOPARENT.
Rename UINT64REPR_FROMID function to S2_TOUINT64REPR.
Removed
Remove VERSION function.
Module transformations
Improvement
Deployment schema “carto” instead of “transformations”.
Removed
Remove VERSION function.
Module clustering
Improvement
Deployment schema “carto” instead of “clustering”.
Removed
Remove VERSION function.
Module random
Improvement
Deployment schema “carto” instead of “random”.
ST_GENERATEPOINTS now uses a spherically uniform distribution. Previously used to by uniform on projection.
Removed
Remove VERSION function.
October 6, 2021
Module processing
Feature
Create processing module.
Add VERSION function.
Add ST_POLYGONIZE function.
Add ST_DELAUNAYLINES function.
Add ST_DELAUNAYPOLYGONS function.
Add ST_VORONOILINES function.
Add ST_VORONOIPOLYGONS function.
Module transformations
Feature
Create transformations module.
Add VERSION function.
Add ST_CENTERMEAN function.
Add ST_CENTROID function.
Add ST_CENTEROFMASS function
Add ST_CENTERMEDIAN function
Add ST_GREATCIRCLE function
Add ST_DESTINATION function
September 23, 2021
Module s2
Feature
Create s2 module.
Add HILBERTQUADKEY_FROMID function.
Add ID_FROMHILBERTQUADKEY function.
Add ID_FROMTOKEN function.
Add ID_FROMUINT64REPR function.
Add LONGLAT_ASID function.
Add RESOLUTION function.
Add ST_ASID function.
Add ST_ASID_POLYFILL_BBOX function.
Add ST_BOUNDARY function.
Add TOCHILDREN function.
Add TOKEN_FROMID function.
Add TOPARENT function.
Add UINT64REPR_FROMID function.
Add VERSION function.
Last updated
Was this helpful?
