Skip to content

v1.1.5

Latest

Choose a tag to compare

@thodson-usgs thodson-usgs released this 25 May 20:45
· 32 commits to main since this release
51bdc6f

v1.1.5 is a reliability-and-robustness release on the waterdata module. Multi-value queries now issue GET requests with comma-separated values, large OGC requests auto-chunk under the server's URL byte limit, and pagination failures surface loudly instead of silently truncating — alongside a cleaner single-line progress indicator and a handful of fixes across the shared utilities. No new public getters and no new module deprecations this cycle.

waterdata reliability and performance

Bug fixes

  • Raise on any mid-pagination failure instead of silently truncating by @thodson-usgs in #279
  • Fix silent / misleading failures in paginated waterdata pagination by @thodson-usgs in #273
  • Validate monitoring_location_id format in waterdata functions by @thodson-usgs in #229
  • Handle non-JSON error response bodies in _error_body by @SAY-5 in #274
  • Parse Date / Time / TimeZone triplets in samples and wqp by @thodson-usgs in #272

Deprecations and removals

  • Point get_gwlevels deprecation at the continuous / daily services by @thodson-usgs in #237

Docs and hygiene

New Contributors

Full Changelog: v1.1.4...v1.1.5