Skip to content

2.0.0-milestone.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@laxika laxika released this 06 Jun 08:23
· 53 commits to master since this release
50b7220

The speed of releases slowed down recently. This is unfortunate, and there are a few logical reasons for it:

  • The application is mature and works well. Only small improvements are missing, but the core features are already there.
  • The scope of this release is rather big and the complexity of the existing applications is quite big as well.
  • We are working on improving the testing of the application. It doesn't add any new features but is necessary for further feature development.
  • My son was born a year ago, and he just started walking in the past 6 months, adding a lot more headaches to my day and lowering the amount of free time I have quite significantly. :)

The documentation for this release is available here.

Features

  • #463 Created the Beacon Application. It is helpful when the majority of the bandwidth usage should be done off-site. The documentation for this application is not yet available but will be added once 2.0.0 is released. Until then, you can ask the developers on Discord or in the Discussions.
  • #510 Added validation for every application parameter. If an invalid value is presented to one of them, the application will not start and present an error message to the console.
  • #460 Added a popup to every search result that shows the source location for the document as well as more debug information.
  • #500 Renamed some of the staging directory-related parameters in every application that used temporary directories. Please review the application input parameters while updating to the new version.
  • #474 The applications auto-create the configured folders if they do not exist. This feature was added to help with the already quite overwhelming first setup of the application suite.

Bugfixes

  • #494 Fixed that the Vault Application's recompress endpoint did not update the compression of the file nor the compression of the file in the database.

Documentation

  • #473 Documented the disk usage patterns of the applications for every folder that is being used. The documentation is available here.

Maintenance

  • #493 Updated many dependencies to their latest versions.
  • #493 Updated ElasticSearch to 8.7.
  • #509 Updated the Java version to 20.
  • #505 Updated Angular version to 15.
  • #488 Updated Spring Boot version to 3.0.0.