Elemental 7.1.0
·
60 commits
to main
since this release
This is 100% backwards compatible with Elemental 7.0.0, and it should be a simple drop-in replacement for any user. Like Elemental 7.0.0 it requires Java 21.
Downloads
- Download files are below!
- Homebrew Cask: elemental
- Docker Image: evolvedbinary/elemental:7.1.0
- Maven Central: https://search.maven.org/search?q=g:xyz.elemental
- Website: https://www.elemental.xyz
Change Log
Features
- New implementation of the
fn:doc-available#1XPath function - 3ac3745 (Closes issue: eXist-db/exist#5220) - De-duplicate contiguous entries in ACLs that target the same resource and access conditions - 710c231 (Closes issue: eXist-db/exist#5138)
- New implementation of Java Binding from XQuery - 4b2b99d (Closes issue: eXist-db/exist#5090)
- Updated dependencies and plugins to the latest (Java 8 compatible) versions - d37f67a
Bug Fixes
- Added missing Elemental Server certificates for Jetty SSL HTTPS use - 3b1109 and ea3aeff (Closes issue: #1)
- Reinstate the JMX Client tools - 35f858 (Closes issue: eXist-db/exist#5706)
- Improve the macOS notarization process - 38c0d24 (Closes issue: #2)
- Reload Collection after removing a resource in the Java Admin Client - ed55b33 (Closes issue: eXist-db/exist#5711)
- Exit Elemental if we receive a Java OutOfMemoryError - 59c658d (Closes issue: eXist-db/exist#5439)
Full Changelog: elemental-7.0.0...elemental-7.1.0