Releases: tarantool/cartridge
Releases · tarantool/cartridge
2.15.3 - bumped dependencies
Fixed
- Etcd client error when connection to etcd was closed while changing leaders.
Removed
- Outdated Tarantool 2.7 and 2.8 versions are no longer supported.
Changed
- Update
vshard
dependency to 0.1.33.
2.15.2 - membership bug fixes
Changed
- Update
membership
dependency to 2.5.2.
2.15.1 - bumped dependencies
Changed
- Update
vshard
dependency to 0.1.32.
2.15.0 - remove old membership entries
Changed
- Update
membership
dependency to 2.5.1.
Added
- New option
exclude_expelled_members
to exclude expelled
instances from the membership process.
2.14.0 - more maintenance features
Fixed
- Errors from
box.ctl.promote
andbox.ctl.demote
now are logged.
Changed
-
Update
membership
dependency to 2.4.6. -
Cartridge doesn't fetch schema in inner
pool.connect
calls. -
Update
vshard
dependency to 0.1.31.
Added
-
fetch_schema
option torpc.get_connection
. -
Shortcut for
get_topology
in Cartridge API.
2.13.0 - faster WebUI
2.12.4 - bumped dependencies
2.12.3 - issues improvements
Added
-
VShard alerts can be displayed in issues list after enabled with env/cli args.
-
New option
TARANTOOL_DISABLE_UNRECOVERABLE_INSTANCES
to automatically disable
instances with stateInitError
orBootError
.
Fixed
- Last instance in vshard-storage replicaset can be expelled now.
Changed
-
Cartridge doesn't use
vshard-ee
instead ofvshard
. -
Cartridge doesn't use
ddl-ee
instead ofddl
. -
uuids in issues replaces with instance names and uris.
2.12.2 - another membership bug fixed
Changed
- Update
membership
dependency to 2.4.5.
Added
-
cartirdge.get_opts()
function to get current Cartridge options. -
More logging cartridge options on start.
2.12.1 - bugfix for ee modules support
Fixed
ddl-manager-ee
is now in the list of implicit roles.
Added
auth_enabled
paramtest-helpers.cluster
to enable/disable auth in tests.