Skip to content

Releases: guessi/cloudtrail-cli

v1.4.0

07 Feb 03:26

Choose a tag to compare

Full Changelog: v1.3.0...v1.4.0

v1.3.0

29 Nov 14:27

Choose a tag to compare

  • Dependencies update

Full Changelog: v1.2.0...v1.3.0

v1.2.0

10 Sep 17:09

Choose a tag to compare

  • Built with golang 1.25
  • Dependencies update

Full Changelog: v1.1.0...v1.2.0

v1.1.0

18 Aug 09:48

Choose a tag to compare

  • 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

01 Jul 16:15

Choose a tag to compare

  • Fix invalid StartTime/EndTime issue after upgraded to urfave/cli/v3

v1.0.20

28 Jun 05:42

Choose a tag to compare

v1.0.20 Pre-release
Pre-release
  • Dependencies update

Full Changelog: v1.0.19...v1.0.20

v1.0.19

22 May 12:29

Choose a tag to compare

v1.0.19 Pre-release
Pre-release
  • Migrate to github.com/urfave/cli/v3

Full Changelog: v1.0.18...v1.0.19

v1.0.18

04 Apr 06:31

Choose a tag to compare

  • Build with golang 1.24
  • Dependencies update

Full Changelog: v1.0.17...v1.0.18

v1.0.17

28 Feb 15:34

Choose a tag to compare

  • Update staticcheck@2025.1
  • Dependencies update
  • Remove --no-read-only to make it easier to use
    • no --read-only flag set, it should not pass ReadOnly to the LookupAttributes
    • with --read-only flag set (or --read-only=true), it would pass ReadOnly=true to the LookupAttributes
    • with --read-only=false flag set, it would pass ReadOnly=false to the LookupAttributes

Full Changelog: v1.0.16...v1.0.17

v1.0.16

03 Jan 16:32

Choose a tag to compare

  • 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