Skip to content

Commit

Permalink
For 1.8.38 release. (#997)
Browse files Browse the repository at this point in the history
* Update default version number.

* Update HISTORY.rst

* Update HISTORY.rst
  • Loading branch information
SpacemanPaul authored Mar 12, 2024
1 parent 6050173 commit fc7fce3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ History

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

1.8.38 (2024-03-12)
-------------------

Previously the spatial materialised view recognised metadata types by individual name and required manual tweaking
for every new metadata type. From 1.8.38, all metadata types with a name starting with `eo3_` will be treated as
eo3 compatible.

Run `datacube-ows-update --schema --role <ows_db_username>` to activate the new definitions.

Also includes miscellaneous bug fixes and maintenance.

* Upgrade pypi publish github action from unsupported version (#994)
* Tweak FeatureInfo JSON documents to be compliant geojson (#995)
* Tweak materialised view definition to handle all eo3 compatible metadata types (#996)
* Fix Dimension sections of WMTS Capabilities documents to comply with standard (#996)
* Update HISTORY.rst and increment default version for release (#997)

1.8.37 (2024-02-28)
-------------------

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

0 comments on commit fc7fce3

Please sign in to comment.