6.5.0
- Add modules for mutiny-API!
- Fix Reactive QueryExecutor transaction rollback fails to close connection.
- Make
commit()
androllback()
return a failedFuture
/Completable
instead of throwing anException
in case of failure
for the reactive QueryExecutors.