Version 3.9.1
Changelog:
- The parameter
sh_auth_base_url
has been replaced withsh_token_url
to allow authentication on endpoints with suffixes other thanoauth/token
. For the new parameter the address must be provided in full, e.g.https://services.sentinel-hub.com/oauth/token
instead ofhttps://services.sentinel-hub.com
.The change only affects users who manually adjusted this field. - The package has been adjusted to fully support Python 3.11. In the process base class of
DataCollection
was switched fromenum.Enum
toaenum.Enum
, but we expect no behavioral changes. - Various minor adjustments