This repository has been archived by the owner on Dec 31, 2023. It is now read-only.
Releases: vss365today/api
Releases · vss365today/api
2023.12.31
- Dependency updates
2023.11.18
- Change archive GET to return latest generated archive, even if old, when possible
- Add tweet content to archive file
- Add privacy link to email
- Removed "view in browser" link from email
- Replace
requests
/urllib3
withhttpx
- Small improvements
- Dependency updates
2023.07.29
A complete rewrite of the whole API.
2022.05.08
- Start work on v2 API (#105)
- Add
flask-db
for database migrations - Dependency updates
2021.12.09
- Start adding
flask-smorest
andflask-sqlalchemy
support for eventual v2 endpoints - Change how secrets are loaded and accessed
- Dependency updates
2021.09.14
- Rework
archive
endpoints to correctly generate new archive and accurately respond with 304 - Save tweet media
alt_text
2021.09.06
- Patch
/browse
endpoint to include One Year page - Tweak the Dockerfile entrypoint
- Raise an error on archive file generation if we can't write to
save_dir
- Better gunicorn log file named
2021.08.27
Return 304 on archive POST if already exists