Releases: agilira/argus
v1.0.7
Argus v1.0.7
Dynamic configuration framework for Go applications with zero-allocation performance, universal format support, and ultra-fast CLI.
Installation
Library:
go get github.com/agilira/argus@v1.0.7CLI Binary:
Download the appropriate binary for your platform from the attachments below.
CLI Usage
# Configuration management
./argus config get config.yaml server.port
./argus config set config.yaml database.host localhost
./argus config convert config.yaml config.json
./argus watch config.yaml --interval=1sVerification
Verify release authenticity using GitHub CLI:
gh attestation verify ./argus-* --owner agiliraChanges
See changelog/v1.0.7.txt for details.
What's Changed
- chore: Bump github.com/agilira/go-errors from 1.1.0 to 1.1.1 in the agilira group by @dependabot[bot] in #8
Full Changelog: v1.0.6...v1.0.7
v1.0.6: Hybrid CPU Yielding Optimization
Argus v1.0.6
Dynamic configuration framework for Go applications with zero-allocation performance, universal format support, and ultra-fast CLI.
Installation
Library:
go get github.com/agilira/argus@v1.0.6CLI Binary:
Download the appropriate binary for your platform from the attachments below.
CLI Usage
# Configuration management
./argus config get config.yaml server.port
./argus config set config.yaml database.host localhost
./argus config convert config.yaml config.json
./argus watch config.yaml --interval=1sVerification
Verify release authenticity using GitHub CLI:
gh attestation verify ./argus-* --owner agiliraChanges
See changelog/v1.0.6.txt for details.
v1.0.5: Documentation Overhaul
Argus v1.0.5
Dynamic configuration framework for Go applications with zero-allocation performance, universal format support, and ultra-fast CLI.
Installation
Library:
go get github.com/agilira/argus@v1.0.5CLI Binary:
Download the appropriate binary for your platform from the attachments below.
CLI Usage
# Configuration management
./argus config get config.yaml server.port
./argus config set config.yaml database.host localhost
./argus config convert config.yaml config.json
./argus watch config.yaml --interval=1sVerification
Verify release authenticity using GitHub CLI:
gh attestation verify ./argus-* --owner agiliraChanges
See changelog/v1.0.5.txt for details.
v1.0.4: Memory Alignment Performance Boost
Argus v1.0.4
Dynamic configuration framework for Go applications with zero-allocation performance, universal format support, and ultra-fast CLI.
Installation
Library:
go get github.com/agilira/argus@v1.0.4CLI Binary:
Download the appropriate binary for your platform from the attachments below.
CLI Usage
# Configuration management
./argus config get config.yaml server.port
./argus config set config.yaml database.host localhost
./argus config convert config.yaml config.json
./argus watch config.yaml --interval=1sVerification
Verify release authenticity using GitHub CLI:
gh attestation verify ./argus-* --owner agiliraChanges
See changelog/v1.0.4.txt for details.
Argus v1.0.3
Argus v1.0.3
Dynamic configuration framework for Go applications with zero-allocation performance, universal format support, and ultra-fast CLI.
Installation
Library:
go get github.com/agilira/argus@v1.0.3CLI Binary:
Download the appropriate binary for your platform from the attachments below.
CLI Usage
# Configuration management
./argus config get config.yaml server.port
./argus config set config.yaml database.host localhost
./argus config convert config.yaml config.json
./argus watch config.yaml --interval=1sVerification
Verify release authenticity using GitHub CLI:
gh attestation verify ./argus-* --owner agiliraChanges
See changelog/v1.0.3.txt for details.
Latest
Full Changelog: v1.0.1...v1.0.2