Releases: 3liz/py-qgis-server
Releases · 3liz/py-qgis-server
1.8.0
- Bump version 1.8
- Refactorize middleware managment
- 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 managment cache api
1.7.19
- Fix extra argument in logging format string when handling
worker exception
- Enhanced request metrics returned from workers
- Fix regression in managment api
- Fix proxy/worker runtime configuration
- The configuration was broken since supervision was implemented
- Change entrypoint for access policy extension
1.7.18
- Fix regression on response time in monitor response
1.7.17
- Output 'version' infos to stdout
- Fix handler arguments when using ACL filters
- Increase cache manager logging verbosity
- Add more information in the
--version
to display all versions related to QGIS Server : GDAL, PROJ, Qt…
1.7.16
- Add BAN cache observer
- Fix parameter's case in OGC API requests
- Implement configurable cache observers
- Add 'Last-Modified' header
- Support Etag in HEAD methods for OWS requests
- Implement configurable monitor backend
- Remove 'maxcycle' option.
1.7.15
- Install server in venv in docker image
- Ensure that exit code is non-zero on pool failure
- Set option to check for cache invalidation/refresh asynchronously
- Use QgsProjectStorage for unhandled uri schemes
- This allow support for all QgsProjectStorage extensions
- Add
ALLOW_STORAGE_SCHEMES
configuration for restricting allowed project schemes
- Fix api managment:
- Follow backport for qgis/QGIS#45439
- Fix regression from static cache implementation
1.7.14
- Define explicit
CACHE_DEFAULT_HANDLER
configuration option
- Monitoring: define default routing key as fallback when using dynamic key
1.7.13
- Do not require
api:<name>
config section when granting api access
- Compute etag for ows getcapabilities requests
- Disable project's WMTSUrl
1.7.12
- Fix the wrong tag in Makefile