Skip to content

Releases: korpling/ANNIS

v4.15.2

20 Apr 10:27

Choose a tag to compare

Changed

  • 💥 Drop support for Java 8 (breaking change). The lowest supported Java version is now 11.
    The documentation and homepage stated to use Java 11 for a while now, so this hopefully should
    have limited impact for the users.
  • Update some of the dependencies of the project: Spring Boot to 2.7.x and OpenApi to 5.4.x.

Fixed

  • Update to graphANNIS 4.1.4 which includes a bugfix for including token in subgraph even if the
    token is not covered by a segmentation node

v4.15.1

10 Oct 09:03

Choose a tag to compare

Fixed

  • Update to graphANNIS 4.0.1 that fixes performance issues with @* queries and has improved
    timeout support for frequency queries (which otherwise could use all the resources of the server).

v4.15.0

22 May 11:09

Choose a tag to compare

Added

  • grid visualizer has a mapping hide_text_name (bool) that allows to hide the text name. It defaults to false.

Fixed

  • Update to graphANNIS 3.8.1 that improves the corpus cache handling when
    querying for segmentation components. This should fix issues when a lot of
    corpora are selected in the UI (e.g. with the "Select All" checkbox) and the
    service becomes unresponsive because it needs to load of the corpora into the
    cache.

v4.14.0

14 May 14:47

Choose a tag to compare

Added

Fixed

  • Updated to graphANNIS 3.8.0.
    It fixes amongst other things performance issues when querying complex @*
    queries and limits the output of logging information about the corpus cache.
    To utilise the performance improvement, you have to reimport existing
    corpora.

v4.13.0

15 Apr 09:26

Choose a tag to compare

Fixed

  • Update to graphANNIS 3.7.1

Added

  • sentstructurejs visualizer also works for multiple segmentations.
    Via an optional mapping edge_type the alignment edges can be specified,
    which must match the internally derived STYPE. No value for edge_name
    incorporates all poiting relations. To work with multiple segmentations,
    the aligned segmentations need to have an ordering with a unique name.
    Furthermore, the ordered nodes provide the segment values for the visualizer
    through annotations with a name that is equal to the ordering name.
    The namespace is optional, i. e. can be empty, equal to the layer name
    or ordering name, or default_ns.

v4.12.4

05 Feb 13:38

Choose a tag to compare

Fixed

  • Use native aarch64 graphANNIS service on Apple Silicon instead of relying on emulation.
  • Updated to graphANNIS 3.6.0
  • Updated Java dependencies to fix security issues

v4.12.3

18 Nov 11:11

Choose a tag to compare

Fixed

  • Grid visualizer now also display spans that do not belong to any node layer
    when the "layer" is not specified in the resolver configuration. Before this
    fix, the layer name was not checked, but the node still needed to be part of a
    layer.
  • Updated to graphANNIS 3.5.1 which fixes an issue where a backup folder in the
    database might not be loaded correctly and an issue where impossible precedence
    queries created a "File too large" error.
  • Allow to show text visualizations for documents where the token are not
    connected to the textual data source.
  • Resolver entries with the "element" type "node" but no layer are now always
    shown.
  • Make the audio and video visualizer a little bit more robust when they are not
    pre-loaded.

v4.12.2

04 Jun 16:39

Choose a tag to compare

Fixed

  • Upgraded to graphANNIS 3.3.1 which fixes queries where optional nodes are
    located not at the end but somewhere in between the query.

v4.12.1

29 May 12:41

Choose a tag to compare

Added

  • Show the corpus size in tokens or segmentation units. This dependends on new
    functionality

    in graphANNIS 3.3.0 and you might need to re-import or re-optimize an already
    imported corpus to see the corpus size.
  • Added "selected only" checkbox to show only selected corpora in the corpus
    list. This helps to get an overview of currently selected corpora without
    needing to scroll through the list and without the annoyance that the selected
    corpora are automatically at the top of the list.

Fixed

  • Upgraded to graphANNIS 3.3.0 which fixes several issues with corpus unloading
    and should improve the sitation when ANNIS is under heavy load.
  • Updated issue in release script that was using the wrong graphANNIS version.

v4.11.3

22 Apr 16:31

Choose a tag to compare

Fixed

  • Upgraded to graphANNIS 3.2.2 which fixes a regression with showing paged
    results when selecting multiple corpora.