* Deprecate `/ows/wfs3/` endpoint in favor of `/wfs3/` - `/ows/wfs3/` will be removed in 1.9 * Better logging about plugins * Configure Lizmap API with a new environment variable `QGSRV_API_ENDPOINTS_LIZMAP=yes` * Replace calls to `asyncio.get_event_loop()`
1.8.3
* Fix for python >= 3.10 - See https://github.com/3liz/py-qgis-server/pull/43 * Deactivate capabilities options for Qgis >= 3.26.1 - See https://github.com/qgis/QGIS/pull/49266 * Prune docker environment after running tests * Fix cache observer initialization
1.8.2
* Fix Installation of qgis-plugin-manager
1.8.1
* Use qgis-plugin-manager for installing qgis server plugins - See https://github.com/3liz/qgis-plugin-manager * Support `QGIS_PLUGINPATH` environment variable * Add `getfeaturelimit` config option - Set maximum value for WFS/GetFeature requests
1.8.0
* Bump version 1.8 * Refactor middleware management * Root access '/' return 403 instead of 404 * Management api `/cache/` now return the collection of cached projects. * Add `memory_high_water_mark` configuration option - Restart workers gracefully on high memory usage
1.7.20
* Fix attribute dereference on undefined response * Fix invalid url in management cache api