Skip to content

Commit 65fa773

Browse files
authored
Merge pull request #788 from opendatacube/for_1_8_24
For 1.8.24
2 parents c7e0b68 + c5bdfb1 commit 65fa773

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

HISTORY.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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.24 (2022-01-18)
11+
-------------------
12+
13+
Introduces support for internationalisation (translation) of style legends - see the documentation for details:
14+
15+
https://datacube-ows.readthedocs.io/en/latest/configuration.html#metadata-separation-and-internationalisation
16+
https://datacube-ows.readthedocs.io/en/latest/cfg_styling.html#url
17+
18+
This is the first formal release since the 9th December, although there were several interim releases in
19+
mid-December when we were testing the Prometheus metric changes (see below).
20+
21+
Due to an oversight in deprecation warnings several releases ago, some configurations that worked in 1.8.23
22+
will now raise errors. Affected configurations have legacy "legend" hints embedded inside the colour ramp
23+
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.
24+
25+
Changes since 1.8.23:
26+
27+
* Prometheus metric enhancements and release notes for interim releases (#777, #778, #779, #780, #781, #782)
28+
* Github integration tests against a large real world OWS configuration (DEA) (#784)
29+
* Internationalisation of style legends. (#783, #786)
30+
* Fix WCS1 DescribeCoverage regression (missing SRS/CRS) (#787)
31+
* Update History.RST and increment default version number (#788)
32+
1033
1.8.23.3 (2021-12-16)
1134
---------------------
1235

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

0 commit comments

Comments
 (0)