You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,19 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
+
## Unreleased
9
+
10
+
### Added
11
+
12
+
- download_item_assets and download_items_assets methods now accept a parameter `file_name` for configuring the filename to save the STAC Item as. If unset, it defaults to `item.json` and if set to `None` the filename is inferred from the ID.
13
+
8
14
## [0.5.0] - 2024-05-08
9
15
10
-
## Deprecated
16
+
###Deprecated
11
17
12
18
- Support for Python 3.8 has been removed.
13
19
- CLI flags `--skip-upload` and `--skip-validation` deprecated in favor of `--upload/--no-upload` and `--validate/no-validate`
14
20
- Task constructor arguments `skip_upload` and `skip_validation` deprecated in favor of `upload` and `validate`
15
21
16
-
## Fixed
22
+
###Fixed
17
23
18
24
- Several CLI arguments were missing `help` descriptions
19
25
20
-
## Changed
26
+
###Changed
21
27
22
28
- Replaced the use of fsspec with stac-asset for downloading Item Assets
23
29
-`--local` flag no longer turns off validation
@@ -30,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
30
36
- Collection assignment now assigns the first matching collection expression, rather
31
37
than the last.
32
38
33
-
## Added
39
+
###Added
34
40
35
41
- Property `collection_mapping` to `Task` class to retrieve the collection mappings
0 commit comments