Releases: 3liz/py-qgis-server
Releases · 3liz/py-qgis-server
1.9.1
1.9.0
🌀 Removed
- Remove support for QGIS < 3.28
- Remove dependency on Docker 3liz/qgis-platform image for tests.
- Remove deprecated features for 1.9+
⭐ Added
- Use Mypy and Ruff for lint and typecheck
- Mark QGIS plugin package
🐛 Fixed
- Fix
cross_origin
documentation according to the actual
default value - Pass Accept Header to properly handle WFS3 requests
Full changelog between 1.8.8 and 1.9.0: 1.8.8...1.9.0
1.8.8
⭐ Added
- Add documentation for
SERVER_ALLOW_HEADERS
config option. - Supports for header 'Access-Control-Allow-Headers'='Authorization' in OPTIONS method,
is required if the request has an Authorization header (04/04/2023, contribution from @TANK2003)
🐛 Fixed
- Docker: Fix removing Xvfb lock file when running with
QGSRV_USER
- Display comprehensive message when attempting to restart container
started with--user
option.
- Display comprehensive message when attempting to restart container
- Changed '/ows/catalog' default entry point to '/catalog'
- Use request path when logging qgis request.
Full changelog between 1.8.7 and 1.8.8: 1.8.7...1.8.8
1.8.7
⭐ Added
- Set default logging mode to INFO instead of DEBUG
- Allow quickstart docker run (#55)
- Support for '--user' option
- Comprehensive error messages
- Supports for 'X-Forwarded-Host/Forwarded' headers when behind a proxy
- Allow 'X-Qgis-Project' header for passing project path
🐛 Fixed
- Fix code style (PEP8)
- Fix wrong url for documentation link
Full changelog between 1.8.6 and 1.8.7: 1.8.6...1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.1
- Use qgis-plugin-manager for installing qgis server plugins
- Support
QGIS_PLUGINPATH
environment variable - Add 'getfeaturelimit' config option
- Set maximum value for WFS/GetFeature requests