You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update STAC API (CRIM stac-app) 2.1.0 and STAC Browser 4.0.0-rc.2-crim (#613)
## Overview
Maintenance updates and fixes for STAC-related components.
>[!NOTE]
> This release also serves to update and test the components to identify (if any) remaining quirks that could be resolve before https://github.com/radiantearth/stac-browser/releases/tag/v4.0.0-rc.2 is released officially (non-prerelease). The 4.x branch is expected to be the last before a massive v5 overhaul (radiantearth/stac-browser#746) that could affect deployment and/or UX.
> Therefore, it is important to quickly raise any identified quick fixes that could make it in before the major update.
## Changes
**Non-breaking changes**
- STAC API: update to version [`2.1.0`](https://github.com/crim-ca/stac-app/releases/tag/2.1.0).
- Fix paging error on `/collections` responses causing requests with `limit` query or catalogs
with more than 10 collections (by default) to never return collections beyond the first page.
- STAC Browser: update to version [`4.0.0-rc.2-crim`](https://github.com/crim-ca/stac-browser/releases/tag/v4.0.0-rc.2-crim).
Apply upstream fixes, notably:
- Logo resizing issue when embedded in contact details.
- Handling of `geojson.io` external viewer references from compatible GeoJSON STAC Assets.
- Improvements to UI for better locales, content positioning and browsing experience.
- Alignment with latest OGC APIs requirements and conformance classes.
- Added support for multiple additional data representations and visualization.
**Breaking changes**
- nothing unless some scripts were manually crafting paging URL for STAC API (which is not recommended anyway)
## Related Issue / Discussion
- STAC API
- stac-utils/stac-fastapi-pgstac#334
- crim-ca/stac-app#62
- STAC Browser
- radiantearth/stac-browser#684
- radiantearth/stac-browser#685
- radiantearth/stac-browser#653
- other improvements: https://github.com/radiantearth/stac-browser/releases/tag/v4.0.0-rc.2
0 commit comments