router-v0.5.4
rohitg00/agentmemoryrouter-v0.5.4Feb 18, 2026by JohnTitor
AI Summary
Updates the Minimum Supported Rust Version (MSRV) to 1.88 and adds support for `deserialize_any` to enable untagged enums in path segments.
Key Highlights
- Minimum supported Rust version (MSRV) is now 1.88
- Support `deserialize_any` in `PathDeserializer`
- Fix stale path segment indices after path rewrites
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.88
New Features
- Support `deserialize_any` in `PathDeserializer`
Full Release Notes
- Minimum supported Rust version (MSRV) is now 1.88. - Support `deserialize_any` in `PathDeserializer` (enables derived `#[serde(untagged)]` enums in path segments). [#2881] - Fix stale path segment indices after path rewrites, preventing out-of-bounds access during extraction. [#3562] [#2881]: https://github.com/actix/actix-web/pull/2881 [#3562]: https://github.com/actix/actix-web/issues/3562