Skip to content

v2.0.0

Choose a tag to compare

@YizYah YizYah released this 09 Nov 10:45
· 7 commits to main since this release
a1d3270

2.0.0 (2021-11-09)

Features

BREAKING CHANGES

  • If a generated session calls readTransaction() or writeTransaction(), the
    result will have in it's summary a transactionType set to READ or WRITE. So if you are
    asserting deep equality between the output summary and expected summary, you will have to update the
    expected summary accordingly.