Skip to content

Releases: agilira/argus

v1.0.7

23 Oct 18:22

Choose a tag to compare

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.7

CLI 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=1s

Verification

Verify release authenticity using GitHub CLI:

gh attestation verify ./argus-* --owner agilira

Changes

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

20 Oct 11:58

Choose a tag to compare

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.6

CLI 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=1s

Verification

Verify release authenticity using GitHub CLI:

gh attestation verify ./argus-* --owner agilira

Changes

See changelog/v1.0.6.txt for details.

v1.0.5: Documentation Overhaul

18 Oct 19:20

Choose a tag to compare

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.5

CLI 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=1s

Verification

Verify release authenticity using GitHub CLI:

gh attestation verify ./argus-* --owner agilira

Changes

See changelog/v1.0.5.txt for details.

v1.0.4: Memory Alignment Performance Boost

17 Oct 14:26

Choose a tag to compare

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.4

CLI 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=1s

Verification

Verify release authenticity using GitHub CLI:

gh attestation verify ./argus-* --owner agilira

Changes

See changelog/v1.0.4.txt for details.

Argus v1.0.3

15 Oct 15:17

Choose a tag to compare

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.3

CLI 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=1s

Verification

Verify release authenticity using GitHub CLI:

gh attestation verify ./argus-* --owner agilira

Changes

See changelog/v1.0.3.txt for details.

Latest

31 Aug 16:29

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2