Summary
- handle Overpass HTML/XHTML runtime error pages, including dispatcher
duplicate_query, without leakingjson.JSONDecodeError - correct the deprecated
WayQueryREADME example to use valid Overpass QL syntax - include both fixes in the
v0.8.1changelog before release
Validation
- targeted pytest selection for #172/#176-adjacent coverage passed
scripts/checkpassed
Release note
The existing v0.8.1 tag has been moved to the current 0.8.x head so the eventual 0.8.1 release includes these changes.
## Summary
- handle Overpass HTML/XHTML runtime error pages, including dispatcher `duplicate_query`, without leaking `json.JSONDecodeError`
- correct the deprecated `WayQuery` README example to use valid Overpass QL syntax
- include both fixes in the `v0.8.1` changelog before release
Closes #172
Closes #176
## Validation
- targeted pytest selection for #172/#176-adjacent coverage passed
- `scripts/check` passed
## Release note
The existing `v0.8.1` tag has been moved to the current `0.8.x` head so the eventual 0.8.1 release includes these changes.