This release introduces a breaking change to metadata resource lifecycle dates, as well as MultiPolygon support for OGC API - Records and STAC based output.
#342 updates pygeometa's record lifecycle support by moving from metadata.datestamp to metadata.dates, where metadata.dates is the exact same design pattern as identification.dates, but focused on record lifecycle (vs. identification.dates which is based on citation).
Previous releases can be used safely until users migrate accordingly against this release. Summary of changes are as follows:
metadata.datestampis removed (BREAKING)identification.datesis now optional (BREAKING)metadata.dates.creationis added and mandatory (BREAKING)metadata.dates.revisionis added and optional
Please see #342 for more information.