Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
**Changed:**
- Add support for Solr 9.4
- Improved sanitization of broken OCR XML during parsing

**Fixed:**
- More robust bytecode patching for Solr 7/8
- Frontend in example setup is working again
  • Loading branch information
jbaiter committed Jan 29, 2024
1 parent b322217 commit d6935fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.8.4 (2024-01-29)
[GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.8.4)

**Changed:**
- Add support for Solr 9.4
- Improved sanitization of broken OCR XML during parsing

**Fixed:**
- More robust bytecode patching for Solr 7/8
- Frontend in example setup is working again

## 0.8.3 (2022-10-21)
[GitHub Release](https://github.com/dbmdz/solr-ocrhighlighting/releases/tag/0.8.3)

Expand Down
2 changes: 1 addition & 1 deletion 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.4-SNAPSHOT</version>
<version>0.8.4</version>

<name>Solr OCR Highlighting Plugin</name>
<description>
Expand Down

0 comments on commit d6935fa

Please sign in to comment.