Skip to content

Releases: dhth/cueitup

v1.0.0

16 Apr 08:22
fa1f594

Choose a tag to compare

v1.0.0

This release brings a few major additions to cueitup, including some breaking changes to the CLI interface.

Added

  • Add support for profiles
    profiles:
        # a name for a profile; you refer to it when running cueitup
      - name: profile-a #
    
        # the SQS queue URL
        queue_url: https://sqs.eu-central-1.amazonaws.com/000000000000/queue-a
    
        # use this to leverage a profile contained in the shared AWS config and credentials files
        # https://docs.aws.amazon.com/sdkref/latest/guide/file-format.html
        aws_config_source: profile:local-profile
    
        # the format of the message body; possible values: [json, none]
        format: json
    
      - name: profile-b
        queue_url: https://sqs.eu-central-1.amazonaws.com/000000000000/queue-b
        aws_config_source: env
        format: none
    
      - name: profile-c
        queue_url: https://sqs.eu-central-1.amazonaws.com/000000000000/queue-c
        aws_config_source: env
        format: json
    
        # to only show the contents of a nested object
        subset_key: Message
    
        # cueitup will display this key value pair as "context" in its list
        context_key: aggregateId
  • Add web interface
    cueitup-web.mov
  • Allow multiple sources for AWS config

Changed

  • Show error (if any) in message details pane
  • Change path for persisting messages

Removed

  • Ability to filter for messages with a specific context value

Changelog

  • b7b0b39 build: upgrade dependencies (#49)
  • bb6f44b build: upgrade go and deps (#35)
  • 26afbe0 chore(fe): set dev flag to false
  • e3d7cf4 chore: change path for saving messages (#42)
  • 6885afd chore: improve error message for config source (#48)
  • b66b836 feat!: add support for profiles (#36)
  • 9cb0ee2 feat!: add web interface (#37)
  • 2486ea2 feat: add command for validating config (#47)
  • d25bbcd feat: add flag to tui for showing message count (#41)
  • 0d563ae feat: allow multiple sources for aws config (#39)
  • e899767 feat: show error in message details pane (#40)

v0.2.2

09 Jan 17:11

Choose a tag to compare

Changelog

  • 5c52f68 build: dependency upgrades
  • 73025b4 build: upgrade dependencies
  • 0295303 build: upgrade dependencies
  • b38dee3 build: upgrade dependencies
  • 0f0b3be build: upgrade to go 1.22.5
  • cc50a7c chore(deps): bump charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#3)
  • 6644e40 chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#2)
  • b79bdeb chore: dep updates, lint fixes, +gh actions
  • 2454c1b chore: dependency upgrades
  • 11a0436 refactor: add more linters (#24)

v0.2.1

19 Apr 15:41

Choose a tag to compare

Changelog

  • 9b92c50 fix: contextual search placement, nil ptr panics

v0.2.0

19 Apr 14:35

Choose a tag to compare

Changelog

  • 8fd4ae3 feat: show value for first fetch; cleanup

v0.1.1

10 Mar 14:55

Choose a tag to compare

Changelog

  • ef651d1 feat: persist subset only, if requested

v0.1.0

06 Mar 00:54

Choose a tag to compare

Changelog

  • 6146bc6 chore: add cosign files to gitignore