ankitsheoran1
ankitsheoran1
## Summary by CodeRabbit ## Release Notes - **New Features** - Enhanced API to support multiple permissions with new endpoints for entity lookups and streaming responses. - Introduced structured representations...
## Summary by CodeRabbit - **New Features** - Introduced two new API endpoints for permissions: - `POST /v1/tenants/{tenant_id}/permissions/lookup-entities` - `POST /v1/tenants/{tenant_id}/permissions/lookup-entities-stream` - Enhanced validation for permission-related requests and responses. -...
Fixes #452 ### Description Blocking I/O moved to the tokio spawn_blocking so it would not block the worker thread and move away the mem write from write path To improve...