Skip to content

Releases: tarantool/cartridge

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.

2.12.3 - issues improvements

16 Aug 08:02
f485e17
Compare
Choose a tag to compare

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 state InitError or BootError.

Fixed

  • Last instance in vshard-storage replicaset can be expelled now.

Changed

  • Cartridge doesn't use vshard-ee instead of vshard.

  • Cartridge doesn't use ddl-ee instead of ddl.

  • uuids in issues replaces with instance names and uris.

2.12.2 - another membership bug fixed

24 Jun 11:21
6f079b4
Compare
Choose a tag to compare

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

06 Jun 12:38
9634d88
Compare
Choose a tag to compare

Fixed

  • ddl-manager-ee is now in the list of implicit roles.

Added

  • auth_enabled param test-helpers.cluster to enable/disable auth in tests.