Skip to content

v3.1.0

Compare
Choose a tag to compare
@m-mohr m-mohr released this 06 Sep 11:04
· 91 commits to main since this release

Added

  • Collection Search
  • Free-Text Search (q parameter)
  • Allow changing configuration without rebuilding from source - [Documentation]
  • Pluggable/Extendable interface that allows additional "actions" for Assets and Links (e.g. open a COPC asset in the COPC Viewer) - [Documentation]
  • Stats extension, visualized as charts
  • Show implemented conformance classes
  • Render histograms (raster extension) as bar charts
  • Global Item Search: Autocomplete for Collection IDs
  • Show providers that are exposed in the Collection summaries
  • STAC Browser can be configured through environment variables (SB_{option}, e.g. SB_catalogUrl) - [Documentation]
  • Display ID in Source information

Changed

  • PRIVACY: Don't send validation requests if not allowed/secure!
  • Show source (non-cloud-optimized) GeoTiffs for labels
  • Search results show the total number of matches instead of the page size (if available)
  • Correctly restrict access to external STAC files if configured
  • Remove various workarounds for older versions of stac-fastapi
  • Translations are now managed in Crowdin: https://crowdin.com/project/stac-browser/
  • Upgraded dependencies (e.g. stac-fields)
  • Various minor fixes and improvements
  • Don't reset map status when paginating
  • Updated OSM basemap URL
  • Don't reset item filters when hidden (in the Collection view)

Removed

  • BREAKING: stacProxyUrl can't be separated with ; in CLI anymore, use spaces instead. - [Documentation]

Docker

  • Smaller image size
  • Use nginx as base image and server
  • Runtime configuration enabled in Docker image

Documentation

  • Added information about URL rewriting in history mode. Please make sure URL rewriting is configured at your host! - [Documentation]
  • Added release process - [Documentation]