Skip to content

Elemental 6.4.0

Choose a tag to compare

@adamretter adamretter released this 27 Apr 00:56
· 1640 commits to main since this release
1df8f0a

To ease migration for you, this version continues from where we stopped with eXist-db 6.3.0. It is 100% backwards compatible with eXist-db 6.3.0 and should be a simple drop-in replacement for any user. Like eXist-db 6.3.0 it requires Java 8, but it includes a lot of bug-fixes, and a few some small enhancements. It is a conservative release, a stepping stone if you like.

Downloads

Change Log

Features

  1. Improved the security of our Docker Images (and reduced their size) - ec74920
  2. Added Docker Image support for arm64 platforms - a1dfddf (Closes issues: eXist-db/exist#4151 and
    eXist-db/exist#5532)
  3. In-memory documents that contain fragments of persistent documents can now be transformed with XSLT - 36e1860 (Closes issue: eXist-db/exist#5682)
  4. In-memory XML fragments can now be transformed with XSLT - 9254f84 (Closes issue: eXist-db/exist#5680)
  5. Updated all library dependencies to the latest Java 8 compatible versions - 44a3a37

Bug Fixes

  1. Allow XSLT imports and includes to be resolved from within EXPath Packages - 5d0bcf5
  2. Repaired the XML-RPC support used by oXygen XML Editor - a5e9116
  3. Fixed an issue with relative paths when importing XQuery Library Modules - c217b69 (Closes issue: eXist-db/exist#5525)
  4. Allow comparison of xs:dateTime and xs:dateTimeStamp types - c0f2ff9 (Closes issue: eXist-db/exist#5478
  5. Improved compliance with the standard of the XPath function fn:xml-to-json - 04c0e9d (Closes issue: eXist-db/exist#5543)
  6. Make sure that XQuery Modules loaded via the XPath function fn:load-xquery-module are correctly monitored by the query execution engine - 984a902 (Closes issue: eXist-db/exist#5569)
  7. Fixed an issue with positions in FLWOR expression that have allowing empty set - 1e3b931
  8. Improved the handling of XML BOMs when storing and parsing documents - 26c2bb4 (Closes issue: eXist-db/exist#5610)
  9. Make the IzPack Installer function on Java 21 - 295a864 (Closes issue: eXist-db/exist#5661)
  10. Improve compliance with the standard of in-memory XML Elements with respect to Attributes - f8a2781 (Closes issue: eXist-db/exist#5672)
  11. Fixed over zealous detection of recursive XQuery functions - 3cc543b (Closes issue: eXist-db/exist#5685)
  12. Fixed a race condition in the initialisation of JMX MBeans - a4df929

Full Changelog: eXist-6.3.0...elemental-6.4.0