@@ -9,21 +9,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
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.
15
29
- ` tt play ` : support connection to a target instance by ` application ` name
16
30
or ` application:instance ` name.
17
31
- ` tt coredump pack ` : add options to customize coredump packing:
18
32
* ` -e (--executable) ` : specify Tarantool executable path.
19
33
* ` -p (--pid) ` : specify PID of the dumped process.
20
34
* ` -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.
27
38
28
39
### Changed
29
40
0 commit comments