Skip to content

Elemental 7.2.1

Choose a tag to compare

@adamretter adamretter released this 22 Jul 00:34
· 60 commits to main since this release
8e3f401

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

Change Log

A big thank you to @lguariento for quickly testing and alerting us to the two issues.

Bug Fixes

  1. Allow the filter functions used by the extract functions of the Compression Module to accept an xs:anyURI for their $path argument instead of an xs: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

  2. 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