Skip to content

v3.1.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@m-mohr m-mohr released this 17 Aug 21:29
· 112 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]

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

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

Documentation

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