Skip to content

Releases: fullerzz/smolvault

v0.8.0 - Sentry 🛡️

29 Sep 16:45
838ca8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

26 Sep 01:51
754f471
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0 - New Tofu IAC 🍢 and Pagination Enhancement 📄

22 Sep 01:04
0f2ceaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0 - Harden Security 🔒

08 Sep 21:24
108c4ee
Compare
Choose a tag to compare

What's Changed

Detailed Changes

  • Added new file operation_validator.py that contains the classes UploadValidator and UserCreationValidator
  • On file upload request, system now checks that user has uploaded less than the daily limit of bytes and that the user is whitelisted
  • Added start_time and end_time as optional parameters when using the DatabaseClient to query for all files

Full Changelog: v0.5.0...v0.6.0

v0.5.0 - uv 🚀

24 Aug 04:29
b6b91c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

17 Aug 21:12
8e14b6d
Compare
Choose a tag to compare

What's Changed

  • fix: CacheManager creates cache_dir if it doesn't exist by @fullerzz in #47
  • created bak-db task to create backup of db by @fullerzz in #49
  • Increase Access Token TTL to 24 Hours by @fullerzz in #51

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - OAuth Security

10 Aug 23:23
9df8ee6
Compare
Choose a tag to compare

What's Changed

  • feature: Added OAuth Security + File Uploads Tied to User by @fullerzz in #43
  • Update Project Version to v0.4.0 by @fullerzz in #44

Full Changelog: v0.3.0...v0.4.0

v0.3.0

20 Jul 17:58
f8e197d
Compare
Choose a tag to compare

What's Changed

Fixed various logging issues
Updated code to use pathlib
Changed endpoint for downloading files to pass filename as query param rather than a path param
Added invoke library and tasks.py for misc tasks
Started to use fastapi BackgroundTasks

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Jul 00:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

06 Jul 21:08
d6d5bf7
Compare
Choose a tag to compare

What's Changed

  • Setup GitHub Actions to Run Linter + Pytest by @fullerzz in #27
  • fix: Updated Port Number from 1234 -> 8000 by @fullerzz in #31
  • Use .env with Pydantic Settings to Load Env Vars by @fullerzz in #32
  • Rotating File Handler Log Config by @fullerzz in #33
  • chore: increased version to v0.1.1 by @fullerzz in #34

Full Changelog: v0.1.0...v0.1.1