1 2 3 4 5 6 7 8 9 10 11 12 13
|
# Release History
## 1.0.0b1 (Unreleased)
### Features Added
- Added models `AssetStatisticsResponse`, `BandStatisticsMap`, `ClassMapLegendResponse`, `QueryableDefinitionsResponse`, `TilerAssetGeoJson`, `TilerInfoMapResponse`.
- `get_collection_queryables`, `list_queryables` now return `QueryableDefinitionsResponse`.
- `get_class_map_legend` now returns `ClassMapLegendResponse`.
### Breaking Changes
- Renamed `StacOperations.list_collections` to `StacOperations.get_collections`.
|