Skip to content

Elemental 7.1.0

Choose a tag to compare

@adamretter adamretter released this 07 Jun 02:09
· 60 commits to main since this release
73fe173

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

Change Log

Features

  1. New implementation of the fn:doc-available#1 XPath function - 3ac3745 (Closes issue: eXist-db/exist#5220)
  2. De-duplicate contiguous entries in ACLs that target the same resource and access conditions - 710c231 (Closes issue: eXist-db/exist#5138)
  3. New implementation of Java Binding from XQuery - 4b2b99d (Closes issue: eXist-db/exist#5090)
  4. Updated dependencies and plugins to the latest (Java 8 compatible) versions - d37f67a

Bug Fixes

  1. Added missing Elemental Server certificates for Jetty SSL HTTPS use - 3b1109 and ea3aeff (Closes issue: #1)
  2. Reinstate the JMX Client tools - 35f858 (Closes issue: eXist-db/exist#5706)
  3. Improve the macOS notarization process - 38c0d24 (Closes issue: #2)
  4. Reload Collection after removing a resource in the Java Admin Client - ed55b33 (Closes issue: eXist-db/exist#5711)
  5. 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