Skip to content

Releases: eXist-db/documentation

v5.0.2

28 Nov 15:30
8be5595
Compare
Choose a tag to compare

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

30 Aug 21:46
8e2c46c
Compare
Choose a tag to compare

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

14 Aug 10:14
d4ab645
Compare
Choose a tag to compare

Maintenance Release

v5.0.0-RC2

31 Jul 13:52
b44db87
Compare
Choose a tag to compare
v5.0.0-RC2 Pre-release
Pre-release

code cleanup, focusing on deprecations, and newly added inbuild xquery functions

v5.0.0-RC3

31 Jul 15:51
417ca71
Compare
Choose a tag to compare
v5.0.0-RC3 Pre-release
Pre-release

Minor fixes to ensure proper installation in latest exist RCs

v5.0.0-RC1

05 Aug 10:43
db74b44
Compare
Choose a tag to compare
v5.0.0-RC1 Pre-release
Pre-release

includes faceted search and mavenization changes.

v4.2.0

22 May 14:05
2db63ef
Compare
Choose a tag to compare

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

12 Mar 11:23
156fa03
Compare
Choose a tag to compare

changes

  • removed mentions of xprocq
  • removed exist v2 upgrade warning on install

v4.1.1

01 Mar 17:33
2eadd8c
Compare
Choose a tag to compare

changes

  • typos in testing articles
  • dependency updates

v4.1.0

24 Jan 10:11
abf5517
Compare
Choose a tag to compare

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