Customer-facing Changes
This release introduces two powerful Spatial SQL functions for address data processing, based on thelibpostallibrary:
-
ExpandAddress: This new function normalizes and expands address strings into their canonical forms. It’s useful for cleaning address data by converting common abbreviations into their full-text equivalents (e.g., “st” becomes “street,” “apt” becomes “apartment”). This standardization makes addresses easier to process, compare, and geocode accurately. -
ParseAddress: This new function breaks down a single address string into its individual components. It identifies and extracts elements like house number, street, city, state, and postcode, returning them in a structured format. This is ideal for when you need to analyze or query specific parts of an address.
No Expected Breaking Changes
- There are no expected breaking changes in this release for WherobotsDB.
- There are no expected breaking changes in this release for WherobotsAI.

