Releases: fullerzz/smolvault
Releases · fullerzz/smolvault
v0.8.0 - Sentry 🛡️
What's Changed
Full Changelog: v0.7.1...v0.8.0
v0.7.1
v0.7.0 - New Tofu IAC 🍢 and Pagination Enhancement 📄
v0.6.0 - Harden Security 🔒
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 🚀
v0.4.1
v0.4.0 - OAuth Security
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
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
v0.1.1
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