Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrasingh committed Aug 7, 2024
1 parent fe642e5 commit 42a1782
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions geoprox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion geoprox-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42a1782

Please sign in to comment.