v0.3.4
Summary
This release includes critical security fixes and dependency updates.
Highlights
- Security vulnerability remediation for Go runtime and dependencies:
- Updated Go version to 1.25.8 (fixes CVE-2026-25679, CVE-2026-27142, CVE-2026-27139)
- Updated google.golang.org/grpc to v1.79.3 (fixes GHSA-p77j-4mvh-x3m3)
- Updated github.com/buger/jsonparser to v1.1.2 (fixes GHSA-6g7g-w4f8-9c9x)
- CI/CD improvements:
- Migrated .golangci.yml to v2 syntax for golangci-lint compatibility
- Updated golangci-lint to v2.11.4 for Go 1.25.8 support
- Upgraded golangci-lint-action to v7