Elemental 6.4.0
·
1640 commits
to main
since this release
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
- Download files are below!
- Homebrew Cask: elemental@6
- Docker Image: evolvedbinary/elemental:6.4.0
- Maven Central: https://search.maven.org/search?q=g:xyz.elemental
- Website: https://www.elemental.xyz
Change Log
Features
- Improved the security of our Docker Images (and reduced their size) - ec74920
- Added Docker Image support for arm64 platforms - a1dfddf (Closes issues: eXist-db/exist#4151 and
eXist-db/exist#5532) - In-memory documents that contain fragments of persistent documents can now be transformed with XSLT - 36e1860 (Closes issue: eXist-db/exist#5682)
- In-memory XML fragments can now be transformed with XSLT - 9254f84 (Closes issue: eXist-db/exist#5680)
- Updated all library dependencies to the latest Java 8 compatible versions - 44a3a37
Bug Fixes
- Allow XSLT imports and includes to be resolved from within EXPath Packages - 5d0bcf5
- Repaired the XML-RPC support used by oXygen XML Editor - a5e9116
- Fixed an issue with relative paths when importing XQuery Library Modules - c217b69 (Closes issue: eXist-db/exist#5525)
- Allow comparison of xs:dateTime and xs:dateTimeStamp types - c0f2ff9 (Closes issue: eXist-db/exist#5478
- Improved compliance with the standard of the XPath function
fn:xml-to-json- 04c0e9d (Closes issue: eXist-db/exist#5543) - Make sure that XQuery Modules loaded via the XPath function
fn:load-xquery-moduleare correctly monitored by the query execution engine - 984a902 (Closes issue: eXist-db/exist#5569) - Fixed an issue with positions in FLWOR expression that have
allowing emptyset - 1e3b931 - Improved the handling of XML BOMs when storing and parsing documents - 26c2bb4 (Closes issue: eXist-db/exist#5610)
- Make the IzPack Installer function on Java 21 - 295a864 (Closes issue: eXist-db/exist#5661)
- Improve compliance with the standard of in-memory XML Elements with respect to Attributes - f8a2781 (Closes issue: eXist-db/exist#5672)
- Fixed over zealous detection of recursive XQuery functions - 3cc543b (Closes issue: eXist-db/exist#5685)
- Fixed a race condition in the initialisation of JMX MBeans - a4df929
Full Changelog: eXist-6.3.0...elemental-6.4.0