Skip to content

0.1.27

Compare
Choose a tag to compare
@Gerold103 Gerold103 released this 29 Apr 21:21
· 27 commits to master since this release

Date: 29-04-2024

Tag: 0.1.27

Compatibility

VShard 0.1.27 is fully compatible with the previous VShard versions.

Functionality added or changed

  • vshard.router.info() and vshard.storage.info() now expose identification_mode as it was specified in the config.
  • vshard.storage.info() now contains uri field which contains the listen-URI of this instance and the user name which was used to configure the storage (#467).

Bugs fixed

  • Router and storage, when had master = 'auto' in their configs, could be stuck unable to discover a new master when the old one would suddenly disappear without any info (tarantool/vshard-ee#4).