Releases: eXist-db/documentation
Releases · eXist-db/documentation
v5.0.2
Content
- improved explanation for advanced installations and backup restore for exist version 5+
- document the
@min
attribute for lucene queries - improve permission settings documentation
App
- fixed display of compact lists on some pages
- fixed an issue with https on public-repo
- update dependencies
v5.0.0
content
- introduce faceted search for lucene indexer
- update advanced build section with maven commands
- remove formerly unsupported XQuery inbuilds (and adjust examples to use newly introduced ones)
- update backup and restore documentation
app
- add more integration tests
- update frontend dependencies
v4.2.1
v5.0.0-RC2
code cleanup, focusing on deprecations, and newly added inbuild xquery functions
v5.0.0-RC3
Minor fixes to ensure proper installation in latest exist RCs
v5.0.0-RC1
includes faceted search and mavenization changes.
v4.2.0
content
- removed deprecated extensions and WAR build instructions
- updated the indexing guide instructions
- added previously undocumented xqSuite annotations
- fixed outdated command syntax in xmlrpc article
app
- integrate frontend tooling into the maven build
- major upgrade to all frontend dependencies (bootstrap, jQuery, gulp, ...many more)
- switch to highlights for code highlighting
- add unit and integration tests
- layout changes to navbar, and admin tables
v4.1.2
v4.1.1
v4.1.0
contents
- advanced-installation: new instructions for unattended installation
- incompatibilities: add long-jump upgrade instructions
- production-good-practices: add parser description
- integration-testing: new article about best practices for testing exist-db apps
- testing: new article introducing various approaches to automated code tests
app
- removed unused db4 code
- add consistent
xml:id
to sections - install frontend dependencies via npm
- update outdated dependencies
- build changes
- ci changes