Releases: sio2project/filetracker
Releases · sio2project/filetracker
2.1.5
Bumped gunicorn version to one supporting python3.7
2.1.3
Fix bsddb3 dependency issue.
2.1.2
Improved migration script stability and added a flag to upload only parts of old filetracker storage.
2.1.1
- Fixed a bug in migration server that caused
/version
and /list
to be redirected to fallback.
2.1
Changes from 2.0:
- Greatly improved server stability (2.0 should not be used in production)
- Added
/version
endpoint to server
- Made client compatible with 1.x and 2.1+ servers
- Added
--log-level
and --log-config
options to server, -L
now accepts only seekable files.
2.1rc1
- Greatly improved server stability (2.0 should not be used in production)
- Added
/version
endpoint to server
- Made client compatible with 1.x and 2.1+ servers
2.0
New features:
- Python 3 support (3.5+)
- Server storage compression & deduplication
- Bandwidth saving by transferring compressed files
/list
endpoint for listing directories on server
Notable fixed bugs:
Client.delete_file
now actually works