Skip to content

17.0.0

Compare
Choose a tag to compare
@jonathanj jonathanj released this 18 Feb 22:51
· 87 commits to master since this release
17.0.0

Eliottree 17.0.0

Bugfixes

  • Python 3 compatibility was improved. (#35)
  • Human-readable values are now only transformed at render time instead of
    mutating the log data. (#39)

Features

  • The tree-format library is now used for rendering the tree and colored
    output was added. (#19)
  • Command-line options --start and --end were introduced to allow more
    easily specifying a time range of messages. (#38)
  • Context is now reported when JSON or Eliot parse errors occur. (#42)
  • Terminal control characters in Eliot data are now converted to their
    innocuous Unicode control image equivalent. (#44)
  • Eliot's robust builtin parser is now used to build the tree data. (#52)

Misc