v2.1.2
Changes:
- The transaction ID can be obtained from a transaction object. This allows application code to manage its own asynchronous listening for transaction commit events when submitting transactions if desired. This would typically be achieved by use of the
NONE
commit handler, which does not wait for any commit events before returning from the transaction submit. - The default commit handler can be overridden on a transaction object to allow a mix of commit handling strategies to be used within an application.