Labels: enhancement, api-server
Priority: Low
Estimated Time: 1 hour
Description:
versioning.rs exists for API versioning. Confirm the 13 now-to-be-wired handlers are correctly attached to a version (e.g. /v1/...) and that breaking changes to the RPC-mapping layer won't silently affect v1 clients.
Tasks:
- Audit route registration for explicit versioning
- Add a test that an unversioned or unknown-version request is rejected clearly
- Document the current API version and deprecation policy
Labels:
enhancement,api-serverPriority: Low
Estimated Time: 1 hour
Description:
versioning.rsexists for API versioning. Confirm the 13 now-to-be-wired handlers are correctly attached to a version (e.g./v1/...) and that breaking changes to the RPC-mapping layer won't silently affectv1clients.Tasks: