Skip to content

Commit

Permalink
Prepare for release (#488)
Browse files Browse the repository at this point in the history
* update precommit

* update version

* update changelog
  • Loading branch information
zigaLuksic authored Nov 3, 2023
1 parent b8c96e9 commit 7fbdcd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
language_version: python3

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.1"
rev: "v0.1.3"
hooks:
- id: ruff

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
## [Version 3.9.3] - 2023-11-03

- `SHConfig` now correctly initializes a default profile in the file even if the first initialization call is done with a custom profile.
- Save and load methods of `SHConfig` adjusted to work with the environmental variable `SH_PROFILE`
- CLI command `sentinelhub.config --show` works with the environmental variable `SH_PROFILE`


## [Version 3.9.2] - 2023-10-24

- Adjusted how user credentials are passed to the OAuth service.
- Added `QUALITY_FLAGS` band to `S3_OLCI`
- Batch statistical API now supports IAM role style credentials.
- Various minor improvements


## [Version 3.9.1] - 2023-05-04

- 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.
Expand Down
2 changes: 1 addition & 1 deletion sentinelhub/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version of the sentinelhub package."""

__version__ = "3.9.2"
__version__ = "3.9.3"

0 comments on commit 7fbdcd7

Please sign in to comment.