@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
1010### Added
1111
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+
1224- ` tt aeon connect ` added tests for connect file/app.
1325- ` tt modules list ` added command to show available modules.
1426 If support extra flags:
@@ -17,11 +29,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1729
1830- ` tt aeon connect ` added tests for connect file/app.
1931- ` 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 ` ).
2234- ` 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.
2539
2640### Changed
2741
@@ -36,13 +50,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3650
3751### Fixed
3852
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.
4155
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.
4458- 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.
4661
4762## [ 2.8.1] - 2025-03-10
4863
@@ -60,7 +75,8 @@ Improvement in the work of templates.
6075
6176### Changed
6277
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.
6480- Moved ` cluster.cmd.UriOpts ` to ` connect.UriOpts ` .
6581
6682### Fixed
0 commit comments