Skip to main content
December 1, 2025
Wherobots 2.1.0

Spark 4.0 & Hadoop 3.4 Upgrade

This release introduces significant infrastructure upgrades to Spark 4.0 and Hadoop 3.4. Please review the breaking changes below to ensure workflow continuity.
This functionality is exclusive to version 2.X of the runtime, which is currently in preview.To access these changes, you must enable the Preview WherobotsDB 2.0 checkbox in Wherobots Cloud when starting your notebook.
Upgrade to Spark 4.0
  • ANSI SQL Enabled by Default: The default SQL model has changed to ANSI SQL.
    • Action Required: Review and migrate existing SQL queries to ensure compliance with ANSI standards.
  • Third-Party JAR Updates: Existing data source JARs may no longer be compatible.
    • Action Required: Replace current jars with versions that support Spark 4.
Upgrade to Hadoop 3.4
  • Hadoop JAR Updates: Third-party Hadoop libraries require updates.
    • Action Required: Replace current jars with versions that support Hadoop 3.4.
October 28, 2025
Enhanced SSO Methods and Passkeys

Enhanced SSO Methods and Passkeys

We have overhauled our authentication system to provide more flexible and secure ways to access Wherobots Cloud.New login methods:
  • Google account login
  • GitHub account login
  • Passkeys: Register with passkeys for faster and more secure sign-in using device biometrics or screen lock
If you have previously configured Single Sign-On (SSO) for your organization, you must re-configure it following this update. Navigate to the Security page to set up SSO again.
October 28, 2025
Multi-Organization Support

Multi-Organization Support

A single user account can now belong to multiple Wherobots organizations with no limit on the number of organizations you can join or manage.Additionally, you can now change your first and last name within your user profile.Available in all editions: Community, Professional, and Enterprise
September 17, 2025
AWS ap-south-1 (Mumbai)

AWS ap-south-1 (Mumbai) Region Support

Paid Organizations can now deploy their Wherobots compute environments and manage resources within the AWS ap-south-1 (Mumbai) region.Benefits:
  • Lower latency: Deploy closer to users, data sources, or endpoints in India and South Asia
  • Architectural flexibility: Build geographically distributed applications for South Asia
Create a notebook in the Mumbai Region
Deployment in the ap-south-1 (Mumbai) region requires a Professional or Enterprise Organization. Community Edition is limited to us-west-2.
September 4, 2025
Data Federation for Databricks Unity Catalog

Data Federation for Databricks Unity Catalog

Customers can now securely connect Wherobots to their governed datasets in Unity Catalog within our Wherobots’ new Data Hub.With this capability, Paid Wherobots Organizations can connect their Unity Catalog tables to Wherobots high-performance compute and spatial ETL, without copying or moving data.Benefits:
  • Zero-Copy architecture: Read tables managed by Unity Catalog without moving or duplicating data
  • Maintained governance: Databricks Workspace Admins retain catalog- and table-level access control
  • Secure federation: Connect securely using Databricks authentication credentials
  • Accelerated innovation: Use Wherobots’ 300+ spatial functions, raster inference, and compute on Unity Catalog data
Key features:
  • Direct Unity Catalog connection from Wherobots Data Hub
  • Full read and write operations on Managed Iceberg tables
  • Read access to Delta Lake tables
  • Advanced Spatial analytics with 300+ spatial functions
Only Professional and Enterprise Edition Organizations can use the Databricks Unity Catalog Integration. Community Edition Organizations are limited to Wherobots-managed catalogs and open datasets.
Connect Your Catalog
August 2025
Enhanced Accuracy for ST_Transform (v1.11.1 / v2.0.1-preview)

Enhanced Accuracy for ST_Transform

We’ve introduced an enhancement to the ST_Transform function to significantly improve the accuracy of Coordinate Reference System (CRS) transformations.The ST_Transform function now includes an optional AOI (Area of Interest) parameter. By specifying an AOI, the transformation process uses a relevant subset of local grid files, resulting in more precise and reliable CRS transformations for your geospatial data.This is especially beneficial for large-scale and high-precision mapping applications.Example usage:
SELECT ST_Transform(
  geom,
  'EPSG:4326',
  'EPSG:26910',
  '{"area_of_interest": "POLYGON((-122.5 37.7, -122.3 37.7, -122.3 37.8, -122.5 37.8, -122.5 37.7))"}'
)
FROM my_table;
Versions: 1.11.1, 2.0.1-preview
July 30, 2025
GeoTools Upgrade, Python Path Standardization, and WKB Writer Update (v1.11.0 / v2.0.1-preview)

GeoTools Upgrade, Python Path Standardization, and WKB Writer Update

This release introduces several significant updates. No workflow impact is expected, but please submit a bug report if you encounter any issues.Potentially Breaking Changes:
  • GeoTools Library Upgrade: The GeoTools library has been upgraded from v28.5 to v33.1. This could introduce changes in behavior for ST_Transform and various raster functions.
  • Python Import Path Standardization: Python import paths under sedona.XXX are now deprecated in favor of sedona.spark.XXX.
  • WKB Writer Default Byte Order: The default WKB writer byte order has changed to little-endian. This change might affect GeoParquet files, Havasu-Iceberg tables, and ST_AsWKB functions.
Submit a bug report:Versions: 1.11.0, 2.0.1-preview
July 22, 2025
WherobotsDB 2.0 Preview (v2.0.0-preview / v2.0.1-preview)

WherobotsDB 2.0 Preview

Accelerate common data operations such as filtering, aggregation, and join queries by up to 2x. Experience significantly faster and more efficient analysis of your non-spatial data, thanks to recent optimizations in our core engine.How to enable the preview:In Wherobots Cloud, select Preview WherobotsDB 2.0 when starting a runtime, or set the version parameter to "preview" in Job Run and SQL Session API requests.We encourage you to enable the preview, run your typical workloads, and share your feedback with us.Version: 2.0.0-preview
July 15, 2025
Dekart Integration

Dekart Integration

Utilize Wherobots’ compute directly within Dekart, an open-source platform that quickly creates rich, interactive map visualizations from spatial SQL queries.Benefits:
  • Go from Spatial SQL to an interactive map in seconds
  • Create up-to-date visualizations from large, dynamic datasets
  • Avoid proprietary lock-in with open-source architecture
Key Features:
  • Direct authentication with Wherobots API keys
  • Query with Spatial SQL from Dekart interface
  • Instant visualization with Kepler.gl maps
  • Bring Your Own Data from AWS S3
Create a Dekart Workspace
July 3, 2025
Enhancing Isochrone and Reverse Geocoding (v1.10.3)

Enhancing Isochrone and Reverse Geocoding

The backend data tables that power our isochrone and reverse geocoding functions have been updated to the latest versions from the Overture Maps Foundation.These tables will now automatically keep themselves up-to-date as new Overture data is released. This means your results will always be based on the freshest and most accurate global road network and place data available.Version: 1.10.3
June 26, 2025
New Address Parsing and Standardization Functions (v1.10.2)

New Address Parsing and Standardization Functions

This release introduces two powerful Spatial SQL functions for address data processing, based on the libpostal library:
  • ExpandAddress: Normalizes and expands address strings into their canonical forms (e.g., “st” becomes “street,” “apt” becomes “apartment”)
  • ParseAddress: Breaks down a single address string into its individual components (house number, street, city, state, postcode)
Version: 1.10.2
June 20, 2025
Hadoop Dependency Update (v1.10.1)

Hadoop Dependency Update

We have upgraded Wherobots’ Hadoop dependency from version 3.3.4 to 3.3.6 to enhance platform stability and security.Version: 1.10.1
June 11, 2025
Security Updates and Scala 2.13 Migration (v1.10.0)

Security Updates and Scala 2.13 Migration

This update focuses on enhancing the stability and security of the Wherobots Cloud platform.Breaking Change - Migration to Scala 2.13:To ensure future compatibility with Apache Spark 4, we’ve updated WherobotsDB’s Scala version from 2.12 to 2.13.Who is affected:
  • Customers who compile and deploy custom Scala applications or UDFs as .jar files
  • Users of the Scala kernel for Scala notebooks
Required action:
  • Update your build environment to use a Scala 2.13.x compiler
  • Update all dependencies from their _2.12 versions to their _2.13 versions
  • Recompile your project to produce a new .jar file compatible with Scala 2.13
Other improvements:
  • Bug fixes for improved performance and reliability
  • Dependency security updates with latest patches
Version: 1.10.0
May 28, 2025
Stability and Security Enhancements (v1.9.2)

Stability and Security Enhancements

Bug fixes and dependency security updates to improve overall performance, reliability, and security of WherobotsDB.Version: 1.9.2
May 14, 2025
Vectorized Python UDFs and OSM Data Support (v1.9.0)

Vectorized Python UDFs and OSM Data Support

  • New Feature: Added support for vectorized User Defined Functions (UDFs) in Python
  • New Feature: Introduced a parser for OpenStreetMap (OSM) nodes data within the OSM PBF reader
  • Improvement: Enhanced error messaging for invalid geometries during tile generation
Version: 1.9.0
May 14, 2025
Java 17, GDAL 3.8.4, Spark 3.5.5 & Ubuntu 24.04 (v1.9.0)

Java 17, GDAL 3.8.4, Spark 3.5.5 & Ubuntu 24.04

Platform upgrades:
  • Operating System: Upgraded from Ubuntu 22.04 to 24.04 LTS
  • GDAL: Upgraded from version 3.4.1 to 3.8.4
  • Java: Standardized on Java 17 (LTS), moving from Java 19
  • Spark: Updated from 3.5.4 to 3.5.5
Expected breaking changes:
  • Java 17 (LTS): Custom code, UDFs, or JAR files compiled for Java 19 will need recompilation using Java 17 SDK
  • GDAL 3.8.4: May alter behavior of certain geospatial functions. Review GDAL release notes for versions 3.5-3.8
Version: 1.9.0
May 7, 2025
AWS us-east-1 (N. Virginia) Region Support

AWS us-east-1 (N. Virginia) Region Support

Paid Organizations can now deploy their Wherobots compute environments and manage resources within the AWS us-east-1 (N. Virginia) region.Benefits:
  • Lower Latency: Deploy closer to US East Coast users and data sources
  • Optimized AWS Ecosystem Integration: Seamless integration with existing AWS resources in us-east-1
  • Data Residency & Compliance: Meet data residency requirements on the US East Coast
  • Architectural Flexibility: Build geographically distributed applications
Create a notebook in the N. Virginia Region
April 9, 2025
AWS eu-west-1 (Ireland) Region Support

EU Region Support (AWS eu-west-1)

Our first compute region outside the United States! Workload capabilities are now available in AWS eu-west-1 (Ireland).Benefits:
  • Compliance: Run notebook compute resources within the EU to aid in meeting GDPR and data sovereignty requirements
  • Latency Reduction: Potentially increase performance for data sources located in Europe
  • Workflow Efficiency: Set a default EU region for new notebooks
Key Features:
  • Notebooks, Job Runs, and SQL Sessions can run in eu-west-1
  • Default Region Preference for Admins
  • Wherobots File System storage located within your selected region
Only Professional and Enterprise Edition Organizations can use aws-eu-west-1. Community Edition Organizations are limited to AWS us-west-2.
April 4, 2025
Platform Features

SAM2 Support in WherobotsAI Raster Inference

Wherobots is excited to announce enhancements to WherobotsAI Raster Inference, including the introduction of Text-Based Raster Detection & Segmentation.We’ve integrated support for Meta AI’s Segment Anything Model 2 (SAM2) and Google DeepMind’s OWLv2 models for text-prompted inference.New features:
  • RS_Text_to_BBoxes: Text-prompted object detection returning bounding boxes, confidence scores, and labels
  • RS_Text_to_Segments: Text-prompted instance segmentation returning segmentation polygons, confidence scores, and labels
New example notebook: Demonstrates detecting and segmenting airplanes in NAIP imagery using the simple text prompt “airplanes”.
Access requires execution on GPU-Optimized runtimes within Wherobots Cloud. By default, GPU access is limited to Professional and Enterprise Edition Organizations who have requested and been granted access.Professional and Enterprise Organizations needing GPU access should submit a compute request to [email protected].
Access Wherobots Cloud
March 27, 2025
Audit Logs

Audit Logs

Admins for Professional and Enterprise Organizations now have access to the Wherobots Audit Logs feature and its associated REST API endpoint.Benefits:
  • Enhanced Security: Monitor key activities to identify potential security risks
  • Improved Accountability: Track user actions and system events
  • Operational Transparency: Gain insights into resource usage
  • Data Retention: Use the API to preserve logs beyond Wherobots’ 90-day retention period
Key Features:
  • Comprehensive activity tracking across security, files, jobs, notebooks, organization, data, and runtimes
  • Intuitive UI with flexible filtering
  • On-demand CSV export from UI
  • Programmatic export via REST API
  • Admin-only access
View Audit Logs
March 24, 2025
Travel Isochrones Functionality and Dataset

Travel Isochrones Functionality and Dataset

Professional and Enterprise Organizations now have access to ST_Isochrone and ST_Isochrones for generating travel time isochrones.We’re also releasing the Overture Places with Isochrones dataset, which augments the original Overture Places dataset with columns defining the 5, 10, 15, and 20-minute travel time boundaries from each of 13.3 million US Places.New Features:
  • ST_Isochrone: Generate a single polygon representing the reachable area within a specified time
  • ST_Isochrones: Generate an array of polygons for multiple time limits
  • Dataset Enrichment: Overture Places enriched with 4 new isochrone geometry columns
-- ST_Isochrone Example
ST_Isochrone(geometry, 1, 'car', false)

-- ST_Isochrones Example
ST_Isochrones(geometry, array(1, 1.5, 2), 'car', false, true)
Only Professional and Enterprise Edition Organizations have access to ST_Isochrone, ST_Isochrones, and the Overture Places with Isochrones dataset.
March 20, 2025
Job Run Monitoring

Job Run Monitoring

Wherobots Cloud now provides integrated visualizations for Job Runs, allowing you to monitor Job Run execution, resource usage, and configuration directly in the Wherobots Cloud platform for Paid Organization Tiers.Key Features:
  • Job Runs Summary View with status, trigger, duration, and details
  • Detailed information including consumption metrics (Spatial Units, CPU, Memory)
  • Filtering capabilities by name
  • Job Run cancellation directly from the UI
  • Configuration information display
Monitor Job Runs
February 20, 2025
Idle Timeout for Notebooks

Idle Timeout for Notebooks

Wherobots Cloud has a new Idle Timeout feature to help you better manage your notebook runtime resources and optimize costs.Key Features:
  • Customizable Timeout: Select 15 minutes, 45 minutes (default), or 120 minutes
  • Persistent User Settings: Your chosen setting is saved across sessions
  • Automatic Kernel Termination: Jupyter kernel terminates after idle period
  • Notebook Instance Specific: Only applies to Notebook Instances, not Job Runs
Start a Notebook
January 29, 2025
STAC Reader for Wherobots

STAC Reader for Wherobots

The new STAC Reader data source loads STAC (SpatioTemporal Asset Catalog) items and collections directly into Sedona DataFrames.Benefits:
  • Direct STAC Integration: Access STAC-compliant catalogs directly in Wherobots workflows
  • Performance Optimization: Spatial and Temporal Filter Pushdown reduces data transfer and processing
  • Flexible Data Access: Connect via HTTP/HTTPS endpoint, S3-compatible object store, or local JSON file
Example usage:
df = sedona.read.format("stac").load("https://earth-search.aws.element84.com/v1/collections/sentinel-2-pre-c1-l2a")
df.printSchema()
df.show()
Read the STAC Reader Documentation
November 2024
Wherobots 1.4

1.4 - A Major Leap Forward for Wherobots

Wherobots 1.4 delivers significant advancements with a host of new features for WherobotsDB and WherobotsAI.Key Features:
FeatureProfessional/EnterpriseCommunity
Job Run Automation with Airflow
Amazon S3 Storage Integration
WherobotsAI Raster Inference
Reverse Geocoding
Long-lived Token Management
Distributed K Nearest Neighbor Join
Spatial Join Optimizations
GeoStats Toolbox
Amazon S3 Integration: Accelerate spatial data product creation by using data directly from Amazon S3 public or private buckets, bypassing time-consuming data transfers.Job Run Automation with Airflow: Integrate Wherobots’ geospatial processing into your Airflow workflows using the WherobotsRunOperator.WherobotsAI Raster Inference: Uses computer vision to gather insights from raster data at planetary scale (requires GPU-Optimized runtime for Paid Organizations).AWS Marketplace Listing: Create a new Professional Organization or upgrade through the AWS Marketplace.Long-lived Token Management: Professional Edition Organization Administrators can use service principals for API authentication through long-lived tokens.
June 2024
Wherobots 1.3

Wherobots 1.3

This major release includes:WherobotsDB - A scalable spatial analytics database system:
  • Spatial query engine: compatible with Apache Sedona
  • Havasu Iceberg data lake storage layer: compatible with Apache Iceberg
  • Vtiles: a scalable PMTiles-style vector tile generator
WherobotsAI - A scalable AI and machine learning engine:
  • Raster inference: a scalable raster inference engine in SQL and Python
  • Map matching: a scalable map matcher for snapping massive GPS traces to the road network
Compatible with Apache Sedona 1.6.0
March 2024
Wherobots 1.2

Wherobots 1.2

This major release includes:WherobotsDB - A scalable spatial analytics database system, powered by Havasu data lake format:
  • Spatial query engine: compatible with Apache Sedona
  • Havasu Iceberg data lake storage layer: compatible with Apache Iceberg
Compatible with Apache Sedona 1.5.1