Releases: Power2All/torrust-actix
Releases · Power2All/torrust-actix
v4.0.14
25 Sep 13:39
Compare
Sorry, something went wrong.
No results found
This is a pretty big upgrade.
A lot of the internal code has been rewritten, performance tweaked and fixed.
UDP is now able to handle much more then originally expected.
Also, warning, the environment variables for UDP has changed a little bit.
UDP_0_ENABLED <true | false>
UDP_0_BIND_ADDRESS <STRING>
UDP_0_UDP_THREADS <UINT64>
UDP_0_UDP_WORKER_THREADS <UINT64>
UDP_0_UDP_RECEIVE_BUFFER_SIZE <UINT64>
UDP_0_UDP_SEND_BUFFER_SIZE <UINT64>
UDP_0_UDP_REUSE_ADDRESS <true | false>
v4.0.14
Code optimizations thanks to AI scanning
Huge memory and CPU consumption improvement for UDP, using offloading
Complete scan of code for multiple other performance improvements
v4.0.13
29 Aug 10:34
Compare
Sorry, something went wrong.
No results found
Added further UDP improvement by adding customization, also added to the config:
Receive Buffer Size
Send Buffer Size
Reuse of Address
v4.0.12
04 Aug 11:44
Compare
Sorry, something went wrong.
No results found
Updating libraries, some code improvements and small cleanups
v4.0.11
23 Apr 14:17
Compare
Sorry, something went wrong.
No results found
New release v4.0.11
Updating libraries
Adding healthcheck for Docker through Python check script
Assets contain: Windows and Ubuntu 22.04.5 (LTS) compiled DEBUG and RELEASE binaries.
v4.0.10
08 Apr 21:59
Compare
Sorry, something went wrong.
No results found
New release v4.0.10
Updating libraries
Adding full environment support to override configurations (Thanks tachyon3000 for the idea)
Assets contain: Windows and Ubuntu 22.04.5 (LTS) compiled DEBUG and RELEASE binaries.
v4.0.9
18 Mar 13:01
Compare
Sorry, something went wrong.
No results found
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
28 Feb 10:20
Compare
Sorry, something went wrong.
No results found
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
09 Jan 23:33
Compare
Sorry, something went wrong.
No results found
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
08 Jan 22:47
Compare
Sorry, something went wrong.
No results found
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
07 Jan 16:17
Compare
Sorry, something went wrong.
No results found
Bump libraries and fixing Sentry logging for deadlock