Skip to content

Commit

Permalink
Merge pull request #823 from opendatacube/for_1_8_27
Browse files Browse the repository at this point in the history
Update default version number and HISTORY for release 1.8.27
  • Loading branch information
SpacemanPaul authored Apr 3, 2022
2 parents 7f95822 + 0502921 commit bf075eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ History

Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.

1.8.27 (2022-04-04)
-------------------

Several bugfixes, and documentation updates and 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.

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)

1.8.26 (2022-01-31)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.26+?"
__version__ = "1.8.27+?"

0 comments on commit bf075eb

Please sign in to comment.