Skip to content

v0.1.3

Latest
Compare
Choose a tag to compare
@kirkrodrigues kirkrodrigues released this 03 Sep 13:18
· 13 commits to main since this release

A bug-fix release to improve error reporting, improve the UI, and fix some macOS-specific issues.

The CLP release includes two tars:

  • clp-json for compressing and searching JSON logs
  • clp-text for compressing and searching unstructured text logs

Docs

The docs for this release are available here.

Bug fixes & improvements

  • clp-s: Report exactly where parsing error occurs when parsing JSON (fixes #514). (#503)
  • webui: Improve UI of links for viewing search results in context. (#515)
  • core: Add support for retrieving CURL error messages, handle unexpected CURL return code on macOS, and log such codes in tests (fixes #519). (#517)
  • core: Mark spdlog specialization functions as const (fixes #524). (#525)

View the full changelog for more details.

Thanks to @AVMatthews, @Bill-hbrhbr, @gibber9809, @haiqi96, @junhaoliao, @kirkrodrigues, and @LinZhihao-723 for their contributions.