Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jun 13, 2022
1 parent 8c64f40 commit b346682
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lizmap_server/server_info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b346682

Please sign in to comment.