Releases: K4rian/twserver-go
Releases · K4rian/twserver-go
v0.4.1
v0.4
Changes in v0.4
- New: Added the
host
parameter in the configuration file1. - New: The log system is now powered by
lumberjack
. - New: Exposed the logger configuration in the configuration file1.
- Update: The log file name can be specified in the configuration file1.
- Update: The log directory is now created if it doesn't exists.
- Update: The server catch the
SIGINT
signal properly if triggered and can now be gracefully shutdown.
v0.3
v0.2
Changes in v0.2
- Update The backup directory is now checked and created once in the
init
function. - Update: The entire backup process (copy/move/zip) has been moved into a dedicated function (
makeBackup
) executed in a goroutine to improve performance on low-end hardware.