Skip to content

Commit d90f06b

Browse files
committed
changelog and version info
1 parent 6b16e7c commit d90f06b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Added
10+
### Added'
11+
- `MultiBackendJobManager`: add `download_results` option to enable/disable the automated download of job results once completed by the job manager ([#744](https://github.com/Open-EO/openeo-python-client/issues/744))
1112

1213
### Changed
1314

openeo/extra/job_management/_manager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ def start_job(
169169
170170
.. versionchanged:: 0.32.0
171171
Added ``cancel_running_job_after`` parameter.
172+
173+
.. versionchanged:: 0.47.0
174+
Added ``download_results`` parameter.
172175
"""
173176

174177
# Expected columns in the job DB dataframes.

0 commit comments

Comments
 (0)