Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.39.0] - 2025-07-16

### Added

- `tilebox-workflows`: Added `cancel_jobs` argument to `AutomationClient.delete` to optionally cancel all currently queued or running jobs of the automation.

### Changed

- `tilebox-datasets`: Changed `TimeInterval` and `TimeIntervalLike` imports from `tilebox.datasets.data` to `tilebox.datasets.query`.

## [0.38.0] - 2025-06-24

### Added
Expand Down Expand Up @@ -202,7 +208,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Released packages: `tilebox-datasets`, `tilebox-workflows`, `tilebox-storage`, `tilebox-grpc`


[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.38.0...HEAD
[Unreleased]: https://github.com/tilebox/tilebox-python/compare/v0.39.0...HEAD
[0.39.0]: https://github.com/tilebox/tilebox-python/compare/v0.38.0...v0.39.0
[0.38.0]: https://github.com/tilebox/tilebox-python/compare/v0.37.1...v0.38.0
[0.37.1]: https://github.com/tilebox/tilebox-python/compare/v0.37.0...v0.37.1
[0.37.0]: https://github.com/tilebox/tilebox-python/compare/v0.36.1...v0.37.0
Expand Down
Loading