Skip to content

Commit a068ccd

Browse files
authored
Merge pull request #890 from opendatacube/for_release_1.8.31
Updates to HISTORY.rst and default version number for release 1.8.31.
2 parents e9569fc + b086f33 commit a068ccd

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.31 (2022-10-24)
11+
-------------------
12+
13+
Full list of changes:
14+
15+
* Added pre_scaled_norm_diff to band_utils.py, allowing calculation of normalised difference calculations on
16+
data that is scaled with an offset. (#881)
17+
* Add support for url patching - allowing OWS to serve data from commercial data repositories that use
18+
uri signing for authentication (e.g. Microsoft Planetary Computer) (#883)
19+
* Further refinements to Sentry logging. (#884)
20+
* Improve interoperability with Jupyter Notebooks. (#886)
21+
* Allow band alises for Flag Bands taken from main product(s). (#887)
22+
* Add new metadata type to MV definitions, to support DEA Sentinel-2 Collection 3. (#888)
23+
* Add support for html info_format for GetFeatureInfo queries in WMS and WMTS - may improve ArcGIS
24+
compatibility. (#889)
25+
* Updates to HISTORY.rst, README.rst and default version string for release (#890)
26+
27+
Contributions from @pindge, @rtaib and @SpacemanPaul.
28+
1029
1.8.30 (2022-10-11)
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.30+?"
9+
__version__ = "1.8.31+?"

0 commit comments

Comments
 (0)