Skip to content

Latest commit

 

History

History
108 lines (64 loc) · 3.12 KB

CHANGELOG.md

File metadata and controls

108 lines (64 loc) · 3.12 KB

graphANNIS Java API changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.31.3 - 2022-09-30

Fixed

  • importFromFileSystem was failing to to missing overwrite_corpus paramter.

0.31.2 - 2022-09-28

Fixed

  • Call the default goal in release plugin

0.31.1 - 2022-09-28

Fixed

  • Fixed issues in deploying to maven central during release

0.31.0 - 2022-09-28

Changed

  • Update graphANNIS core version to 2.4.0

Added

  • Add export function to corpus storage manager.
  • Implement AutoCloseable interface for CorpusStorageManager. This allows to it in try-statements and automatically clean up the resources.

0.30.0 - 2020-11-10

Changed

  • Update graphANNIS core version to 0.30.0

0.27.1 - 2020-03-06

Fixed

  • Add diskBased parameter to import function

0.27.0 - 2020-03-06

Changed

  • Update graphANNIS to 0.26.0

0.26.0 - 2019-11-25

Changed

  • Support multiple corpora in find, count, count_extra and frequency

0.25.0 - 2019-11-15

Changed

  • Updated to graphANNIS 0.24.0

Fixed

  • Bump jackson-databind from 2.9.10 to 2.9.10.1 for multiple CVEs

0.24.0 - 2019-10-15

Changed

  • Allow to specify the segmentation when getting the subgraph with a context
  • Using released core version 0.23.1

[0.23.0] - 2019-08-16

Changed

  • 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 and graph 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

Fixed

  • 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)