2
0
  • v1.0.3 e1b9b277ee

    v1.0.3 - Windows Support and Dependency Updates
    All checks were successful
    CI / build-and-test (push) Successful in 1m2s
    Release / build (amd64, linux) (push) Successful in 55s
    Release / build (amd64, darwin) (push) Successful in 1m7s
    Release / build (amd64, windows) (push) Successful in 1m16s
    Release / build (arm64, darwin) (push) Successful in 1m3s
    Release / build (arm64, linux) (push) Successful in 50s
    Release / release (push) Successful in 17s

    logikonline released this 2026-01-25 17:51:13 +00:00 | 7 commits to main since this release

    Summary

    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