Skip to content

Releases: sentinel-hub/sentinelhub-py

Version 3.11.3

07 Oct 15:12
cdd082d

Choose a tag to compare

  • Bug fixed with camel case instead of snake case for SH propagation in Batch V2

Version 3.11.2

17 Sep 09:09
ed08cdf

Choose a tag to compare

  • 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

27 Sep 09:08
4f4fd88

Choose a tag to compare

  • Remove numpy<2 restriction.

Version 3.11.0

17 Sep 07:28
938a875

Choose a tag to compare

Version 3.10.3

13 Aug 10:30
a74df05

Choose a tag to compare

  • 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

24 Apr 13:45
f9f29c9

Choose a tag to compare

  • Added max_retries parameter to SHConfig class. It controls how many times the client will attempt to re-download before raising OutOfRequestsException. It is set to None by default, in which case it never stops trying. Contributed by @Regan-Koopmans.

Version 3.10.1

10 Jan 11:56
c7f5912

Choose a tag to compare

  • Improved documentation for Copernicus Data Space Ecosystem.
  • Restrict numpy version to <2 in anticipation of numpy 2.0 release.

Version 3.10.0

08 Dec 11:17
500cf5c

Choose a tag to compare

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

07 Dec 12:36
34193fd

Choose a tag to compare

  • The SentinelHubDownloadClient class now has a default_retry_time parameter, 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

13 Nov 14:33
fefe104

Choose a tag to compare

  • Fixed a problem with dataclasses_json 0.6.2 that broke BYOC functionalities
  • Removed AWS examples from the docs since the functionality is no longer maintained.