Q1 2025
New features and improvements introduced from January to March 2025
Last updated
New features and improvements introduced from January to March 2025
Last updated
January 17th, 2025
New Workspace
We've introduced the ability to share maps with individual users! Previously, maps could only be shared with the entire organization, specific user groups, or made publicly accessible via a link.
With this new feature, Editors now have more granular control over map access permissions. Users can select exactly which individuals should have access to a map (and they can revoke it at any time), making it easier to collaborate on specific projects while maintaining security. For more information, see our section on publishing and sharing maps.
January 10th, 2025
New Workspace
We’re excited to announce that CARTO now supports connecting to Google BigQuery via Workload Identity Federation! This new capability enables secure, seamless authentication without requiring service account keys, making it easier to manage access and improving security for your cloud-native maps, workflows and applications.
With Workload Identity Federation, you can set up a trust relationship between CARTO and your Google Cloud projects for a smooth integration — In other words, you will be managing permissions to each of your CARTO users directly in Google Cloud, using IAM rules.
Another benefit of this method is that it provides a framework to effortlessly scale and distribute granular permissions across large-scale teams using CARTO and BigQuery. To get started:
Administrators will need to set up an integration to configure Workload Identity Federation in CARTO.
Once the integration is set up, all users will be able to use Workload Identity Federation when connecting CARTO and BigQuery.
January 7th, 2025
Improvement CARTO for Developers
A few months ago we introduced our framework-agnostic widgets, a new system for developers to add scalable and highly-performant charts and other data components to their CARTO + deck.gl application, with support for vector-based data sources: points, lines and polygons.
Today, we're extremely happy to announce that developers can now build completely custom widgets using spatial index sources as well. These sources aggregate the data in a spatial index system, such as H3 or Quadbin, for increased performance and scalability. The main benefits of the new framework-agnostic widgets apply to spatial index-based widgets as well:
Build anything using H3 and Quadbin sources: from scorecards to bar charts, tables, time series, and everything in between.
Bring your own UI: Use your favorite charting library or custom HTML components.
Easily sync your widgets with the deck.gl map.
Seamlessly use widgets to filter the map and other widgets, fully leveraging your cloud data warehouse computing power.
Built using JS and Typescript only, they are fully compatible with the framework of your choice (Angular, React, Vue...), adding minimal dependencies.
Ready to learn more? Get started by reading the technical reference or by exploring the examples.