Releases: Power2All/torrust-actix
Releases · Power2All/torrust-actix
v4.0.9
New release for Torrust-Actix
- Updating libraries (Actix 4.9 to 4.10)
- Some critical exploit in ZIP fixed
- Some faulty v4.0.8 deployments fixed with Github
v4.0.8
- Updating libraries
- Fixing threading for UDP
- Removed a feature from Parking Lot, cause of an unfixed vulnerability
- Update Swagger UI to version v4.0.0 and OpenAPI version v3.1.1
v4.0.7
- Cleanup was still broken, did a big rewrite, after testing it works now as expected
- Did some tokio threading correctly for core threads
- Added a new configuration key, to set the threads, default for each shard (256), but can be changed
v4.0.6
- Fixed some clippy issues
- Found a performance issue on peers cleanup
- Switched peers cleanup from Tokio spawn to Thread spawn for speedup
- Bumped version of Tokio
v4.0.5
Bump libraries and fixing Sentry logging for deadlock
v4.0.4
Latest version with some final bug fixes.
v4.0.3
Many fixes.
- Fixing announce and scrape paths, since it is the wrong way.
- Fixing various smaller bugs that isn't app-breaking, but should be handled better.
- Added support for Sentry.io SaaS and self-hosted setup.
v4.0.2
v4.0.2
- Added option that the system will remove data from database.
- Added updates variables for the white/black list and keys tables.
- Renaming the "database" naming which should be "tables".
- A lot of fixes and bugs I stumbled upon.
v4.0.1 hotfix
Hotfix, Database loading was bugging.
Torrust-Actix v4.0.0
ChangeLog
v4.0.0
- Completely rebuilt of the tracker code, for readability.
- Moved to Actix v4, thus versioning this software to v4.0.0 as well.
- Rebuilt and remade the way configuration file is created (you need to give the command as argument for it).
- Redone the whole database system, is tested with the latest versions available at this time.
- API has gone through a lot of work and tested.
- Introduced Swagger UI as testing and documentation.
- A lot of improvements in speed and performance applied further.
- Import and Export function added, will dump or import from JSON files, handy for when making a backup from your existing database, or when migrating to a other database engine.
- Removed WebGUI, was outdated and not really useful.