Releases: stac-utils/stac-asset
Releases · stac-utils/stac-asset
v0.3.0
What's Changed
- Exclude bad matrix configs by @gadomski in #153
- create directory for writing item json by @philvarner in #152
- deprecate python 3.8 by @philvarner in #154
- release prep 0.3.0 by @philvarner in #155
New Contributors
- @philvarner made their first contribution in #152
Full Changelog: v0.2.4...v0.3.0
v0.2.4
v0.2.3
v0.2.2
v0.2.1
What's Changed
- Update README.md typo on example by @ircwaves in #89
- Use absolute paths for item collections by @gadomski in #96
- Actually make absolute hrefs by @gadomski in #97
- fix, docs: add await usage to readme.md by @amanbagrecha in #99
- v0.2.1 by @gadomski in #101
New Contributors
- @ircwaves made their first contribution in #89
- @amanbagrecha made their first contribution in #99
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Progress reporting, s3 retries, a blocking interface, and more! 🎉
What's Changed
- Fix click typing by @gadomski in #36
- Remove USGS EROS client by @gadomski in #37
- Refactor to use a config object by @gadomski in #45
- Support multiple clients per item by @gadomski in #46
- Download collections by @gadomski in #50
- Fix item collection asset hrefs by @gadomski in #53
- Relax content type checking by @gadomski in #54
- S3 retries by @gadomski in #47
- Add asset key to download error by @gadomski in #56
- Progress reporting by @gadomski in #55
- Abstract downloading by @gadomski in #59
- Add DownloadStrategy by @gadomski in #64
- Remove
file_name
fromConfig
by @gadomski in #65 - Allow binary/octet-stream always by @gadomski in #66
- Add overwrite option by @gadomski in #67
- Remove download_asset from Client by @gadomski in #68
- Add fast fails, split warn and error strategy by @gadomski in #69
- Remove non-included assets by @gadomski in #70
- Fix fail fast by @gadomski in #71
- One progress bar by @gadomski in #72
- Add better error reporting to cli by @gadomski in #73
- Add pre-configured clients, docs fixups by @gadomski in #74
- Build w/ CLI on readthedocs by @gadomski in #75
- More cli fixups by @gadomski in #76
- Add asset_exists and href_exists by @gadomski in #81
- Add assert_asset_exists, assert_href_exists by @gadomski in #85
- Add blocking interface by @gadomski in #86
- Add info command by @gadomski in #83
- Release v0.2.0 by @gadomski in #87
Full Changelog: v0.1.1...v0.2.0