Releases: alpacanetworks/alpamon
Releases · alpacanetworks/alpamon
0.1.8
0.1.7
Changelog
- 54665b8 Add comments to explain double-checking ctx.Err()
- e8967a9 Add error handling to skip reporter execution if queue is full
- 8065f0d Add remote log threshold for commit.go
- 363785e Add support for setting initial pty size before command execution
- 01f062f Fix backoff calculation by resetting entry.due based on current time
- 76871ae Fix retry on invalid CheckSession response instead of returning false
- 0ca563e Increase MaxConnectInterval to 300s
- c4d32c0 Increase log level threshold for reporter.go to reduce unnecessary logs
- cbe66bf Merge pull request #16 from alpacanetworks/recurive-log
- 7779f63 Minor fix
- 321e58b Refactor enhance file-based log filtering with logRecordFileHandlers
- 6aad49e Refine URL comparison logic to improve security
0.1.6
0.1.5
What's Changed
- �Resolve "Fix bugs related to Web FTP" by @Apdul0329 in #11
Full Changelog: 0.1.4...0.1.5
0.1.4
0.1.3
Changelog
- 8e895de Add FtpLogger
- 2df4dbd Add FtpSettings
- 3841f66 Add InitFtpLogger()
- bcf5921 Add ModTime at CommandResult
- b20c558 Add dependencies at .goreleaser.yaml
- f7e0597 Add ftp alpamon command
- 466591f Add logger in ftp command
- 8794b77 Add os.Exit(1) to manage child process
- 61ec2f0 Delete FtpSettings
- 272db72 Enhance error handling in copyFile function
- c2df4ea Fix agent upgrade command
- be4cc66 Fix config loading error
- 08cec82 Fix ftp alpamon command
- b95886c Merge pull request #8 from alpacanetworks/3-refactor-web-ftp-command
- 1608d92 Merge remote-tracking branch 'origin/main' into 3-refactor-web-ftp-command
- 28ae064 Minor fix
- 1c2fa00 Minor fix
- 7c9eb66 Minor fix
- 3044bdd Minor fix
- 96e55a6 Minor fix
- 2325836 Minor fix
- 70e99de Minor fix
- 7aec188 Refactor Web FTP Command
- 627f2e3 Refactor openftp command
- ff08c32 Update ftp command due to refactoring
- e8fc2b2 Update openftp command
0.1.2
Changelog
- ab956bc Add additional log thresholds for filtering
- 5155966 Implement log filtering for records and apply minor improvements
- 996cf17 Improve logging by excluding unnecessary logs in PTY and FTP
- 1be4f88 Merge pull request #6 from alpacanetworks/log-record
- 15fe29b Merge pull request #7 from alpacanetworks/log-record
- 261611a Minor fix
- a797466 Minor fix
0.1.1
0.1.0
Changelog
- 7eef98b Delete install_zip_package()
- 327036f Fix infinite loop when ‘commissioned’ field is missing in CheckSession
- 291c9d8 Fix unnecessary pointer dereferencing
- e183621 Merge pull request #2 from alpacanetworks/1-web-ftp
- e269f4f Merge pull request #5 from alpacanetworks/4-roll-back-of-the-installation-script
- 78e7217 Minor fix
- f5a10a0 Refactor config file loading to handle empty files and improve error handling
0.0.9
Changelog
- 0f95d78 Add File struct
- 5ba8f29 Add FtpClient
- a33417d Add Web FTP related types
- cf5b6c0 Add check for empty message before parsing in commandRequestHandler
- f11ea7d Add check permission logic in cwd Command
- 9c728b5 Add github.com/google/uuid package
- 78230e3 Add install_zip_package to postinstall.sh
- d21951c Add openftp Command
- 851015f Add setFtpCmdSysProcAttrAndEnv
- ad9c1b2 Apply code review
- 7927f51 Apply code review
- 69f9180 Delete unused files
- 5f655e6 Fix makeArchive()
- fb43fad Fix minor code formatting
- 47039f0 Fix space to ('// ')
- 8a827fd Merge remote-tracking branch 'origin/1-web-ftp' into 1-web-ftp
- cbfb52b Merge remote-tracking branch 'origin/1-web-ftp' into 1-web-ftp
- 3b92b3c Merge remote-tracking branch 'origin/main' into 1-web-ftp
- f91c3fb Merge remote-tracking branch 'origin/main' into 1-web-ftp
- 68338e7 Merge remote-tracking branch 'origin/main' into 1-web-ftp
- 8d089f5 Minor fix
- 222acb9 Minor fix
- 981a7be Minor fix
- 1cc672e Minor fix
- 755c09d Minor fix
- 33f2b45 Minor fix
- 212a2b5 Minor fix
- cb2ef61 Minor fix
- 2df771d Refactor Web FTP Commands
- 20265bb Refactor bulk upload in makeArchive()
- 576edbd Refactor makeArchive()
- 31bcc0d Update convertGroupIds() to ConvertGroupIds()
- 7f0003f Update due to the addition of structs
- 5ffc2e0 Update runFileDownload()
- 52a10fc Update runFileDownload()
- 7e4aa92 Updated error code return mechanism