Releases: guessi/cloudtrail-cli
Releases · guessi/cloudtrail-cli
v1.4.0
- Dependencies update
- Release new version to address new CVE - https://pkg.go.dev/vuln/GO-2026-4433
Full Changelog: v1.3.0...v1.4.0
v1.3.0
- Dependencies update
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Built with golang 1.25
- Dependencies update
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- 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
Full Changelog: v1.0.21...v1.1.0
v1.0.21
- Fix invalid StartTime/EndTime issue after upgraded to
urfave/cli/v3
v1.0.20
- Dependencies update
Full Changelog: v1.0.19...v1.0.20
v1.0.19
- Migrate to github.com/urfave/cli/v3
Full Changelog: v1.0.18...v1.0.19
v1.0.18
- Build with golang 1.24
- Dependencies update
Full Changelog: v1.0.17...v1.0.18
v1.0.17
- 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
Full Changelog: v1.0.16...v1.0.17
v1.0.16
- Biuld with golang 1.23
- Dependencies update
- Support for filtering with ResourceName
- Support for filtering with ResourceType
Full Changelog: v1.0.15...v1.0.16