Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.9.0] - 2026-02-04
Added
-
Configurable API endpoint and timeout via
Underpass.configure -
Error handling with
RateLimitError,TimeoutError, andApiErrorclasses -
Automatic retries with exponential backoff for 429/504 responses
-
In-memory response caching with TTL expiration
-
Configurable Overpass QL recurse operators
-
Multipolygon assembly from OSM relations
-
Route relation support (assembles way members into MultiLineString)
-
Featureclass wrapping geometries with OSM metadata (tags, id, type) -
GeoJSON export via
Underpass::GeoJSON.encode -
Query Builder DSL with chainable
node,way,relation,nwrmethods -
Area/named region queries via
Query.perform_in_area -
Proximity queries with
aroundfilter in Builder DSL -
Post-query tag filtering via
Underpass::Filter -
Lazy enumeration via
Matcher#lazy_matches -
YARD documentation
Changed
-
BREAKING:
Query.performnow returnsUnderpass::Featureobjects instead of bare RGeo geometries -
Upgraded to Ruby 3.4
-
Modernized CI and build tooling
Dependencies
-
Added
rgeo-geojson~> 2.2
[0.0.7] - 2019-07-31
-
Previous release