From d45c6738ab42753e58fbe39d50629b194e9541f7 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 26 Jul 2024 18:03:28 +0200 Subject: [PATCH] Release 0.31.0 --- CHANGELOG.md | 15 ++++++++++----- openeo/_version.py | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfcd66681..2461d70bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add experimental `openeo.testing.results` subpackage with reusable test utilities for comparing batch job results with reference data -- `MultiBackendJobManager`: add initial support for storing job metadata in Parquet file (instead of CSV) ([#571](https://github.com/Open-EO/openeo-python-client/issues/571)) -- Add `Connection.authenticate_oidc_access_token()` to set up authorization headers with an access token that is obtained "out-of-band" ([#598](https://github.com/Open-EO/openeo-python-client/issues/598)) -- Add `JobDatabaseInterface` to allow custom job metadata storage with `MultiBackendJobManager` ([#571](https://github.com/Open-EO/openeo-python-client/issues/571)) - ### Changed ### Removed @@ -21,6 +16,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [0.31.0] - 2024-07-26 + +### Added + +- Add experimental `openeo.testing.results` subpackage with reusable test utilities for comparing batch job results with reference data +- `MultiBackendJobManager`: add initial support for storing job metadata in Parquet file (instead of CSV) ([#571](https://github.com/Open-EO/openeo-python-client/issues/571)) +- Add `Connection.authenticate_oidc_access_token()` to set up authorization headers with an access token that is obtained "out-of-band" ([#598](https://github.com/Open-EO/openeo-python-client/issues/598)) +- Add `JobDatabaseInterface` to allow custom job metadata storage with `MultiBackendJobManager` ([#571](https://github.com/Open-EO/openeo-python-client/issues/571)) + + ## [0.30.0] - 2024-06-18 ### Added diff --git a/openeo/_version.py b/openeo/_version.py index edb6cc8ed..0d83d6008 100644 --- a/openeo/_version.py +++ b/openeo/_version.py @@ -1 +1 @@ -__version__ = "0.31.0a2" +__version__ = "0.31.0"