Skip to content

v1.3.0

Compare
Choose a tag to compare
@jirik jirik released this 29 Mar 17:03
· 2813 commits to master since this release

Upgrade requirements

  • Change LAYMAN_CLIENT_VERSION from v1.0.0 to v1.1.1
  • Remove CSW_ORGANISATION_NAME_REQUIRED from environment settings
  • If you are using Layman's make commands with -d suffix, use these commands without the -d suffix from now on (e.g. make start-demo-full-d becomes make start-demo-full).

Changes

  • Both PATCH Layer and PATCH Map automatically update also CSW metadata records.
  • Use absolute URLs in responses of Layer and Map endpoints
  • Add GET Layer Metadata Comparison and GET Map Metadata Comparison endpoints.
  • Add revision_date metadata property
  • Add metadata.comparison_url to GET Layer and GET Map responses.
  • Upgrade Layman test client to version 1.1.1
  • Environment settings CSW_ORGANISATION_NAME_REQUIRED is not used anymore as Micka v2020 accepts records without organisation names.
  • Metadata properties wms_url and wfs_url point directly to GetCapabilities documents.
  • Layman now uses WMS 1.3.0 and WFS 2.0.0 in communication with GeoServer and in CSW metadata records.
  • All make commands with docker-compose up now run in the background. Foreground running was removed. Use docker logs to inspect container logs.