Skip to content

Commit

Permalink
Merge pull request #890 from opendatacube/for_release_1.8.31
Browse files Browse the repository at this point in the history
Updates to HISTORY.rst and default version number for release 1.8.31.
  • Loading branch information
SpacemanPaul authored Oct 23, 2022
2 parents e9569fc + b086f33 commit a068ccd
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.31 (2022-10-24)
-------------------

Full list of changes:

* Added pre_scaled_norm_diff to band_utils.py, allowing calculation of normalised difference calculations on
data that is scaled with an offset. (#881)
* Add support for url patching - allowing OWS to serve data from commercial data repositories that use
uri signing for authentication (e.g. Microsoft Planetary Computer) (#883)
* Further refinements to Sentry logging. (#884)
* Improve interoperability with Jupyter Notebooks. (#886)
* Allow band alises for Flag Bands taken from main product(s). (#887)
* Add new metadata type to MV definitions, to support DEA Sentinel-2 Collection 3. (#888)
* Add support for html info_format for GetFeatureInfo queries in WMS and WMTS - may improve ArcGIS
compatibility. (#889)
* Updates to HISTORY.rst, README.rst and default version string for release (#890)

Contributions from @pindge, @rtaib and @SpacemanPaul.

1.8.30 (2022-10-11)
-------------------

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.30+?"
__version__ = "1.8.31+?"

0 comments on commit a068ccd

Please sign in to comment.