Skip to content

Releases: openaddresses/pyesridump

v1.13.0

01 Feb 14:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.13.0

v1.11.0

05 May 02:52
Compare
Choose a tag to compare

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

12 Jul 03:57
a526568
Compare
Choose a tag to compare

v1.8.0

16 May 21:18
Compare
Choose a tag to compare
  • 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

28 May 23:30
2f2adc5
Compare
Choose a tag to compare
  • Support for http://proxy/?http://service style proxy URLs #38 (thanks @ingalls!)
  • Support for overriding where parameter in CLI to narrow the output data #40

v1.6.0

03 Mar 21:27
5091311
Compare
Choose a tag to compare
  • 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)