From 2d8930ff3eddc8d6654637f2d89dc5515ff6e8ad Mon Sep 17 00:00:00 2001 From: Paul Haesler Date: Fri, 15 Nov 2024 15:24:26 +1100 Subject: [PATCH] Update HISTORY.rst for 1.9.0-rc2 release. --- HISTORY.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index bed5f58b..fdea6256 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,16 @@ History Datacube-ows version 1.9.x indicates that it is designed work with datacube-core versions 1.9.x. +1.9.0-rc2 (2024-11-15) +---------------------- + +* 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 and @alexgleith. + 1.9.0-rc1 (2024-08-01) ----------------------