- Build with golang 1.26.4
- Dependencies update
- Build with golang 1.25.10
- Dependencies update
- Validate filter inputs and propagate errors through the call chain
- Build with golang 1.25.8
- Dependencies update
- Dependencies update
- Release new version to address new CVE - https://pkg.go.dev/vuln/GO-2026-4433
- Dependencies update
- Built with golang 1.25
- Dependencies update
- Enhanced error handling with more descriptive messages
- Added comprehensive test coverage for core functionality
- Request timeout protection (5 minutes) to prevent hanging operations
- Input validation for AWS Access Key ID format
- UUID validation to ensure proper formatting
- Memory protection against large JSON payloads
- Safer UTF-8 string truncation to prevent character corruption
- Updated README.md with clearer usage instructions and FAQ
- Improved Makefile for better development workflow
- Built with golang 1.24.6
- Updated dependencies to latest versions
- Fix invalid StartTime/EndTime issue after upgraded to
urfave/cli/v3
- Dependencies update
- Migrate to github.com/urfave/cli/v3
- Build with golang 1.24
- Dependencies update
- Update staticcheck@2025.1
- Dependencies update
- Remove
--no-read-onlyto make it easier to use- no
--read-onlyflag set, it should not passReadOnlyto theLookupAttributes - with
--read-onlyflag set (or--read-only=true), it would passReadOnly=trueto theLookupAttributes - with
--read-only=falseflag set, it would passReadOnly=falseto theLookupAttributes
- no
- Biuld with golang 1.23
- Dependencies update
- Support for filtering with ResourceName
- Support for filtering with ResourceType
- Dependencies update
- Dependencies update
- Dependencies update
- Dependencies update
- Biuld with golang 1.22
- Dependencies update
- Dependencies update
- Implement sub-command "version"
- Bump ghr@v0.16.2
- Bump actions/cache@v4
- Dependencies update
- Dependencies update
- Identical with v1.0.6
- Biuld with golang 1.21
- Dependencies update
- Identical with v1.0.4
- Update staticcheck@2023.1.3
- Dependencies update
- Bump actions/setup-go@v4
- Dependencies update
- Add support for filtering with AccessKeyId
- Introduce
--truncate-user-nameand--truncate-user-agentflags
- Introduce Homebrew install
- Dependencies update
- Initial Release