Releases: up42/up42-py
Releases · up42/up42-py
0.37.2
0.37.1
What's Changed
- Removed upper bound for Python 3.12.
- Dropped support for Python 3.8.
- New authentication token are retrieved upon expiration instead of every request.
- Dropped tenacity, requests-oauthlib and types-oauthlib as dependencies.
- Updated the deprecation date for
Jobs
,Workflow
, andProjects
related features. - Multiple refactoring improvements.
0.37.0
What's Changed
- Fixed inadvertent title and tags removals during asset metadata updates.
- Dropped unneeded auth::env property and the corresponding tests.
- Generalized new authentication stack to cover account authentication case.
- Added new components within the HTTP layer to facilitate future enhancements in authentication and request processes.
- Adjusted most of the code in accordance with pylint checks.
0.36.0
Updated the place_order() function of the CatalogBase class to the latest version of the API.
0.35.0
0.34.1
- Restored the
order.get_assets
function.
0.34.0
Changes
- Updated the
storage.get_orders
function to the latest version of the API. - Set Poetry as the only dependency manager.
- Discontinued support for the
order.get_assets
function.
0.33.1
Changes
Marked the following parameters of storage.get_assets as deprecated to enforce the use of the PySTAC client search.
geometry
acquired_before
acquired_after
custom_filter
0.33.0
New features
- Updated authentication by changing it from project-based to account-based.
- Added a new function added to the Asset class: get_stac_asset_url generates a signed URL that allows to download of an STAC asset from storage without authentication.
Changes
- Updated Docs section and tutorials.
0.32.0
New features
A new function was added to the Asset class:
download_stac_asset
allows you to download STAC assets from storage.
Changes
- Updated Docs section and tutorials.
- Updated download file name for
Asset
download.