Releases: Ajnasz/go-loggly-cli
Releases · Ajnasz/go-loggly-cli
v1.3.0
- test(ci): add go test step to release workflow
- ci(workflow): update Go version
- feat(search): add concurrency for page fetching
v1.2.0
- ci: simplify release workflow and remove unused dep steps
- chore(deps): update go version and go-simplejson
- feat(cli): warn on invalid flag placement after query
v1.1.2: fix github release action
use `gh release` instead of hub command
v1.1.0
Add support to get paginated response Change the search api, so it returns channels, where we push new message on each page Add the -maxPages argument to the command, to limit how many pages should be paginated
v1.0.0
Merge branch 'master' of github.com:Ajnasz/go-loggly-cli