0.1.27
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()
andvshard.storage.info()
now exposeidentification_mode
as it was specified in the config.vshard.storage.info()
now containsuri
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).