Added
- `datacube` drop duplicated items and keep first item per default.
Changed
- `deduplicate_items` renamed to `drop_duplicates` in search,
now supports "first" or "last". Default is `False` (means don't drop anything).
Fixed
- Requirement forces `dask<2025.3.0` due to odc-stac wrong import of `quote`.
- Issue when `resampling` and non-native cloudmask in datacube.
- Issue with `rescale` when different scale/offset over time.