Skip to content

OWS Release 1.8.15

Compare
Choose a tag to compare
@SpacemanPaul SpacemanPaul released this 30 Jul 01:52
73c948c

1.8.15 introduces experimental* support for time-series animations from WMS/WMTS, in APNG format, and has increased CI test coverage to over 90%.

If you use docker-compose to orchestrate your configuration, you may need to make some changes to your .env file after upgrading to this release. See the updated examples and the documentation for details.

Thanks to all contributors, especially @whatnick for the prototype implementation of time-series animation, and @alexgleith for supplying much needed user-feedback on the CLI interfaces.

(* experimental) = produces a warning message when activated. The existing resource limit implementation is not suitable for production deployment with time-series animations. I hope to address this in the next release.

  • Support for time-series animation APNG output for WMS and WMTS. (#656, #670, #678)
  • User configurable WMS default time (#676)
  • Code cleanup, starting to systematically add type hints and docstrings. (#660, #663, #664, #665, #671)
  • CI enhancements (#662, #672, #674)
  • datacube-ows-update changes to error handling to improve UX for maintainers. (#666, #679)
  • Enhancements to config management in docker-compose. Note that if you use docker-compose, you may need to make some changes to your .env file. See the updated examples and the documentation for details. (#681)
  • Release housekeeping, including incrementing default version number (#682)