v0.2.0
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 withtt
remotely - built-in application templates. Now the
cartridge
application template embedded in thett
Added
- Module
tt init
, to create tt environment configuration file. - Module
tt daemon
, to manage thett
daemon. - Built-in application templates support. Cartridge application template is added.
- Using
default_cfg
from.tarantoolctl
fortarantool.yaml
generation intt init
.
Changed
- Modules
tt start
,tt connect
andtt 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