Skip to content

v1.16.2

Compare
Choose a tag to compare
@jirik jirik released this 07 Mar 15:28
· 1259 commits to master since this release

Known issues

  • Layman can consume so many sources (CPU, RAM) that it leads to failure of async tasks or infinite running of async tasks. The reason is not stopping Firefox instances in some cases.
    • Fixed in v1.16.3.
  • Endpoints GET Layers, GET Workspace Layers, GET Maps and GET Workspace Maps return HTTP error code 500 when there is layer/map in EPSG:4326 and bounding box including point with latitude 90 or -90 and query includes bbox_filter or ordering_bbox in EPSG:3857. #606
    • Fixed in v1.17.0.

Upgrade requirements

  • Change environment variable LAYMAN_CLIENT_VERSION:
    LAYMAN_CLIENT_VERSION=v1.11.0
    
  • If you are using Liferay as OAuth2 provider, set new environment variable OAUTH2_LIFERAY_SCOPE:
    OAUTH2_LIFERAY_SCOPE=liferay-json-web-services.everything.read.userprofile
    
    If you are using Wagtail, do not set this variable at all (not even to empty string).
  • If you are running Layman with development settings, run
    make client-build
    

Changes