@@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.45.0] - 2025-11-14
11+
1012### Added
1113
1214- ` tilebox-workflows ` : Added ` execution_stats ` to the ` Job ` object to provide programmatic access to a job's execution
1315 statistics.
1416- ` tilebox-workflows ` : Added query filters to the ` JobClient.query ` method to filter jobs by multiple automation ids,
1517 job state, and job name.
1618- ` tilebox-workflows ` : Added additional JobState values to indicate a job's current state and progress more accurately.
19+ - ` tilebox-workflows ` : Removed the restriction of ` 64 ` subtasks per task.
1720
1821### Changed
1922
@@ -24,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2427- ` tilebox-workflows ` : The ` JobState.QUEUED ` enum value has been renamed in favor of the more accurate
2528 ` JobState.SUBMITTED ` . The ` QUEUED ` value is still available as an alias for ` SUBMITTED ` for backwards compatibility,
2629 but will be removed in a future version.
30+ - ` tilebox-workflows ` : Switched to an updated internal ` TaskSubmission ` message format that allows for more efficient
31+ submission of a very large number of tasks.
2732
2833## [ 0.44.0] - 2025-09-18
2934
@@ -284,7 +289,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284289- Released under the [ MIT] ( https://opensource.org/license/mit ) license.
285290- Released packages: ` tilebox-datasets ` , ` tilebox-workflows ` , ` tilebox-storage ` , ` tilebox-grpc `
286291
287- [ Unreleased ] : https://github.com/tilebox/tilebox-python/compare/v0.44.0...HEAD
292+ [ Unreleased ] : https://github.com/tilebox/tilebox-python/compare/v0.45.0...HEAD
293+ [ 0.45.0 ] : https://github.com/tilebox/tilebox-python/compare/v0.45.0...v0.45.0
288294[ 0.44.0 ] : https://github.com/tilebox/tilebox-python/compare/v0.43.0...v0.44.0
289295[ 0.43.0 ] : https://github.com/tilebox/tilebox-python/compare/v0.42.0...v0.43.0
290296[ 0.42.0 ] : https://github.com/tilebox/tilebox-python/compare/v0.41.0...v0.42.0
0 commit comments