-
v0.6.1 - Updated dependencies Pre-Release
released this
2025-01-04 23:38:26 +02:00 | 0 commits to master since this releaseDependencies
- Bump aiofiles to 24.1.0
- Bump apscheduler to 3.11.0
- Bump async_pymongo to 0.1.11
- Bump exif to 1.6.1
- Bump fastapi to 0.115.6
- Bump mongodb-migrations to 1.3.1
- Bump opencv-python to ~=1.13.0
- Bump ujson to 5.10.0
Downloads
-
v0.6.0 - User quotas and new secret storage Pre-Release
released this
2023-11-25 21:02:08 +02:00 | 88 commits to master since this releaseBreaking changes
- Secret is now managed by
"secret"
key in the config or byPHOTOSAPI_SECRET
environment variable. Please, copy the contents of your secrets file to the config or provide the service with environment variable needed.
New features
- User media quotas have been added. Those can be customized using
"default_user_quota"
config key - New error message has been added for reaching quota on media upload.
Dependencies
- Added mongodb-migrations (1.3.0)
- Added async_pymongo (0.1.4)
- Bump aiofiles to 23.2.1
- Bump fastapi to 0.104.1
- Bump opencv-python to 4.8.1.78
- Downgrade pymongo to >=4.3.3
Downloads
- Secret is now managed by
-
v0.5.0 - Random media requests Pre-Release
released this
2023-06-27 14:55:20 +03:00 | 131 commits to master since this release- Added GET
/albums/{album}/videos/random
and GET/albums/{album}/photos/random
- Bump scipy to ~=1.11.0
- Migration to vX.X.X version schema
Downloads
- Added GET
-
v0.4-fix - Bug fixes Pre-Release
released this
2023-06-23 12:34:59 +03:00 | 140 commits to master since this release- Fixed missing await in
extensions/photos.py
- Added
pathlib
support - Replaced
logWrite
withlogging
module - Bump FastAPI to 0.98.0
Downloads
- Fixed missing await in
-
v0.4 - OpenAPI spec fixes Pre-Release
released this
2023-06-22 15:45:15 +03:00 | 149 commits to master since this release- Fixed OpenAPI specs for GET
/photos/{id}
and GET/videos/{id}
Downloads
- Fixed OpenAPI specs for GET
-
v.0.3 - Bug fixes and cleanups Pre-Release
released this
2023-06-22 15:02:56 +03:00 | 153 commits to master since this release- Minimal Python version is now 3.8
- Bump fastapi to 0.97.0
- Bump pymongo to 4.4.0
- Bump ujson to 5.8.0
- Async I/O implemented
- Fixed incorrect exceptions codes
- Fixed mime types of photo/video get
Downloads
-
v0.2 - Token search update Pre-Release
released this
2023-03-23 13:36:36 +02:00 | 184 commits to master since this release/albums/{album}/photos/token?token={token}
was replaced by/albums/{album}/photos/?token={token}
Downloads
-
v0.1 - Initial Release Pre-Release
released this
2023-03-22 21:28:04 +02:00 | 187 commits to master since this releaseDownloads