@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ 2.9.0] - 2025-04-10
17
+
18
+ The release introduces advanced features to connect to the Aeon database
19
+ and start tcm commands. Further improvements on packaging the customized
20
+ application. Major changes on working with external modules.
21
+
22
+ ### Added
23
+
12
24
- ` tt aeon connect ` added tests for connect file/app.
13
25
- ` tt modules list ` added command to show available modules.
14
26
If support extra flags:
@@ -17,11 +29,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
17
29
18
30
- ` tt aeon connect ` added tests for connect file/app.
19
31
- ` tt aeon connect ` : add connection from the etcd/tcs config.
20
- - ` tt pack ` : support ` .packignore ` file to specify files that should not be included
21
- in package (works the same as ` .gitignore ` ).
32
+ - ` tt pack ` : support ` .packignore ` file to specify files that should
33
+ not be included in package (works the same as ` .gitignore ` ).
22
34
- ` tt tcm start ` : add the tcm command.
23
- - ` tt tcm start ` OR ` tt tcm start --path /path/to/tcm ` : added the capability to run TCM in interactive mode.
24
- - ` tt tcm start --watchdog ` : implemented Watchdog mode for automatic restarting of TCM upon unexpected termination.
35
+ - ` tt tcm start ` OR ` tt tcm start --path /path/to/tcm ` : added the capability
36
+ to run TCM in interactive mode.
37
+ - ` tt tcm start --watchdog ` : implemented Watchdog mode for automatic
38
+ restarting of TCM upon unexpected termination.
25
39
26
40
### Changed
27
41
@@ -36,13 +50,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
36
50
37
51
### Fixed
38
52
39
- - ` tt pack ` : added TCM packing when executing the tt pack command, except for the
40
- flag without-binaries in this case TCM will not be in the archive.
53
+ - ` tt pack ` : added TCM packing when executing the tt pack command, except
54
+ for the flag without-binaries in this case TCM will not be in the archive.
41
55
42
- - Arguments of an internal command are not parsed if it is forced over its existent
43
- external counterpart.
56
+ - Arguments of an internal command are not parsed if it is forced over its
57
+ existent external counterpart.
44
58
- aeon: fix SSL paths configuration for aeon connection.
45
- - ` tt pack rpm ` : failed to pack if only one of ` --preinst ` /` --postinst ` options is specified.
59
+ - ` tt pack rpm ` : failed to pack if only one of ` --preinst ` /` --postinst `
60
+ options is specified.
46
61
47
62
## [ 2.8.1] - 2025-03-10
48
63
@@ -60,7 +75,8 @@ Improvement in the work of templates.
60
75
61
76
### Changed
62
77
63
- - ` tt connect ` : allow to disconnect with ` Ctrl+C ` or ` Ctrl+\ ` if script execution hung.
78
+ - ` tt connect ` : allow to disconnect with ` Ctrl+C ` or ` Ctrl+\ `
79
+ if script execution hung.
64
80
- Moved ` cluster.cmd.UriOpts ` to ` connect.UriOpts ` .
65
81
66
82
### Fixed
0 commit comments