eXist v4.7.1 Release Notes
Release Date: 2019-08-13 // almost 3 years ago-
v4.7.1 - August 13, 2019
๐ This is a bug fix release addressing some important issues.
๐ Bug Fixes
- Disable a bad XQuery optimization affecting multi-step path expressions like /a/b//c[d = 123] with descendant axis step and range index defined on
c
. The main optimizations will still work. - โช Java admin client kept files up to 64M in memory, resulting in out of memory errors during backup/restore. Limit the max size to 4M
- ๐ Fix for macOS startup without Oracle JDK 8
- ๐ฆ eXist was leaking file handles when loading XQuery modules from an expath package
- ๐ Fix unattended installation, enable configurable data directory
- Java Admin Client should be able to change logged in account password via XML:DB Remote and re-connect
- ๐ Fix a couple of issues in LDAP
Backwards Compatibility
๐ eXist-db 4.7.1 is binary compatible with the 4.7.0, 4.6.1 and 4.6.0 versions of eXist-db. Users who are upgrading should always consult the Upgrading Guide in the documentation.
Downloading this Version
- Disable a bad XQuery optimization affecting multi-step path expressions like /a/b//c[d = 123] with descendant axis step and range index defined on