v0.1.2
A release with support for viewing text search results in context by opening the file that contains them using using the log viewer. In a future release, we will also add support for viewing JSON search results in context. This release also includes a handful of 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
Support for viewing text search results in context by opening the file that contains them using the log viewer. (#420, #424, #435, #437, #440, #442, #449, #451, #452, #458, #460, #468, #470, #472, #474, #476, #481, #485, #489, #490)
Bug-fixes
- clp-package: Add support for running package as root (fixes #500). (#464)
- clp-s: Ensure the option to print archive stats remains set when splitting archives. (#462)
- clp-s: Correctly report uncompressed size of archives when splitting archives (fixes #469). (#463)
- core-clp: Add class to encapsulate
libcurl
's global resource management to fix a race condition. (#461) - core-clp: Add a more complete UTF-8 validation function to filter out binary data. (#477)
- core-clp: Fix ArchiveMetadata deserialization by deserializing previously missed field. (#488)
- webui: Optimize Meteor bundle size (fixes #498). (#499)
View the full changelog for more details.
Thanks to @Bill-hbrhbr, @gibber9809, @haiqi96, @Henry8192, @junhaoliao, @kirkrodrigues, @LinZhihao-723, and @wraymo for their contributions.