Skip to content

Releases: N3LX/MiniDrive

1.1.1

17 Nov 07:25
Compare
Choose a tag to compare

All features and configuration instructions are described in README.md

Key features/points in comparison to previous release:

  • You can now launch the application with docker-compose command, it will build itself and start along with a database automatically. See README.md instructions.
  • Project's dependencies have been updated to their latest versions

1.1

24 Oct 21:56
Compare
Choose a tag to compare
1.1

All features and configuration instructions are included in README.md

Key features/points in comparison to previous release:

  • Application now comes with PROD and DEV configs, see README.md for information on how to enable them
  • Username/password validation now better utilizes existing java validation libraries
  • /listfiles endpoint now has a variant that utilizes pagination
  • New /loadmultiple endpoint allows to download multiple files at once as a .zip archive. Application manages removal of temp .zip files by itself via spring scheduled task (configurable in properties file)
  • Few bugs were removed, more tests added
  • Insomnia collection has been updated with usages of new endpoints

1.0 - First release

20 Oct 08:59
Compare
Choose a tag to compare

Initial release, all features and configuration instructions are included in README.md