Datacube OWS 1.8.38
Previously the spatial materialised view recognised metadata types by individual name and required manual tweaking
for every new metadata type. From 1.8.38
, all metadata types with a name starting with eo3_
will be treated as eo3 compatible. New non-eo3 metadata types will still require special handling.
Run datacube-ows-update --schema --role <ows_db_username>
to activate the new view definition. No database downtime is required for the upgrade.
Also includes miscellaneous bug fixes and maintenance.
- Upgrade pypi publish github action from unsupported version (#994)
- Tweak FeatureInfo JSON documents to be compliant geojson (#995)
- Tweak materialised view definition to handle all eo3 compatible metadata types (#996)
- Fix Dimension sections of WMTS Capabilities documents to comply with standard (#996)
- Update HISTORY.rst and increment default version for release (#997)