@@ -9,21 +9,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Added
1111
12- - ` tt.yaml ` : allows to specify a list of modules directories.
13- - Environment variable TT_CLI_MODULES_PATH can be used to specify
14- an extra path with modules.
12+ ### Changed
13+
14+ ### Fixed
15+
16+ ## [ 2.7.0] - 2025-01-22
17+
18+ The release introduces an experimental support of console for AeonDB and
19+ continues to improve ` tt play ` command.
20+
21+ ### Added
22+
23+ - ` tt aeon connect ` : add support to connect Aeon database.
24+ - ` tt play ` : support of the SSL parameters by using next flags:
25+ * ` sslkeyfile ` - path to a private SSL key file,
26+ * ` sslcertfile ` - path to an SSL certificate file,
27+ * ` sslcafile ` - path to a trusted certificate authorities (CA) file,
28+ * ` sslciphers ` - colon-separated list of SSL cipher suites the connection.
1529- ` tt play ` : support connection to a target instance by ` application ` name
1630 or ` application:instance ` name.
1731- ` tt coredump pack ` : add options to customize coredump packing:
1832 * ` -e (--executable) ` : specify Tarantool executable path.
1933 * ` -p (--pid) ` : specify PID of the dumped process.
2034 * ` -t (--time) ` : specify time of dump (seconds since the Epoch).
21- - ` tt play ` : support of the SSL parameters by using next flags:
22- * ` sslkeyfile ` - path to a private SSL key file,
23- * ` sslcertfile ` - path to an SSL certificate file,
24- * ` sslcafile ` - path to a trusted certificate authorities (CA) file,
25- * ` sslciphers ` - colon-separated list of SSL cipher suites the connection.
26- - ` tt aeon connect ` : add support to connect Aeon database.
35+ - ` tt.yaml ` : allows to specify a list of modules directories.
36+ - Environment variable TT_CLI_MODULES_PATH can be used to specify
37+ an extra path with modules.
2738
2839### Changed
2940
0 commit comments