diff --git a/geoprox-core/CHANGELOG.md b/geoprox-core/CHANGELOG.md index 65cf9db..4170f5b 100644 --- a/geoprox-core/CHANGELOG.md +++ b/geoprox-core/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Added suport for batch insertion, query and removal. +- Improved error handling for `GeoShardError` by implementing `Display` and `Error`. +- Corrected issue with `(lat, lng)` ordering in `HaversineDistance` metric. + ## 0.3.1 - Added additional tests for insertion, query and removal. diff --git a/geoprox-server/CHANGELOG.md b/geoprox-server/CHANGELOG.md index cd4ba07..12168e4 100644 --- a/geoprox-server/CHANGELOG.md +++ b/geoprox-server/CHANGELOG.md @@ -7,14 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Added missing OpenAPI `Path` parameter descriptions +- Improved error handling and responses +- Implemented Batch API for insertion, removal and query + ## 0.3.1 -- Bumped `geoprox-core` to [v0.3.1](https://crates.io/crates/geoprox-core/0.3.1). - Improved handling of edge cases involving the `count` parameter. +- Bumped `geoprox-core` to [v0.3.1](https://crates.io/crates/geoprox-core/0.3.1). ## 0.3.0 - `GET /api/v1/shard/:index` now supports optional `count` and `sorted` query parameters. +- Bumped `geoprox-core` to [v0.3.0](https://crates.io/crates/geoprox-core/0.3.0). ## 0.2.0