Skip to content

0.1.19

Choose a tag to compare

@Gerold103 Gerold103 released this 27 Dec 10:42
· 327 commits to master since this release

Compatibility

Fully compatible with 0.1.18.

Bugs fixed

  • is_async in vshard.router.call() and other vshard.router.call* functions such as callbro/callbre/etc didn't work on Tarantool >= 2.8.2 (gh-294).

Functionality added or changed

  • Until vshard.storage.cfg() is finished and box.info.status is 'loading' or 'orhpan', most of vshard.storage.* functions will throw a special error (gh-123).
  • New functions vshard.storage.enable() and vshard.storage.disable() to control when the storage can accept requests (gh-298).