v0.1.0
Pre-release
Pre-release
Release Notes
Initial Release - Version 0.1.0
Geoprox
- Standalone runtime for real-time geo-aware contract pairing.
- CLI for running the server, encoding/decoding geohashes.
- Configurable via various formats (
YAML
,TOML
,JSON
,INI
).
Geoprox Core
- Core feature set for geo-proximity detection.
- Efficient in-memory geospatial indexing using
Patricia Trie
andKDTree
.
Geoprox Server
- HTTP REST service built on Axum.
- OpenAPI documentation generation.
- Supports
cache-control
response headers.
Geoprox Client
- OpenAPI generated client SDK; published rust client v0.1.0
Full Changelog: v0.1.0-alpha...v0.1.0