Skip to content

2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 08:25
· 1729 commits to master since this release

[2.9.0] - 10/16/2020

Added

  • Implement on-the-fly grabbing of file content.
    The indexer can now be asked for a specific range of log entries
    of a given file. No need to preprocess the file and store it.
    • support for storing and loading of grab-metadata
    • run async metadata creation in rust thread
    • typesafe typescript API for Grabber

Changed

  • Opening *.pcapng files: pcap frames that do not contain valid DLT will not be flagged as error
  • Moved rust/js-binding api functions to own package
  • General async binding improvements
    • avoid acknowledge of shutdown
    • Get rid of Mutex lock for receiving events
      from rust side

Fixed

  • correctly show all DLT messages in a single pcap frame (even if there are multiple)