Skip to content

Commit fc7fce3

Browse files
authored
For 1.8.38 release. (#997)
* Update default version number. * Update HISTORY.rst * Update HISTORY.rst
1 parent 6050173 commit fc7fce3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

HISTORY.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.38 (2024-03-12)
11+
-------------------
12+
13+
Previously the spatial materialised view recognised metadata types by individual name and required manual tweaking
14+
for every new metadata type. From 1.8.38, all metadata types with a name starting with `eo3_` will be treated as
15+
eo3 compatible.
16+
17+
Run `datacube-ows-update --schema --role <ows_db_username>` to activate the new definitions.
18+
19+
Also includes miscellaneous bug fixes and maintenance.
20+
21+
* Upgrade pypi publish github action from unsupported version (#994)
22+
* Tweak FeatureInfo JSON documents to be compliant geojson (#995)
23+
* Tweak materialised view definition to handle all eo3 compatible metadata types (#996)
24+
* Fix Dimension sections of WMTS Capabilities documents to comply with standard (#996)
25+
* Update HISTORY.rst and increment default version for release (#997)
26+
1027
1.8.37 (2024-02-28)
1128
-------------------
1229

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.37+?"
9+
__version__ = "1.8.38+?"

0 commit comments

Comments
 (0)