Releases: N3LX/MiniDrive
Releases · N3LX/MiniDrive
1.1.1
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
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
Initial release, all features and configuration instructions are included in README.md