Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/breaking_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ API Changes

* :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.

* :code:`Result.data()` has been removed. Use :code:`Record.data()` for each Record when iterating the Result object.

* :code:`Transaction.sync()` has been removed. Use :code:`Result.consume()` if the behaviour is to exhaust the result object.

* :code:`Transaction.success` has been removed.
Expand Down