Skip to content

OWS Release 1.8.27

Compare
Choose a tag to compare
@SpacemanPaul SpacemanPaul released this 03 Apr 23:12
bf075eb

Several bugfixes, and documentation updates plus we had to change our CI test data because the old USGS Landsat PDS went user-pays.

Cache-control hints can now be configured for the XML requests (GetCapabilities, DescribeCoverage). WMS and WCS GetCapabilities can be configured separately. WCS DescribeCoverage can be configured globally and optionally over-ridden per layer/coverage. Refer to the documentation for details:

https://datacube-ows.readthedocs.io/en/latest/cfg_wms.html#getcapabilities-cache-control-headers-caps-cache-maxage
https://datacube-ows.readthedocs.io/en/latest/cfg_wcs.html#getcapabilities-cache-control-headers-caps-cache-maxage
https://datacube-ows.readthedocs.io/en/latest/cfg_layers.html#cache-control-dataset-cache-rules-and-describe-cache-maxage

Full list of changes since 1.8.26:

  • Bug fix: Multidate NetCDF requests were broken in both WCS1 and WCS2- now fixed (#799)
  • int8 added as a supported dtype (#801, #802)
  • Logging updated to include remote IP (#808,#811,#818)
  • Documentation updates (#810, #819, #820)
  • Replace USGS Landsat data with Sentinel-2 data for CI integration testing. (#812, #817)
  • Bug fix: Manual merge where no extent mask function was broken (#817)
  • Cache-control hints for XML requests (GetCapabilities/DescribeCoverage) (#821, #822)
  • Update HISTORY.rst and default version number (#823)