Skip to content

Version 3.9.1

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 04 May 09:36
· 78 commits to master since this release
3daf62c

Changelog:

  • The parameter sh_auth_base_url has been replaced with sh_token_url to allow authentication on endpoints with suffixes other than oauth/token. For the new parameter the address must be provided in full, e.g. https://services.sentinel-hub.com/oauth/token instead of https://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 from enum.Enum to aenum.Enum, but we expect no behavioral changes.
  • Various minor adjustments