Skip to content

v0.29.0

Compare
Choose a tag to compare
@pamburus pamburus released this 04 May 20:53
· 371 commits to master since this release
ad2afb9

Added

  • Nested objects flattening feature by @pamburus in #229
  • Support for loading a set of values from a file in a query by @pamburus in #237
  • Command line option for config file path by @pamburus in #233
  • Configuration file options to force display of time and level fields by @pamburus in #242

Changed

  • Input info column is now disabled in by default --raw mode by @pamburus in #231
  • Nested objects are now flattened by default by @pamburus in #229
  • Time and level fields are now hidden by default if absent by @pamburus in #242

Fixed

  • Automatic quote selection logic sometimes made wrong choices by @pamburus in #243
  • Read errors were silently ignored in indexing routine that produced empty index by @pamburus in #234
  • Error messages did not contain filename on read errors by @pamburus in #235
  • Pager was started if directory path was specified instead of file path by @pamburus in #236

Maintenance

Full Changelog: v0.28.1...v0.29.0