From 5c5be5280c5effe5eea8cd151901013debe3c94e Mon Sep 17 00:00:00 2001 From: Johannes Baiter Date: Thu, 25 Apr 2024 13:33:22 +0200 Subject: [PATCH] Release 0.8.5 **Changed:** - Missing files no longer fail the complete search request, instead the OCR highlighting for the document is skipped - Add support for Solr 9.5 - Updated documentation with warning for Solr 9 users to disable security sandboxing when using pointers to external files **Fixed:** - Regular highlighting in case no hl field can be determined works again (#404) - Passage building across more than two concatenated files works now (#422) --- docs/changes.md | 14 ++++++++++++++ pom.xml | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/changes.md b/docs/changes.md index e72f66d0..09c53056 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,3 +1,17 @@ +## 0.8.5 (2024-04-25) +[GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.8.5) + +**Changed:** +- Missing files no longer fail the complete search request, instead the OCR + highlighting for the document is skipped +- Add support for Solr 9.5 +- Updated documentation with warning for Solr 9 users to disable security sandboxing + when using pointers to external files + +**Fixed:** +- Regular highlighting in case no hl field can be determined works again (#404) +- Passage building across more than two concatenated files works now (#422) + ## 0.8.4 (2024-01-29) [GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.8.4) diff --git a/pom.xml b/pom.xml index aad74e40..9af5c086 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.digitalcollections solr-ocrhighlighting - 0.8.5-SNAPSHOT + 0.8.5 Solr OCR Highlighting Plugin @@ -30,8 +30,8 @@ https://github.com/dbmdz - Christoph Lorenz - christoph.lorenz@bsb-muenchen.de + Katharina Schmid + katharina.schmid@bsb-muenchen.de Bavarian State Library https://github.com/dbmdz