Skip to content

Releases: opendatacube/datacube-ows

Datacube OWS 1.9.4

08 Aug 02:12
1347a75
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Datacube-OWS release 1.8.41

16 Jul 03:07
6c75bb2
Compare
Choose a tag to compare

What's Changed

New Feature! Multi-date handler aggregator functions for colour-ramp type styles can now receive
either the results of the index function, or the raw band data by setting a config option. (Previously
they always received the results of the index function.)

  • Improved error messages when creating extents without materialised views (#1016)
  • Several minor bug-fixes and improved error handling in WCS code (#1027)
  • Automated updates (#1022)
  • Allow multi-date handler aggregator functions to receive raw data (#1033)
  • Update HISTORY.rst and increment default version for release (#1034)

This release includes contributions from @SpacemanPaul and @whatnick

Full Changelog: 1.8.40...1.8.41