Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 852 Bytes

File metadata and controls

22 lines (16 loc) · 852 Bytes

Changelog

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.

Added

  • Initial release of the InferaDB Rust SDK
  • Client builder 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