Following bugs have been fixed for this release:
-
When using an output field expression, a few fields on the result object were not accessible. These fields can now be accessed directly using output field expression. For example:
location.explanation.type
. - Added a few custom fields which were missing in the response object. These custom fields
are are now available in the addressing response. For example:
PRECISION_LEVEL
- Fixed DPV (Delivery Point Validation) results coming from Operational Addressing SDK (OAS), for addresses to return accurate and consistent results . These DPV values are now consistent and available with the DPV datasets.
- While using PySpark users were not able to provide custom preferences using
PreferenceBuilder
. Custom Preferences support withPreferenceBuilder
is now available with PySpark SDK.