Releases: foxcpp/filedrop
Releases · foxcpp/filedrop
filedrop v1.1.0
Improvements & new features
- More pedantic error handling/logging
- Handle HEAD requests (@Hexawolf <3)
- Handle OPTIONS requests (@Hexawolf <3)
- Implement CORS handling (#14, @Hexawolf <3)
Fixes
- Fix broken UUID library dependency (@Hexawolf <3)
filedrop v1.0.0
💥 1.0.0 release
- Support MySQL and PostgreSQL in addition to SQLite
- filedrop now can be used as a standalone server, not just as library
- Broken-by-design filename logic is removed
- Byte-range requests are properly handled
- Storage directory now created if it doesn't exists
- Storage directory permissions are checked on startup to catch configuration errors
filedrop v1.0.0-rc2
Bunch of code refinements and minor bug fixes.
filedrop v1.0.0-rc1
filedrop is usable, yet incomplete. We mark this as release, because this is enough for super-project requirements (sutrc).