v2.0.0
2.0.0 (2021-11-09)
Features
BREAKING CHANGES
- If a generated session calls
readTransaction()orwriteTransaction(), the
result will have in it'ssummaryatransactionTypeset toREADorWRITE. So if you are
asserting deep equality between the output summary and expected summary, you will have to update the
expected summary accordingly.