Skip to content

Releases: foxcpp/filedrop

filedrop v1.1.0

04 Feb 16:10
37046b8
Compare
Choose a tag to compare

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

28 Oct 11:37
29710f7
Compare
Choose a tag to compare

💥 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

21 Oct 22:09
b5e1191
Compare
Choose a tag to compare
filedrop v1.0.0-rc2 Pre-release
Pre-release

Bunch of code refinements and minor bug fixes.

filedrop v1.0.0-rc1

12 Oct 22:20
9134651
Compare
Choose a tag to compare
filedrop v1.0.0-rc1 Pre-release
Pre-release

filedrop is usable, yet incomplete. We mark this as release, because this is enough for super-project requirements (sutrc).