Releases: korpling/ANNIS
Releases · korpling/ANNIS
v4.15.2
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
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
Added
gridvisualizer has a mappinghide_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
Added
- Backport support for RST++/RS4 features (secondary edges with signals) from ANNIS 3.
See https://github.com/gucorpling/peppermodules-rs4module and korpling/pepperModules-RSTModules#7.
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
Fixed
- Update to graphANNIS 3.7.1
Added
sentstructurejsvisualizer also works for multiple segmentations.
Via an optional mappingedge_typethe alignment edges can be specified,
which must match the internally derived STYPE. No value foredge_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, ordefault_ns.
v4.12.4
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
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
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
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
Fixed
- Upgraded to graphANNIS 3.2.2 which fixes a regression with showing paged
results when selecting multiple corpora.