All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial release of the InferaDB Rust SDK
Clientbuilder with gRPC and REST transport support- Authentication (client credentials, bearer token, environment variables)
- Authorization checks (
check,check_batch) - Relationship management (
write,delete) - Lookup operations (
list_resources,list_subjects) - Watch streams for real-time updates
- Retry, caching, and circuit breaker support
- Mock and in-memory clients for testing