Skip to content

Releases: pamburus/hl

v0.31.1

12 Apr 19:46
864df2f
Compare
Choose a tag to compare

Changed

Fixed

Documentation

  • Updated Arch Linux installation instruction by @roland-5 in #883

Dependencies

  • build(deps): bump the patch-updates group with 11 updates by @dependabot in #884
  • build(deps): bump indexmap from 2.8.0 to 2.9.0 by @dependabot in #885
  • build(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in the crossbeam-sec group by @dependabot in #892
  • build(deps): bump the patch-updates group with 9 updates by @dependabot in #894
  • build(deps): bump half from 2.5.0 to 2.6.0 by @dependabot in #897
  • build(deps): bump the rust-embed-ver group with 3 updates by @dependabot in #896
  • build(deps): bump titlecase from 3.4.0 to 3.5.0 by @dependabot in #898
  • build(deps): bump the capnp-ver group with 2 updates by @dependabot in #895
  • build(nix): update flake.lock by @github-actions in #888, #900

Other

New Contributors

Full Changelog: v0.31.0...v0.31.1

v0.31.0

01 Apr 23:18
d6f4aa4
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Fixed hang on sub-string delimiter search by @pamburus in #744
  • Fixed failures on FIFO files on linux (#657) by @pamburus in #661
  • Fixed conflicts on index schema files of different versions which could lead to unexpected index rebuilds when switching between different hl versions by @pamburus in #680

Removed

  • Removed obsolete variations of one dark theme by @pamburus in #871

Performance

Documentation

Other changes

Dependencies

Internal

New Contributors

  • @github-actions made their first contribution in #795

Full Changelog: v0.30.4...v0.31.0

v0.30.4

01 Mar 08:52
55d8470
Compare
Choose a tag to compare

Fixed

Full Changelog: v0.30.3...v0.30.4

v0.30.3

21 Jan 22:41
5289b45
Compare
Choose a tag to compare

Fixed

  • Parsing of empty unquoted values in logfmt format by @pamburus in #695
  • Handling of empty values for predefined fields by @pamburus in #696

Full Changelog: v0.30.2...v0.30.3

v0.30.2

07 Jan 22:44
01baeb2
Compare
Choose a tag to compare

Fixed

  • Fixed file not found errors on named and anonymous pipes in linux #656 by @pamburus in #657

Maintenance

Other changes

Full Changelog: v0.30.1...v0.30.2

v0.30.1

28 Dec 15:41
0989f55
Compare
Choose a tag to compare

Fixed

  • Fixed hide/unhide logic for composite fields by @pamburus in #627
  • Fixed installation of shell completions and man page in nix flake by @pamburus in #630

Documentation

Maintenance

  • Fixed potential invariance problem in record filter by @pamburus in #628
  • Replaced time pre-parsing with lazy parsing by @pamburus in #629
  • Deduplicated heap-optimized vectors by @pamburus in #636
Other changes

New Contributors

Full Changelog: v0.30.0...v0.30.1

v0.30.0

21 Dec 18:19
d06a8a0
Compare
Choose a tag to compare

Added

  • Support for bzip2, xz and zstd compression formats in addition to gzip and automatic compression detection by @tgulacsi in #549
  • Support for compressed files with automatic format detection along with the --sort | -s option by @pamburus in #577 and #554
    See the configuration files section for more details.
  • Nix flake by @TornaxO7 in #547
  • Support for multiple layered configuration files by @pamburus in #620

Changed

  • Replaced --debug command-line option with HL_DEBUG_LOG environment variable by @pamburus in #620
    See the env-logger crate documentation for more details. The only difference is that HL_DEBUG_LOG is used instead of the default RUST_LOG environment variable.

Maintenance

Other changes

New Contributors

Full Changelog: v0.29.11...v0.30.0

v0.29.11

17 Dec 23:09
5313e7c
Compare
Choose a tag to compare

Fixed

Added

Other

Full Changelog: v0.29.10...v0.29.11

v0.29.10

13 Dec 21:31
393013d
Compare
Choose a tag to compare

Fixed

  • Fixed high CPU usage in --follow mode on macOS by @pamburus in #588

Full Changelog: v0.29.9...v0.29.10

v0.29.9

29 Oct 22:23
d7b1480
Compare
Choose a tag to compare

Fixed

  • Fixed scanning after maximum segment size exceeded by @pamburus in #433
  • Fixed support for file renaming in follow mode on macOS by @pamburus in #511

Changed

Maintenance

Other changes

New Contributors

Full Changelog: v0.29.8...v0.29.9