Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 16:32
· 835 commits to master since this release

Overview

The release adds several key features to simplify working with tt:

  • module init, which allows you to create an environment for a new or existing application
  • module daemon (experimental feature) that allows you to work with tt remotely
  • built-in application templates. Now the cartridge application template embedded in the tt

Added

  • Module tt init, to create tt environment configuration file.
  • Module tt daemon, to manage the tt daemon.
  • Built-in application templates support. Cartridge application template is added.
  • Using default_cfg from .tarantoolctl for tarantool.yaml generation in tt init.

Changed

  • Modules tt start, tt connect and tt catridge now use relative paths for unix sockets.
    It allows to use socket paths longer than sun_path limit.(108/106 on linux/macOS)
    e.g foo/bar.sock -> ./bar.sock