rtz v0.4.2
Breaking Changes
- Existing NED types have been reworked, and the server API has been broken once (see below for plan).
Major Improvements
- Refactored to support plug and play datasets.
- Added a feature flag to enable
double-precision
for geometries (e.g.,f32
=>f64
). - API versioning added. Server API endpoints and types will be versioned to prevent breaking changes.
- Split into
rtz-core
andrtz
to facilitate build scripts. - Build script automatically generates cache bincodes for use during
rtz
build step. - Add the [OSM}(https://github.com/evansiroky/timezone-boundary-builder) dataset.
Full Changelog: v0.3.2...v0.4.2