What's Changed
Read the full release notes here: https://docs.overturemaps.org/release/latest/. Below is a list of changes to the schema since the last release.
Schema-Wide Changes
Fixed a minor validation bug in the names
property schema: the variant
property in name rules under names.rules
is now required. (#277) While technically a "breaking" change, we don't expect this to break anything in practice because all Overture-released data already provides the variant
in name rules.
Theme-Specific Schema Changes
Addresses (Status: Alpha)
🏗 The addresses theme is in alpha status. Schema changes with potential backward-incompatibility are likely from month to month until the addresses schema increases in maturity. When these changes occur, we will try to provide some notice and a "bridge" period where the old schema is also supported.
Removed value
as a required sub-property of items in the address_level
array. (#283) The motivation for this change is that we want to allow {}
elements to be used as "placeholder values" within address_level
so that the length of the address_level
array can be consistent within geographic areas (e.g. United States).
Base (Status: GA)
🟢 The base theme is in GA status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.
No changes.
Buildings (Status: GA)
🟢 The buildings theme is in GA status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.
No changes.
Divisions (Status: GA)
🟢 The divisions theme is in GA status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.
No changes.
Places (Status: GA)
🟢 The places theme is in GA status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.
No changes.
Transportation (Status: Beta)
🏗 The transportation theme is in beta status. The transportation schema is nearing maturity, but backwardly-incompatible schema changes may occur from month to month until GA status is achieved. When these changes occur, we will try to provide some notice and a "bridge" period where the old schema is also supported.
Dropped the deprecated connector_ids
top-level property/column from transportation segments. (#284) The deprecation schedule for this property was announced in August in the What to expect in Overture’s August release blog, and this change merely completes the announced change. Data enjoyers should consume the connectors
property going forward.
Full Changelog
Full Changelog: v1.1.0...v1.2.0