Skip to content

grlog 0.1.0

Latest

Choose a tag to compare

@gourdian25 gourdian25 released this 05 Jul 15:09
385ecb9

grlog 0.1.0

Production-ready structured logging library for Go.

Highlights

  • Zero-allocation typed fields and formatting
  • Async logging with configurable overflow policies
  • log/slog interoperability
  • File rotation with compression and age-based cleanup
  • Extensive benchmarks and race tests

See CHANGELOG.md for full details.

Changelog

  • e713766 feat: add CI workflow and golangci-lint configuration
  • 938439b feat: enhance documentation and add security policy, changelog, and dependabot configuration
  • 600e0a1 fix: correct command for verifying go.mod tidiness in CI workflow