Elemental 7.2.1
This release contains only two small bug fixes that were discovered after the release of version 7.2.0. It is 100% backwards compatible with Elemental 7.2.0, and it should be a simple drop-in replacement for any user. Like Elemental 7.2.0 it requires Java 21.
Downloads
- Download files are below!
- Homebrew Cask: elemental
- Docker Image: evolvedbinary/elemental:7.2.1
- Maven Central: https://search.maven.org/search?q=g:xyz.elemental
- Website: https://www.elemental.xyz
Change Log
A big thank you to @lguariento for quickly testing and alerting us to the two issues.
Bug Fixes
-
Allow the filter functions used by the extract functions of the Compression Module to accept an
xs:anyURIfor their$pathargument instead of anxs:string. This behaviour was undocumented in eXist-db, but it is used by the eXist-db Package Service App (see: eXist-db/existdb-packageservice#27). Restores compatibility with eXist-db 6.3.0 - #58 -
Allow Strings that contain entities to be correctly stored in fields within the Lucene Full Text Index - #59
Full Changelog: elemental-7.2.0...elemental-7.2.1