Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.5 #425

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.digitalcollections</groupId>
<artifactId>solr-ocrhighlighting</artifactId>
<version>0.8.5-SNAPSHOT</version>
<version>0.8.5</version>

<name>Solr OCR Highlighting Plugin</name>
<description>
Expand All @@ -30,8 +30,8 @@
<organizationUrl>https://github.com/dbmdz</organizationUrl>
</developer>
<developer>
<name>Christoph Lorenz</name>
<email>christoph.lorenz@bsb-muenchen.de</email>
<name>Katharina Schmid</name>
<email>katharina.schmid@bsb-muenchen.de</email>
<organization>Bavarian State Library</organization>
<organizationUrl>https://github.com/dbmdz</organizationUrl>
</developer>
Expand Down
Loading