Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ezrasingh ezrasingh released this 01 Aug 20:26
· 153 commits to main since this 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 and KDTree.

Geoprox Server

  • HTTP REST service built on Axum.
  • OpenAPI documentation generation.
  • Supports cache-control response headers.

Geoprox Client

Full Changelog: v0.1.0-alpha...v0.1.0