Skip to content

Commit dc1695c

Browse files
added breaking change to api documentation. (#410)
1 parent 0cd4e3c commit dc1695c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/breaking_changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ API Changes
8585

8686
* :code:`Result.summary()` has been replaced with :code:`Result.consume()`, this behaviour is to consume all remaining records in the buffer and returns the ResultSummary.
8787

88+
* :code:`Result.data()` has been removed. Use :code:`Record.data()` for each Record when iterating the Result object.
89+
8890
* :code:`Transaction.sync()` has been removed. Use :code:`Result.consume()` if the behaviour is to exhaust the result object.
8991

9092
* :code:`Transaction.success` has been removed.

0 commit comments

Comments
 (0)