Skip to content

Commit bf075eb

Browse files
authored
Merge pull request #823 from opendatacube/for_1_8_27
Update default version number and HISTORY for release 1.8.27
2 parents 7f95822 + 0502921 commit bf075eb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ History
77

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

10+
1.8.27 (2022-04-04)
11+
-------------------
12+
13+
Several bugfixes, and documentation updates and we had to change our CI test data because the old USGS Landsat PDS went user-pays.
14+
15+
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.
16+
17+
Full list of changes since 1.8.26:
18+
++++++++++++++++++++++++++++++++++
19+
20+
* Bug fix: Multidate NetCDF requests were broken in both WCS1 and WCS2- now fixed (#799)
21+
* int8 added as a supported dtype (#801, #802)
22+
* Logging updated to include remote IP (#808,#811,#818)
23+
* Documentation updates (#810, #819, #820)
24+
* Replace USGS Landsat data with Sentinel-2 data for CI integration testing. (#812, #817)
25+
* Bug fix: Manual merge where no extent mask function was broken (#817)
26+
* Cache-control hints for XML requests (GetCapabilities/DescribeCoverage) (#821, #822)
27+
* Update HISTORY.rst and default version number (#823)
28+
1029
1.8.26 (2022-01-31)
1130
-------------------
1231

datacube_ows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
try:
77
from ._version import version as __version__
88
except ImportError:
9-
__version__ = "1.8.26+?"
9+
__version__ = "1.8.27+?"

0 commit comments

Comments
 (0)