Skip to content

Commit

Permalink
release v.1.1.1 (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
andher1802 authored Jul 31, 2024
1 parent d532df9 commit 069667b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,40 @@ You can check your current version with the following command:
```

For more information, see [UP42 Python package description](https://pypi.org/project/up42-py/).
## 1.1.1

**Jul 31, 2024**
### Changes
- Added EULA acceptance check to processing job templates.
- Added EULA related statuses to processing jobs.
- Added various failure statuses to job tracking stop list.
- Added `session` descriptor to `CatalogBase`.
- Deprecated `get_data_products` method in `CatalogBase` class.
- Extract `CollectionType` type alias.
- Extract `ProductGlossary` in `catalog.py`.
- Provide type hints for `ProductGlossary` methods.
- Switch to new token endpoint in `auth.py` and `oauth.py`.

### Fixes
- Fix type hint for `get_webhook_events`.

### Improvements
- Drop unused `return_text` parameter in `Auth::request`.
- Improve test coverage for `Catalog::search`.
- Improve `Catalog::download_quicklooks` code.
- Improve test coverage for `Catalog::download_quicklooks` type alias.
- Reduce the usage `auth::request` in `base.py`.
- Simplify the usage of `get_data_products` in `CatalogBase`.
- Simplify pagination in `Catalog::search` code.
- Use token duration information from token data instead of static configuration.
- Use expiry offset to refresh token 30s earlier.

### Dependencies:
- Bumped dependencies `certifi` from 2024.2.2 to 2024.7.4.
- Bumped dependencies `setuptools` from 69.1.1 to 70.0.0.
- Bumped dependencies `urllib` from 2.2.1 to 2.2.2.
- Bumped dependencies `zipp` from 3.17.0 to 3.19.1.

## 1.1.1a11

**Jul 30, 2024**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "up42-py"
version = "1.1.1a11"
version = "1.1.1"
description = "Python SDK for UP42, the geospatial marketplace and developer platform."
authors = ["UP42 GmbH <[email protected]>"]
license = "https://github.com/up42/up42-py/blob/master/LICENSE"
Expand Down

0 comments on commit 069667b

Please sign in to comment.