Releases: openaddresses/pyesridump
Releases · openaddresses/pyesridump
v1.13.0
What's Changed
- Make max page size per pull configurable by @ramSeraph in #89
- fixes test broken by #89 by @ramSeraph in #90
New Contributors
- @ramSeraph made their first contribution in #89
Full Changelog: v1.11.0...v1.13.0
v1.11.0
What's Changed
- Short circuit if query yields no results by @hancush in #82
- Add python test/lint workflow by @iandees in #87
- Filter out rings with < 3 points in a Polygon by @iandees in #86
- Add release github action that should upload to pypi by @iandees in #88
New Contributors
Full Changelog: v1.10.1...v1.11.0
v1.9.3
v1.8.0
- Improve support for proxies #44
- Check for invalid min/max values from the server #45 (Thanks @albarrentine!)
- Allow specifying page start and floating point precision #46 (Thanks @candrsn!)
- Fixed _build_query_args method when extra_query_args are passed #51 (Thanks @dionysio!)
- Added configurable CLI timeout for HTTP requests #52 (Thanks @migurski!)
v1.7.0
v1.6.0
- Faster method for object ID enumeration for sources that do not support pagination (#33, thanks @thatdatabaseguy)
- Allow retrieving >= maxRecordCount when doing quadrant partitioning (#36, thanks @thatdatabaseguy)
- Use quadrant-based method as a last resort after OID enumeration is tried (#37, thanks @thatdatabaseguy)