Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- ([#153]) Adds `upload_item_to_s3` method to the `Task` class to upload a
STAC Item to S3 using configured upload options.
- add a doc defining `stactask.Task` features (properties, attributes, and instance
methods)
- ([#183]) Adds Task methods to add file metadata to Item Assets (supported by the STAC
File Info Extension) - user-facing functions are `add_fileinfo_to_local_assets`
(multiple Item Assets) and `add_fileinfo_to_local_asset` (single Item Asset).
- add a doc defining `stactask.Task` features (properties, attributes, and instance
methods)
- ([#201]) Adds a payload doc (single source of truth) and adjusts other
references accordingly.

## [v0.7.0] - 2025-09-17

Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ Contents
.. toctree::

usage
payload
task
api
Loading