diff --git a/CHANGELOG.md b/CHANGELOG.md index 995a2c03..f884507d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ ## Unreleased +## 1.0.1 - 2022-05-11 + * If QGIS 3.24, use the native function from QGIS server API to fetch the feature ID -* Provide the Py-QGIS-Server version if possible in the JSON metadata * Use LRU Cache when reading the CFG file to avoid multiple access -* Add Python, Qt and GDAL versions in the metadata API +* Add the Python, Qt, GDAL and Py-QGIS-Server versions in the JSON metadata ## 1.0.0 - 2022-05-11 diff --git a/lizmap_server/server_info_handler.py b/lizmap_server/server_info_handler.py index f00f57f1..4b318100 100755 --- a/lizmap_server/server_info_handler.py +++ b/lizmap_server/server_info_handler.py @@ -93,7 +93,7 @@ def handleRequest(self, context): expected_list = ( 'wfsOutputExtension', - 'cadastre', + # 'cadastre', very specific for the French use-case 'lizmap_server', 'atlasprint', # waiting a little for these ones