eXist-db v3.4.1

# Release Notes

## v3.4.1 - August 16, 2017

eXist-db v3.4.1 has just been released. This is a hotfix release, which contains bug fixes for several important issues discovered since eXist-db v3.4.0.

We recommend that all users of eXist 3.4.0 should upgrade to eXist 3.4.1.

### Bug fixes Fixed a regression related to XQuery Module cleanup and util:eval which was introduced in eXist-db 3.4.0. Fixed the signing of the core Jar files (start.jar, exist.jar, and exist-optional.jar). This is required for using the Java Admin Client via. Java WebStart. Corrected the argument parser in ExportMain which is used for some backup scenarios. Previously ExportMain would exit after startup with an error. Fixed removal of an existing backup directory when starting a backup from the Java Admin Client. Previously the directory would always have been deleted; even when the user chose to preserve it. xs:base64Binary and xs:hexBinary backing InputStreams which were cached to a file now #mark(int)/#reset() correctly after reading. Extraneous whitespace is now stripped from XQDoc output provided to the Inspection XQuery extension module. * Corrected the dependency references in the NetBeans project files.

### Backwards Compatibility

  • eXist-db v3.4.1 is backwards binary-compatible as far as v3.0, but not with earlier versions. Users upgrading from previous versions should perform a full backup and restore to migrate their data.

### Downloading This Version

eXist-db v3.4.1 is available for download from GitHub. Maven artifacts for eXist-db v3.4.1 are available from our mvn-repo. Mac users of the Homebrew package repository may acquire eXist 3.4.1 directly from there.

TEI Publisher v2.2.0

mobile.png

We're pleased to announce that the eXist-based TEI Publisher has been released in version 2.2.0. Besides numerous fixes, the most notable change is an improved responsive design. Browsing and navigation should now work flawlessly on mobile devices. Other changes:

  • Drop /works prefix from document paths to simplify URLs
  • Renditions defined in tei header were no longer applied
  • Fix image resolving for generated apps
  • Allow documents to be deleted via UI
  • Include direct link to uploaded document

## Important note

This version also requires an update to the library package tei-publisher-lib, which is not backwards compatible with older releases. If you generated an app, it may throw an error after the update.

To fix this, run .../your-app/modules/lib/regenerate.xql once from within the browser or eXide.

## Installation

TEI Publisher is available via eXist's package manager in the dashboard. It requires at least eXist 3.1.0.

eXist-db v3.4.0

# Release Notes

## v3.4.0 - July 26, 2017

eXist-db v3.4.0 has just been released. This is a minor release, which introduces one new feature and fixes important issues.

### New Features

  • Added function fn:sort defined by the XQuery 3.1 function library

### Bug fixes

  • Closes several memory leaks which affect nearly all applications making extensive use of library modules or inline functions. As the leaked objects are small on average, the time it takes for the growing memory usage to become manifest depends on average load and complexity of the app (typically a server may run for several weeks until it becomes slow and eventually crashes)
  • Variables pointing to binary values were destroyed too early when they were running out of scope
  • Running eXist via the system tray launcher on Mac OSX resulted in random crashes of the Java VM. The Mac .dmg distribution of eXist was thus unusable
  • Small fix to IndexListener interface used by extension indexes: endElement should be called with a valid node
  • Cleaned up the Cache Module so it is thread-safe. Also added a facility for configuring permissions for cache operations
  • Fixed file:serialize

### Backwards Compatibility

  • eXist-db v3.4.0 is backwards binary-compatible as far as v3.0, but not with earlier versions. Users upgrading from previous versions should perform a full backup and restore to migrate their data.

### Downloading This Version

eXist-db v3.4.0 is available for download from GitHub. Maven artifacts for eXist-db v3.4.0 are available from our mvn-repo. Mac users of the Homebrew package repository will be able to install and upgrade shortly; an announcement will be made on the exist-open mailing list.

Puppet Module for eXist-db

# Puppet Module for eXist-db

Jon Hallet of the University of Bristol, has very kindly contributed a Puppet module for eXist-db to the project. The work on the Puppet module was made possible by funding from the AHRC as part of the Manuscript Pamphleteering in Early Stuart England project.

Puppet is a software configuration management tool which when combined with Jon's module, allows you to easily configure and deploy eXist-db to one (or more servers) with just a few commands. Puppet will also maintain the installation state, ensuring that any accidental changes by administrators are rolled-back to the configured state.

You can find the eXist-db Puppet module here: https://github.com/eXist-db/puppet-existdb.

Many thanks to Jon and the University of Bristol :-)

eXist-db v3.3.0

# Release Notes

## v3.3.0 - July 2, 2017

We are happy to announce the release of eXist-db v3.3.0. This is a minor release, which introduces a few small features and addresses a number of issues.

### New Features - Adaptive serialization mode as defined by XQuery 3.1. - A DSL which simplifies the definition of functions, function signatures and their parameters for building extension functions. - An extension mechanism for extension modules to provide valid XPath/XQuery error codes. - An eXist-db TestKit (exist-testkit.jar) which can be used by other projects (e.g. extension module) to execute tests against eXist-db. - Added `ExistOutputKeys.JSONIGNOREWHITESPACETEXTNODES` to discard white-space text nodes when serializing XML/XDM to JSON.
### Bug Fixes - Fixed the XQuery lookup operator ? to return the correct result with regards to empty values. - WebDAV now uses the default configuration for serializing XML. - Fixed a regression in the xmldb:restore Ant task. - xs:base64Binary and xs:hexBinary previously now set the correct srcOffset in the underlying stream when calling CachingFilterInputStream#skip. - fn:replace arguments not now correctly cleared when dynamically called. - Fixed Lucene inline elements in case of not yet applied white-space. - Improved the AppBundler for the MacOS .app package. - Now requires Java 8. - Renamed the running process from "JavaAppLauncher" to "eXist-JavaAppLauncher" to make things clearer.
### Clean Up and Refactoring - Update to the Java Admin Client to use the latest version of RSyntaxArea (2.6.1). - Update Ant from 1.9.7 to 1.10.1. - ... and many more

### Backwards Compatibility

  • eXist-db v3.3.0 is backwards binary-compatible as far as v3.0, but not with earlier versions. Users upgrading from previous versions should perform a full backup and restore to migrate their data.

### Downloading This Version

eXist-db v3.3.0 is available for download from GitHub. Maven artifacts for eXist-db v3.3.0 are available from our mvn-repo. Mac users of the Homebrew package repository will be able to install and upgrade shortly; an announcement will be made on the exist-open mailing list.