Skip to main content
Before implementing a new Wherobots version in your Environment Settings, consult the table below. This will help you identify any breaking changes and understand how to address them.
VersionDateRelease notes pageBreaking changes?Breaking changes summaryDocumentation guidance
2.0.1-previewJuly 30, 2025GeoTools Upgrade, Python Path Standardization, and WKB Writer UpdateYesRecent updates include a GeoTools library upgrade and standardized Python import paths, which may alter function behavior. The default WKB writer byte order has also changed to little-endian, potentially affecting how some data files are read.Refer to GeoTools Upgrade, Python Path Standardization, and WKB Writer Update for additional details on this update and bug reporting guidelines.
1.11.0-previewJuly 30, 2025GeoTools Upgrade, Python Path Standardization, and WKB Writer UpdateYesRecent updates include a GeoTools library upgrade and standardized Python import paths, which may alter function behavior. The default WKB writer byte order has also changed to little-endian, potentially affecting how some data files are read.Refer to GeoTools Upgrade, Python Path Standardization, and WKB Writer Update for additional details on this update and bug reporting guidelines.
2.0.0-previewJuly 22, 2025Accelerate Standard Data Operations By Up to 2x — Preview WherobotsDB 2.0NoNot ApplicableNot Applicable
1.10.3July 3, 2025Enhancing Isochrone and Reverse GeocodingNoNot ApplicableNot Applicable
1.10.2June 26, 2025New Address Parsing and Standardization FunctionsNoNot ApplicableNot Applicable
1.10.1June 20, 2025Hadoop Dependency UpdateNoNot ApplicableNot Applicable
1.10.0June 11, 2025Security Updates and Scala MigrationYesWherobots has upgraded its platform from Scala 2.12 to Scala 2.13.

This is a breaking change that requires developers who write custom Scala applications, User-Defined Functions (UDFs), or notebooks to migrate their code to Scala 2.13 to ensure continued functionality.
Refer to Security Updates and Scala Migration for additional details on this update and bug reporting guidelines.
1.9.2May 28, 2025Stability and Security EnhancementsNoNot ApplicableNot Applicable
1.9.1May 22, 2025Vectorized Python UDFs and OSM Data SupportNoNot ApplicableNot Applicable
1.9.0May 14, 2025Java 17, GDAL 3.8.4, Spark 3.5.5 & Ubuntu 24.04YesPlatform downgraded to Java 17 (LTS) and platform GDAL library upgraded to 3.8.4, both of which are potential breaking changes. To ensure compatibility, custom code must be recompiled with the Java 17 SDK, and applications using GDAL should be tested for any functional changes.Refer to Java 17, GDAL 3.8.4, Spark 3.5.5 & Ubuntu 24.04 for additional details on this update and bug reporting guidelines.