v3.0.0b3
Pre-release
Pre-release
⚠️ Breaking changes
- download() / DownloadConf parameters
outputs_prefix
andoutputs_extension
renamed tooutput_dir
andoutput_extension
(#1279)
⚡ Core features and fixes
- New add_provider() method (#1260)
- Handle integers as
locations
shapefile attributes (#1280) - Renames some parameters and methods to snake_case (#1271)
- Sorted discovered product types (#1250)
📄 Providers and product types updates
- Fixes
usgs
search by id (#1262) - Adds
S1_SAR_GRD_COG
and new odata query parameters forcop_dataspace
(#1277, thanks @ninsbl) - Adds
GRIDDED_GLACIERS_MASS_CHANGE
on providercop_cds
(#1255) - Removes
cacheable
parameter forwekeo
order requests (#1239)
⚙️ Plugins new features and fixes
aws_session_token
support in AwsAuth (#1267)- HTTPDownload asset
HEAD
check andssl_verify
(#1266) - Product types discovery disabled by default on StaticStacSearch (#1259)
🗃️ Miscellaneous
- [style] type hints fixes and
mypy
intox
(#1253)(#1269) - [docs] v3 breaking changes (#1281), download() kwargs (#1282), autosummary fixes (#1264) and changelog update (#1254)
- [ci] Github actions updates (#1249)
- [test] Fixed end-to-end tests (#1236)
- External product types reference updates (#1244)(#1246)(#1251)