You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.