Version End of Life. 15 Aug 2024
Release 6.1.15 contains a number of minor bug fixes and improvements.
Improvements, new features and functionality
The tpm update command now handles the --replace-release
argument
properly when --ini
is also specified.
Issues: CT-1623
Improved Perl-based command-line tools to use routines with no external dependencies in place of Data::Dumper
Issues: CT-1630
Fixed an issue with the ColumnNameFilter that was not resetting its internal connection to the database.
This would then fail if the database connection would time out (e.g. MySQL wait_timeout reached). The connection is now renewed every 1 hour by default.
This can be reconfigured to a different value by adding the following tpm property:
property=replicator.filter.colnames.reconnectTimeout=<time in seconds>
Issues: CT-1646