Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: extend dynamic latency-based routing strategy with k-top-nodes option #635

Merged
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Updated the serialization of `WasmMemoryPersistence`.
* [BREAKING] `AgentBuilder::with_background_dynamic_routing` is no longer `async`.
* Extended `RouteProvider` trait with `fn routes_stats()`, returning the number of total and healthy routes.
* Added `set_k_top_nodes` configuration option to `LatencyRoutingSnapshot` that enables selective routing to only `k` API boundary nodes with best ranking (based on latencies and availabilities).

## [0.39.3] - 2025-01-21

Expand Down
Loading