File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
Datacube-ows version 1.8.x indicates that it is designed work with datacube-core versions 1.8.x.
9
9
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
+
10
27
1.8.37 (2024-02-28)
11
28
-------------------
12
29
Original file line number Diff line number Diff line change 6
6
try :
7
7
from ._version import version as __version__
8
8
except ImportError :
9
- __version__ = "1.8.37 +?"
9
+ __version__ = "1.8.38 +?"
You can’t perform that action at this time.
0 commit comments