- Mosaic: Added MOSAIC_TILE_TIMEOUT to define maximum rendering time for a single tile.
- Reworked lambda zip as it was too large to pin dependencies and remove boto3 and botocore.
- Mosaic: For float-valued data (e.g., COP DEM), rescale before tiling.
- Mosaic: Re-added parameters to mosaic render_tile that were previously removed inadvertently, which broke multi-band raster tiling.
- Mosaic: Add POST and OPTIONS as CORS methods allowed
- updated from upstream v0.14.0
- add boto3 package to lambda zip to satisfy use of dynamodb for mosaic
- introduce new split versioning scheme that represents the upstream titiler version (v0.12.0) and the mosaic version (1.0.0)
- fix broken packaging in lambda zip file introduced from upgrading to python 3.10
- updated from upstream v0.12.0
- updated from upstream v0.11.7