Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1.3.0

25.10.2022
Expand
titleChanges

Improvements:

  • Update H2 to Version 2.1.214

  • Update dependencies, remove unused dependencies

Warning

If you are not using a custom database, changes have to be made to the existing H2 database, or existing data will be lost.

Please see Update H2 Database from 1.3.175 to 2.X

for documentation of the required changes.

1.2.9

19.07.2022
Expand
titleChanges

Fix:

  • If async option is disabled and one of the Contentserver was offline, the WriteCache returned a 200 Code in case of a create instead of a 201. This is now fixed. In case a create is successful (in either the source or the destination or both) a 201 is always returned.

...