Releases: Ajnasz/go-loggly-cli
Releases · Ajnasz/go-loggly-cli
v1.6.0
v1.5.3
- refactor: consolidate CLI flags into Config struct
- feat(tui): improve UX with spinner and query replacement
v1.5.2
- fix(doc): replace interactive command with TUI flag
v1.5.1
- feat(tui): add size and maxPages configuration support
v1.5.0
- feat: add interactive TUI mode for query building
v1.4.2
- build: generate proper release title and description
v1.4.1
- fix(signal): prevent cancel after context is done
- fix: improve context handling and error reporting
v1.4.0
- refactor(search): use url.Values for query string encoding
- refactor(search): use errgroup for concurrent page fetch
- refactor: add semaphore
- refactor(search): add context to client methods
- feat: add context cancellation to search queries
- refactor(search): improve concurrency and error handling
- refactor(search): move query builder to separate file
v1.3.2
style: replace interface{} with any
v1.3.1
refactor(orderedbuffer): remove debug messages