Releases: pamburus/hl
Releases · pamburus/hl
v0.27.2
Added
Fixed
- Fixed empty line parsing by @pamburus in #180
- Fixed invalid utf-8 handling in "logfmt" format by @pamburus in #183
Changed
- Changed object and array separators style in universal and neutral themes by @pamburus in #181
- Improved level style in neutral theme by @pamburus in #184
Full Changelog: v0.27.1...v0.27.2
v0.27.1
v0.27.0
Added
- Added support for logfmt format by @pamburus in #147, #148, #149, #150
- Added
--input-format
option by @pamburus in #170 - Added unix timestamp unit option by @pamburus in #166
- Added support for floating point timestamps by @pamburus in #154, #155
- Added support for integer log levels by @pamburus in #157
- Added support for levels determined by field presence by @pamburus in #160
- Added an example how to use
!~=
operator in field filter by @pamburus in #161
Changed
- Trailing whitespace is now no longer displayed in message and string values by @pamburus in #159
- Added option to enable or disable quotes and it is now disabled by default by @pamburus in #165
To return old behavior add the following option to the configuration file# Formatting settings. formatting: add-quotes: true
Fixed
Full Changelog: v0.26.2...v0.27.0
v0.26.2
v0.26.0
v0.25.3
Added
- Added support for HL_PAGER variable by @pamburus in #135
- Added support for custom log message delimiters by @pamburus in #138
- Enabled overriding for most of the command line options by @pamburus in #136
Fixed
- Fixed wrong option override configuration that caused panic by @pamburus in #139
- Fixed wildcard and string matching benchmarks by @pamburus in #140
Full Changelog: v0.25.2...v0.25.3
v0.25.2
v0.25.1
Changed
- Improved performance of
since
anduntil
filters insort
mode by @pamburus in #122 - Improved segment scanning performance by @pamburus in #124
- Improved index rebuilding performance by @pamburus in #123
- Minor performance improvement by @pamburus in #125
- Updated dependencies by @pamburus in #126
Full Changelog: v0.25.0...v0.25.1