Skip to content

Commit d45c673

Browse files
committed
Release 0.31.0
1 parent f7ee552 commit d45c673

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Add experimental `openeo.testing.results` subpackage with reusable test utilities for comparing batch job results with reference data
13-
- `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))
14-
- 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))
15-
- Add `JobDatabaseInterface` to allow custom job metadata storage with `MultiBackendJobManager` ([#571](https://github.com/Open-EO/openeo-python-client/issues/571))
16-
1712
### Changed
1813

1914
### Removed
2015

2116
### Fixed
2217

2318

19+
## [0.31.0] - 2024-07-26
20+
21+
### Added
22+
23+
- Add experimental `openeo.testing.results` subpackage with reusable test utilities for comparing batch job results with reference data
24+
- `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))
25+
- 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))
26+
- Add `JobDatabaseInterface` to allow custom job metadata storage with `MultiBackendJobManager` ([#571](https://github.com/Open-EO/openeo-python-client/issues/571))
27+
28+
2429
## [0.30.0] - 2024-06-18
2530

2631
### Added

openeo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.31.0a2"
1+
__version__ = "0.31.0"

0 commit comments

Comments
 (0)