0.8.0 (2025-02-07)
- feat!: add support for server-side
batchCheck
method (#141) - thanks @piotrooo!!
This is a more efficient way to check on multiple tuples than calling the existing client-sidebatchCheck
. Using this method requires an OpenFGA v1.8.0+ server.
The existingbatchCheck
method has been renamed toclientBatchCheck
.
The existingBatchCheckResponse
has been renamed toClientBatchCheckResponse
. - feat: add support for
start_time
parameter inReadChanges
endpoint (#137)
BREAKING CHANGES:
- Usage of the existing
batchCheck
method should now use theclientBatchCheck
method.