8000 Releases · tarantool/cartridge · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: tarantool/cartridge

2.16.1 - observability improvements

04 Jul 09:44
63a4b5b
Compare
Choose a tag to compare

Added

  • New config_applied variable in cartridge.twophase module to track
    clusterwide configuration status.

  • Improved failover and leader election logging:

    • Added structured logs explaining why a leader appointment was made or skipped.
    • Logs now include replicaset aliases and number of candidates evaluated.
    • Control loop logs clearer start and wait states.

2.16.0 - disable vshard.storage during first apply_config

20 Jun 11:27
Compare
Choose a tag to compare

Added

  • New role callback before_apply_config to run some code before applying configuration changes.
  • New vshard option connection_fetch_schema.

Changed

  • Update vshard dependency to 0.1.34
  • VShard storage now is disabled before the end of the first apply_config.

2.15.4 - raft failover bugfix

11 Jun 09:13
Compare
Choose a tag to compare

Fixed

  • Invalid leader appointment in Raft failover when there are not enough instances in the replicaset.
  • sslsocket: "attempt to redefine 'SSL_*'" error.

2.15.3 - bumped dependencies

24 Apr 17:58
243a4a5
Compare
Choose a tag to compare

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

31 Mar 17:41
47cbc6c
Compare
Choose a tag to compare

Changed

  • Update membership dependency to 2.5.2.

2.15.1 - bumped dependencies

12 Mar 16:49
4fbcf64
Compare
Choose a tag to compare

Changed

  • Update vshard dependency to 0.1.32.

2.15.0 - remove old membership entries

11 Mar 14:25
9806b72
Compare
Choose a tag to compare

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

13 Feb 12:41
cf4f1b3
Compare
Choose a tag to compare

Fixed

  • Errors from box.ctl.promote and box.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 to rpc.get_connection.

  • Shortcut for get_topology in Cartridge API.

2.13.0 - faster WebUI

02 Dec 21:43
7046671
Compare
Choose a tag to compare

Changed

  • Update vshard dependency to 0.1.30.

  • Update http dependency to 1.7.0.

Added

  • SSL support to HTTP server.

  • New issue about doubled buckets (can be enabled with TARANTOOL_CHECK_DOUBLED_BUCKETS=true).

Fixed

  • WebUI doesn't request statistics on the first load anymore.

2.12.4 - bumped dependencies

17 Sep 09:10
bf8a0b6
Compare
Choose a tag to compare

Changed

  • Update vshard dependency to 0.1.28 .
  • Update http dependency to 1.6.0.

Added

  • Rocks versions are shown in the WebUI.
0