Releases: humio/cli
Releases · humio/cli
v0.37.0
Changelog
- 6123792 Add graphql id to http requests (#183)
- 10bb52f 400 Bad Request is an error too (#182)
- 9234ab8 Possible to set query ownership when installing package (#181)
- 49273f4 Cleanup unused graphql from generated client (#180)
- 01dc02c search: add json-progress flag, to allow easy collection of metadata (#123)
- c7663fc Merge pull request #179 from humio/mike/generate_client
- de5e775 alerts: handle nil case when fetching query ownership
- 446d21e Exclude deprecated api package from gosec
- 3021a73 Add deprecation warnings
- 99b3928 Remove unused code in internal api client
- 1fc4771 Make gosec happy
- 2bc1695 Fix typos in graphql struct tags
- 1b85465 Generate client using GraphQL schema
- 3a98ee7 Merge pull request #176 from fjerlov-cs/fjerlov/add-missing-command
- 1ebd091 Add command actions export-all
- 2b70800 Merge pull request #175 from fjerlov-cs/fjerlov/export-all
- 4bbaba3 Add export-all cmd to all trigger types and actions
- 14f9db8 Merge pull request #169 from humio/mike/ingesttokennotfound
- aacdf44 Ensure view actions validate type
- eafdd46 Add RepositoryNotFound and ViewNotFound responses to Get() calls
- 70a7e6f Add EntityNotFound for ingest tokens
v0.36.0
v0.35.1
What's Changed
- Filter Alerts - Omit Throttle Time and Throttle Field when not present by @fjerlov-cs in #167
Full Changelog: v0.35.0...v0.35.1
v0.35.0
What's Changed
- Remove deprecated/obsolete functionality by @SaaldjorMike in #159
- Use parsers v2 API by @SaaldjorMike in #161
- Add enable/disable automatic search option on repos and view by @brads-au in #163
- Scheduled searches by @fjerlov-cs in #165
- Filter alerts - Add ThrottleTimeSeconds and ThrottleField by @fjerlov-cs in #166
New Contributors
Full Changelog: v0.34.1...v0.35.0
v0.34.1
v0.34.0
Changelog
- b389708 Allow configuration of S3 archiving on a repository (#160)
- 223a68b Bump Go version (#158)
- efe01c9 CGO_ENABLED=0 (#150)
- 367cd52 Bump dependencies
- 39a47a9 Satisfy staticcheck for filter-alerts (#154)
- 359de49 Filter alerts (#152)
- 03c41ac Bump dependencies (#153)
- bd4f8a8 Revert "Filter alerts (#147)" (#148)
- 468a5df Filter alerts (#147)