v0.4.0
0.4.0 (2024-03-04)
- fix!: reverse the transaction behaviour when
disableTransactions
is set onWrite
⚠️ This is a behavioral breaking change!
Previously, theOpenFgaClient
reversed the behavior of write transactions based on thedisableTransactions
flag. This has been fixed so that batched writes are sent ifdisableTransactions == true
and a single transactional write if it is false (default).