Skip to content

Releases: opendatacube/datacube-ows

Datacube OWS 1.9.5

21 Oct 09:05
e20fbe9

Choose a tag to compare

What's Changed

Significant changes include:

  • Bug fix to CRS handling. We still prefer upper case CRSs in config, but can now
    handle lower case CRSs in ODC metadata. A more major overhaul of OWS's CRS handling is still needed.
  • Update to latest version of datacube core.
  • HTTP requests (e.g. for forwarded logo images) are now retried on failure.

Summary:

Full list of included PRs:

New Contributors

Full Changelog: 1.9.4...1.9.5

Datacube OWS 1.9.4

08 Aug 02:12
1347a75

Choose a tag to compare

What's Changed

Includes contributions from @pjonsson and @SpacemanPaul

The ODC Steering Council recognises the ongoing support of Geoscience Australia and RISE.

Full Changelog: 1.9.3...1.9.4

Datacube OWS 1.9.3

11 Jul 04:14
5fcce26

Choose a tag to compare

Includes bug-fixes and cleanup.

This version of OWS can be installed without psycopg2 (e.g. for installations that only use the rendering API). Operational web services will still require psycopg2, which can be installed with e.g. pip install datacube-ows[ops]

What's Changed

Includes contributions from @pjonsson and @SpacemanPaul, with thanks to supporting organisations Geoscience Australia and RISE.

Full Changelog: 1.9.2...1.9.3

Datacube OWS 1.9.2

30 May 04:39

Choose a tag to compare

Includes contributions from @SpacemanPaul , @omad and @pjonsson

Thanks to supporting organisations Geoscience Australia, CSIRO and RISE.

OWS Release 1.9.1

16 Apr 05:02
859115c

Choose a tag to compare

What's Changed

Featuring contributions from @pjonsson and @SpacemanPaul. Thanks to supporting organisations Geoscience Australia and RISE.

Full Changelog: 1.9.0...1.9.1

Datacube OWS 1.9.0

23 Dec 00:36
b24b86b

Choose a tag to compare

Datacube OWS 1.9.0

This is the first OWS release compatible with the 1.9.x series datacube-core releases.

New features from the 1.8.x series releases include:

  • Full support for the postgis index driver
  • Support for multi-database environment (Can serve data out of multiple indexes)
  • Seamless rendering around the antimeridian for most WMS and WMTS clients.

Changes from 1.9.0-rc2:

  • Update HISTORY.rst and default version number ready for release (#1096)
  • Active CI jobs are now cancelled on PR update (#1091)
  • Auto upstream library bumps (#1093, #1095)

Datacube-OWS 1.9.0-rc2 pre-release

15 Nov 05:17
afe0f83

Choose a tag to compare

Pre-release

Now supports seamless rendering across the antimeridian for most wms clients. Special thanks to the folks at Digital Earth Pacific and Terria JS for helping track down those corner cases.

  • Antimeridian handling (#1076, #1083, #1086,
  • Fix bug in resource limiting defaults (#1077)
  • Add support for proxy fix header handling (#1085)
  • Cherry pick recent updates from mainline (#1087)

This release includes contributions from @SpacemanPaul, @alexgleith, @christophfriedrich and @pjonsson

Datacube OWS 1.8.43

15 Nov 05:06
16371cc

Choose a tag to compare

A few bug fixes, and Docker and CI improvements.

This release includes contributions from @SpacemanPaul, @alexgleith, @christophfriedrich and @pjonsson.

Datacube-OWS 1.9.0-rc1 pre-release

01 Aug 05:14
8e095f4

Choose a tag to compare

Pre-release

Datacube-OWS 1.9.0-rc1 pre-release

This is the first release candidate/pre-release version of Datacube-OWS for Open Data Cube 1.9 and includes support for both the legacy postgres index driver and the new postgis index driver and provides support for accessing multiple ODC databases from a single OWS instance.

  • Compatibility with datacube-1.9 and postgres index driver (#1009)
  • Cleanup (#1012)
  • ODC environment configuration (#1015)
  • Postgres ranges rebuild (#1017)
  • Cherry picks of bug fixes and new features from 1.8 branch (#1018, #1028, #1040)
  • Test database build (#1021)
  • Index driver abstraction (#1020)
  • Postgis driver support (#1032)
  • Prepare for 1.9.0-rc1 release (#1044)

This release includes contributions from @SpacemanPaul

Datacube OWS release 1.8.42

01 Aug 05:11
4d643f1

Choose a tag to compare

Datacube-OWS 1.8.42

Bug fixes and major extensions for defining custom feature info includes - refer to the documentation
for details.

  • Fix dockerfile casing warning (#1035)
  • Add --version argument to datacube-ows CLI entry point (#1036)
  • Auto-add implicit single top-level folder to ensure strict WMS standard compliance (#1036)
  • Changes to materialised view definition to prevent errors on databases with WKT CRS (#1037)
  • Custom Feature Info enhancements (#1039)
  • Miscellaneous cleanup and backported fixes from 1.9 branch (#1042)
  • Update default version number and HISTORY.rst for release (#1043)

This release includes contributions from @SpacemanPaul and @pjonsson.