Skip to content

v0.0.5

Compare
Choose a tag to compare
@Flowneee Flowneee released this 05 Aug 10:18
· 20 commits to master since this release

Full Changelog: v0.0.4...v0.0.5

[0.0.5] - 2023-08-05

Added

  • into_space method to ExecutorExt trait, wich return Space with underlying Executor;
  • .commit() and .rollback() methods to Space<Transaction> and OwnedIndex<Transaction>;
  • timeout parameter to ConnectionBuilder, allowing to set timeout for all requests in this Connection;
  • Tuple trait for passing arguments to requests.

Changed

  • get_space moved to ExecutorExt trait and renamed to space, also now returning reference to underlying Execitor.