Skip to content

Commit 3b4ddcf

Browse files
Merge remote-tracking branch 'origin' into 883-predefined-tilegrid-splitter
2 parents 8ed4a63 + 5c097af commit 3b4ddcf

4 files changed

Lines changed: 441 additions & 75 deletions

File tree

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Removed
15+
16+
### Fixed
17+
18+
19+
## [0.49.0] - 2026-04-01
20+
21+
### Added
22+
1223
- Add `is_one_of()` to `property_filter` for compact building of an allow-list based property filter.
1324
- Add "ABDI1" and "ABDI2" to "extra-indices-dict.json" ([#875](https://github.com/Open-EO/openeo-python-client/pull/875))
1425
- Support for collection "queryables": more correct warnings when using property filtering in `load_collection` ([#483](https://github.com/Open-EO/openeo-python-client/issues/483))
26+
- Enrich `AccessTokenResult` with `expires_in`, (validated) `token_type` and `scope` ([#881](https://github.com/Open-EO/openeo-python-client/pull/881))
27+
- Added support for `authorization_parameters` in `GET /credentials/oidc` ([#861](https://github.com/Open-EO/openeo-python-client/issues/861))
1528

1629
### Changed
1730

1831
- `MultiBackendJobManager`: "queued_for_start" is now also considered for the queue limit of a backend.
19-
20-
### Removed
32+
- `testing.results.assert_job_results_allclose`: normalize "derived_from" references for better signal-to-noise ratio in comparisons
33+
- `MultiBackendJobManager`: do job result downloading in a separate thread ([#816](https://github.com/Open-EO/openeo-python-client/issues/816))
2134

2235
### Fixed
2336

0 commit comments

Comments
 (0)