3.0.0
Breaking:
- Add proper XML Exception when service parameter disabled / invalid or missing
In the past MapProxy returned WMS Capabilities when no explicit service parameter was given in
GetCapabilities requests. With this change, an OGC exception will be returned instead.
Invalid service types now also return a proper exception instead of aninternal error.
Besides, the status code of exception responses now have a 400 or 500 code instead of 200
for better conformity.
Maintenance:
- Add test for seeding sqlite cache
- Documentation updates and clarifications
- Dependency updates
Fixes:
- Fix gh-pages workflow
What's Changed
- feat: add test for seeding sqlite cache by @simonseyock in #934
- ci: fix gh-pages workflow by @simonseyock in #964
- Minor documentation updates 2 by @zabop in #965
- Add proper XML Exception when service parameter disabled / invalid or missing by @weskamm in #967
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #877
- chore(deps): bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #970
- Add flaky annotation to sporadically failing tests by @weskamm in #975
- chore(deps): bump moto from 4.2.12 to 5.0.13 by @dependabot in #974
- chore(deps): bump webob from 1.8.7 to 1.8.8 by @dependabot in #973
- chore(deps): bump requests from 2.31.0 to 2.32.2 by @dependabot in #971
- chore(deps): bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #969
- chore(deps): bump lxml from 4.9.4 to 5.3.0 by @dependabot in #979
- chore(deps): bump cryptography from 41.0.7 to 43.0.0 by @dependabot in #980
- chore(deps): bump pytest from 7.4.3 to 8.3.2 by @dependabot in #978
- chore(deps): bump zipp from 3.17.0 to 3.19.1 by @dependabot in #972
- chore(deps): bump pillow from 10.2.0 to 10.3.0 by @dependabot in #918
- chore(deps): bump aws-sam-translator from 1.82.0 to 1.91.0 by @dependabot in #976
- chore(deps): bump s3transfer from 0.9.0 to 0.10.2 by @dependabot in #977
Full Changelog: 2.2.0...3.0.0