Skip to content

3.8.0 - 2025-05-14

Choose a tag to compare

@github-actions github-actions released this 14 May 14:15

Release Notes

Changed

  • Compile releases of the C-library on Ubuntu 22.04 instead of 20.04, which means the minimal
    GLIBC version is 2.35. This is necessary, since GitHub actions deprecated this
    Ubuntu version.

Added

  • New optional file option for the [logging] section in the webservice
    configuration. Can be used to additionally output all log messages to the given
    file.
  • Add number of root nodes to graph storage statistics. This changes the way
    most of the graph storages store their statistics. You can use old imported data
    files, but to make use of the new information you queries, you have to
    reimport your corpora.
  • Graph:ensure_loaded_parallel returns the actually loaded components that did
    exist.

Fixed

  • Less frequent corpus cache status updates in log. Before, every corpus access
    could trigger an entry into the log which is not desired under heavy load.
  • Improve query execution planning by assuming all annotations can be matched in
    regular expressions without a prefix.

graphannis-cli 3.8.0

Download graphannis-cli 3.8.0

File Platform Checksum
graphannis-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
graphannis-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
graphannis-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
graphannis-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

graphannis-webservice 3.8.0

Download graphannis-webservice 3.8.0

File Platform Checksum
graphannis-webservice-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
graphannis-webservice-x86_64-apple-darwin.tar.xz Intel macOS checksum
graphannis-webservice-x86_64-pc-windows-msvc.zip x64 Windows checksum
graphannis-webservice-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum