Skip to content

Commit

Permalink
Merge pull request #788 from opendatacube/for_1_8_24
Browse files Browse the repository at this point in the history
For 1.8.24
  • Loading branch information
SpacemanPaul authored Jan 18, 2022
2 parents c7e0b68 + c5bdfb1 commit 65fa773
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ History

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

1.8.24 (2022-01-18)
-------------------

Introduces support for internationalisation (translation) of style legends - see the documentation for details:

https://datacube-ows.readthedocs.io/en/latest/configuration.html#metadata-separation-and-internationalisation
https://datacube-ows.readthedocs.io/en/latest/cfg_styling.html#url

This is the first formal release since the 9th December, although there were several interim releases in
mid-December when we were testing the Prometheus metric changes (see below).

Due to an oversight in deprecation warnings several releases ago, some configurations that worked in 1.8.23
will now raise errors. Affected configurations have legacy "legend" hints embedded inside the colour ramp
definitions. Such hints have not been read by OWS for quite some time, having been replaced by the "tick_labels" entry in the "legend" section. Digital Earth Australia and Digital Earth Africa configurations have already been updated.

Changes since 1.8.23:

* Prometheus metric enhancements and release notes for interim releases (#777, #778, #779, #780, #781, #782)
* Github integration tests against a large real world OWS configuration (DEA) (#784)
* Internationalisation of style legends. (#783, #786)
* Fix WCS1 DescribeCoverage regression (missing SRS/CRS) (#787)
* Update History.RST and increment default version number (#788)

1.8.23.3 (2021-12-16)
---------------------

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.23+?"
__version__ = "1.8.24+?"

0 comments on commit 65fa773

Please sign in to comment.