Releases: korpling/ANNIS
Releases · korpling/ANNIS
v4.6.5
Fixed
- Mitigate against security issue CVE-2022-22965 by upgrading Spring boot
dependency to 2.5.12 See https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement for more information.
v4.6.4
Fixed
- Fix several issues with corpora containing an Umlaut or other special
characters. There is often now a distinction between using the decoded corpus
name or the "raw" node names, e.g. to get the corpus or HTML visualizer
configuration. This also updates graphANNIS to 2.0.3 which includes the
corresponding fixes.
v4.6.3
Fixed
- Upgraded to graphANNIS 2.0.1. Among other things, it resolves issues when importing large
GraphML or relANNIS corpora and issues with translating relANNIS resolver mappings.
While this is a major graphANNIS release because of some internal API changes, no data migration
or other upgrade steps are required. The AQL interpretation also remained the same. - Show visible error message when 32-Bit Java is used to start ANNIS Desktop (#742)
- Mention the possibility to import GraphML in the import panel (#744)
- Fix configuration example for user configuration with Keycloak
3.7.0 (legacy version)
This is a maintenance release for the legacy version of ANNIS 3 to ensure compatibility with newer PostgreSQL versions.
It also includes an older feature for the RST visualizer to display signals, which had been developed some time ago but was not released yet.
[Fixed Bugs]
#746 Ensure Compatibilty with PostgreSQL 14 by updating the JDBC driver
#747 Update ANNIS 3 dependencies (Jetty, Vaadin, Spring) to the newest bug fix release
#650 Fix typo and outdated info in PostgreSQL tips
[Enhancements]
#608 Show signals in RST visualizer
v4.6.2
Fixed
- Updated to graphANNIS 1.5.0 to fix issues with the import of relANNIS 3.3
files with missing segmentation information. This graphANNIS release also
improves the performance of the relANNIS import in general.
v4.6.1
Fixed
- Enforce upgrade of (unused) log4j dependency to 2.15.0.
While we do have log4j in our classpath, Spring is not configured per default
to actually use log4j for debugging and thus ANNIS should be unaffected by
CVE-2021-44228 (see https://spring.io/blog/2021/12/10/log4j2-vulnerability-and-spring-boot).
But it is better safe to than to be sorry, so we force Spring to use the fixed
log4j version.
v4.6.0
Changed
- Improved available space for corpus names in corpus list table
- More prominent highlight of corpus and document name in match list
Fixed
- Updated to graphANNIS 1.4.1 to fix issues with the relANNIS import. This
also improves the performance for thetok
query on large corpora.
v4.5.3
Fixed
- Updated to Vaadin Version 8.14.3
- Fixed memory consumption issues during relANNIS import by updating to graphANNIS 1.4.0
v4.5.2
Fixed
- AQL code editor: avoid undefined variable by defining a default value
v4.5.1
Fixed
- Fix "java.io.IOException: unexpected end of stream" exception for some queries
with optional nodes by updating to graphANNIS to 1.3.0 - Do not highlight optional nodes with colors in query text editor