The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.31.3 - 2022-09-30
importFromFileSystem
was failing to to missingoverwrite_corpus
paramter.
0.31.2 - 2022-09-28
- Call the default goal in release plugin
0.31.1 - 2022-09-28
- Fixed issues in deploying to maven central during release
0.31.0 - 2022-09-28
- Update graphANNIS core version to 2.4.0
- Add export function to corpus storage manager.
- Implement
AutoCloseable
interface forCorpusStorageManager
. This allows to it in try-statements and automatically clean up the resources.
0.30.0 - 2020-11-10
- Update graphANNIS core version to 0.30.0
0.27.1 - 2020-03-06
- Add
diskBased
parameter to import function
0.27.0 - 2020-03-06
- Update graphANNIS to 0.26.0
0.26.0 - 2019-11-25
- Support multiple corpora in find, count, count_extra and frequency
0.25.0 - 2019-11-15
- Updated to graphANNIS 0.24.0
- Bump jackson-databind from 2.9.10 to 2.9.10.1 for multiple CVEs
0.24.0 - 2019-10-15
- Allow to specify the segmentation when getting the subgraph with a context
- Using released core version 0.23.1
- From this version on, graphANNIS-java follows its own versioning scheme independent of the graphANNIS core library.
- Use "graphannis" as artifact ID instead "graphannis-api"
- API now only accepts a single corpus name in
find
,count
,countExtra
andgraph
instead of a list of corpus names - Removed some redundant API calls and re-prdered some arguments to better match the original Rust-API
- Automatically download released graphANNIS core binaries in build process instead of reyling on a script
- Update to JNA library 5.3.1
- Native library was not found on Mac OS X
- Create and deploy a P2 repository to GitHub pages to make using graphANNIS from Eclipse RCP projects like Hexatomic easier
- Update to bugfix version 2.9.9.1 from jackson-databind (CVE-2019-14379 and CVE-2019-14439)