Releases: sentinel-hub/sentinelhub-py
Releases · sentinel-hub/sentinelhub-py
Version 3.11.3
Version 3.11.2
- Remove support for Batch Process API Version 1
- Remove FIS use case
- Enable support for config folder XDG_CONFIG_HOME location
- Fix bug in BaseUtmSplitter
- Fix failing tests in development
Version 3.11.1
- Remove
numpy<2restriction.
Version 3.11.0
- Support for Batch Process API Version 2.
Version 3.10.3
- Monitoring a batch job now concludes if the batch job is cancelled.
- The monitoring function now waits for the status of the batch job to change (even if all tiles have completed) before finalization in order to return the correct status.
Version 3.10.2
- Added
max_retriesparameter toSHConfigclass. It controls how many times the client will attempt to re-download before raisingOutOfRequestsException. It is set toNoneby default, in which case it never stops trying. Contributed by @Regan-Koopmans.
Version 3.10.1
- Improved documentation for Copernicus Data Space Ecosystem.
- Restrict numpy version to <2 in anticipation of numpy 2.0 release.
Version 3.10.0
This update ensures that session-sharing works as intended.
Changelog:
- Adjust session caching to mirror changes to the core services. Older version might no longer correctly cache sessions.
- Switch default auth endpoint to the new address.
Version 3.9.5
- The
SentinelHubDownloadClientclass now has adefault_retry_timeparameter, which allows control over the waiting time when a request gets a 429 TOO_MANY_REQUESTS response without a specific retry time in the headers. The default value for this behavior has been changed from 0s to 30s to avoid edge-cases where SH services were bombarded with requests.
Version 3.9.4
- Fixed a problem with
dataclasses_json 0.6.2that broke BYOC functionalities - Removed AWS examples from the docs since the functionality is no longer maintained.