- Add GitHub Actions workflow for multi-platform releases
- Build for linux/darwin on amd64/arm64
- Auto-create GitHub Release with checksums
- Version injection via ldflags
- Add init.d script support for install command
- Rewrite README with clearer documentation
- Quick start guide
- Two-node HA setup example
- Health check configuration
- Troubleshooting section
- Bump version to 1.2.1
🤖 Generated with [Qoder][https://qoder.com]
- Add `install` subcommand with alias `i`
- Support two installation methods: systemd (default) and service
- Copy binary to /usr/local/bin/go-alived
- Auto-detect network interface and hostname for config generation
- Create /etc/go-alived directory and config.yaml
- Install systemd service file with proper capabilities
- Display clear completion message with next steps
- Bump version to 1.2.0
🤖 Generated with [Qoder][https://qoder.com]
P0 Fixes:
- Fix potential panic in factory.go due to unsafe type assertion
- Fix VIP CIDR mask being lost during parsing (was hardcoded to /32)
P1 Fixes:
- Fix go.mod incorrect indirect dependency markers
- Fix receiveLoop blocking issue preventing graceful shutdown
Refactoring:
- Split state.go into state.go, timer.go, priority.go, history.go
- Split monitor.go into monitor.go and manager.go
- Add IncreasePriority() method for complete priority adjustment
- Fix go vet format string warning in test.go
🤖 Generated with [Qoder][https://qoder.com]