Releases: alpacanetworks/alpamon
Releases · alpacanetworks/alpamon
1.0.3
1.0.2
1.0.1
1.0.0
0.2.23
0.2.22
Changelog
- e829782 Add CollectorRestartChan to WebsocketClient
- 2259860 Add pty websocket recovery feature
- 0878081 Add restartcoll command case
- 0224046 Fix Transporter retry logic
- 2f62b27 Improve PtyClient.Close to gracefully handle close handshake
- ed81710 Improve WebSocketClient.Close to gracefully handle close handshake
- 490f745 Merge pull request #57 from alpacanetworks/56-refactor-the-process-of-initializing-collector
- 31d871b Merge pull request #58 from alpacanetworks/pty-recovery
- 577bf7c Merge restartcoll command to restart command
- 11651db Minor fix
- 0427392 Prevent nil panic by assigning websocket conn only on successful recovery
- 63d9f47 Refactor process of initializing collector
- bc989d2 Refactor to allow for collector restarts
- 48db724 chore: minor fix for formatting
- b657a77 chore: remove leftover debug message
- 81b0f8b chore: remove unused global ctx for PTY cleanup
- 0f65230 chore: remove unused global ctx for PTY cleanup
- 53e29d2 chore: revise log messages for PTY recovery
- 624f988 feat: add global ctx support for graceful PTY cleanup
- e213f65 fix: register terminal before PTY session initialization to ensure proper cleanup
0.2.21
0.2.20
Changelog
- dfd862c Add FormatPermissions()
- 4870e1b Add arm64 architecture support
- 58f2bf0 Add chmod & chown commands
- bda9a08 Add demoteFtp()
- 6b8e748 Add recursive option to chmod, chown
- 3d3bb3f Delete unnecessary logic
- fce6205 Fix build-and-test.yaml
- 2024409 Fix mode's type to string in chmod()
- ab45ddb Fix release.yml
- 67a6f21 Fix uid, gid's type to pointer in chown()
- a24c676 Merge pull request #53 from alpacanetworks/49-implement-additional-features-for-webftp
- 88fde88 Merge pull request #54 from alpacanetworks/49-implement-additional-features-for-webftp
- e6bf4c2 Merge pull request #55 from alpacanetworks/fix-configfile-write
- 52eb089 Merge remote-tracking branch 'origin/main' into 49-implement-additional-features-for-webftp
- 038cd26 Minor fix
- 38efaeb Minor fix
- 480cd5c Minor fix
- e15ee7a Prevent zerolog from logging internal write errors
- 585dc50 Refactor demote()
- 76a6cde Refactor listRecursive()
- 97e0a44 Revert to previous version
- 7f1fe63 Update chmod, chown result message
- 5142763 Update list command's response
- 3f3aeca Write config directly to target file without using temp file
0.2.19
0.2.18
Changelog
- 741cb10 Add alert check
- 3d9fe5f Add more OS variants to platform detection
- 55ebfba Add status check
- 526791d Fix blocking issue in FailureQueueWorker
- db540d1 Fix log message format by adding period
- 806688e Fix test cases
- cbae3dd Improve CheckSession retry logic with timeout-aware graceful exit
- 4a147e3 Initialize logger earlier to capture startup logs and minor fix
- 2f6c867 MInor fix
- 684a9d4 Merge pull request #47 from alpacanetworks/46-add-checks-for-server-status-verification
- 35452d3 Merge pull request #48 from alpacanetworks/38-intermittent-sqlite-lock-errors-during-github-actions-tests
- 6105f60 Merge pull request #50 from alpacanetworks/refactor-wsclient
- a0e65f9 Merge pull request #51 from alpacanetworks/log-format
- 0fc239d Merge remote-tracking branch 'origin/refactor-wsclient' into refactor-wsclient
- 599374b Minor fix
- 876d5b8 Minor fix
- 225e1d0 Minor fix
- f42b278 Refactor WebSocket client for graceful shutdown
- 8a93922 Support rocky platform
- d9429e1 Use context to safely handle shutdown and prevent reconnect during termination