Skip to content

CLP v0.1.1

Compare
Choose a tag to compare
@kirkrodrigues kirkrodrigues released this 10 Jun 08:50
· 78 commits to main since this release

A release with a few new features and bug fixes.

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.

Features/Changes

  • A new way of storing arrays found in JSON log events. (#355, #401, #408, #413, #429)
    • Try it using clp-s's --structurize-arrays option.
  • clp-json no longer adds implicit wildcards (’*’) at the beginning or end of a query. (#406)
  • More frequent progress updates (on the command line) for compression jobs. (#388)

Bug fixes

  • clp-json: Better handling for wildcards in the middle of a token. (#407)
  • Improved robustness when cancelling search jobs. (#425)
  • Reduced CPU usage when queries from the webui complete. (#418)

View the full changelog for more details.

Thanks to @davemarco, @gibber9809, @haiqi96, @Henry8192, @kirkrodrigues, @LinZhihao-723, and @wraymo for their contributions.