-
v1.0.3 - Windows Support and Dependency Updates
All checks were successfulCI / build-and-test (push) Successful in 1m2sRelease / build (amd64, linux) (push) Successful in 55sRelease / build (amd64, darwin) (push) Successful in 1m7sRelease / build (amd64, windows) (push) Successful in 1m16sRelease / build (arm64, darwin) (push) Successful in 1m3sRelease / build (arm64, linux) (push) Successful in 50sRelease / release (push) Successful in 17sreleased this
2026-01-25 17:51:13 +00:00 | 7 commits to main since this releaseSummary
This release introduces Windows service support with graceful shutdown capabilities, updates the Go runtime to version 1.25.5, and includes various maintenance improvements to the build pipeline and code quality.
Features
- Windows Service Support: Added native Windows service support with graceful shutdown handling
- MIT License: Added LICENSE.md file with MIT license
Improvements
- Code Quality: Improved service comments and resolved linter warnings
- Security: Added gitsecrets ignore file for better secret scanning configuration
Build & Dependencies
- Go Runtime: Updated from previous version to Go 1.25.5
- Updated go version to 1.25.0
- Synced go.sum with Go 1.25.0
- Updated go version to 1.25.5 in GitHub Actions
CI/CD
- Added explicit dependency download step in CI pipeline
- Improved module cache management with clearing before dependency downloads
- Clarified cache clearing process and optimized verbose logging
Full Changelog: v1.0.1...v1.0.3