Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 16:54
· 104 commits to main since this release
v0.4.0
0c1bfae

0.4.0 (2024-03-04)

  • fix!: reverse the transaction behaviour when disableTransactions is set on Write
    ⚠️ This is a behavioral breaking change!
    Previously, the OpenFgaClient reversed the behavior of write transactions based on the disableTransactions flag. This has been fixed so that batched writes are sent if disableTransactions == true and a single transactional write if it is false (default).