Skip to content

v4.3.0-stable

Compare
Choose a tag to compare
@stickz stickz released this 29 Mar 19:40
· 5 commits to master since this release
4e47301

ruTorrent v4.3 is here!

This release has been in development for almost six months now! We have ironed out as many bugs and glitches as possible ahead of time. We recommend that common platforms wait one week to upgrade. There is a hotfix release planned, should it be required.

A few highlights include:

  1. We have dropped support for the older RPC plugin, in favour of using HTTPRPC instead. We have optimized the performance of HTTPRPC in previous major releases. RPC is not able to handle a large number of torrents unlike HTTPRPC. By dropping support here, we were able to reduce webserver load, by reducing the request timeout threshold from 30s to 10s. Also, improve the speed of torrent information updates by 500ms. This has a positive performance and stability impact for the web client.

  2. Hybrid torrents can now be created in all situations. It will use the internal PHP implementation if the selected software doesn't support it. This allows threaded regular torrent creation on mktorrent for instance, without losing support to create hybrid torrents.

  3. We have restructured the code for the ruTorrent web client to be more developer friendly. This will prevent some of those frustrating bugs and glitches, every time we do a major version bump. This releases addresses the core issues, which cause instability to happen!

Code restructuring

Development cycle bug fixes

General bug fixes

New features

Full Changelog: v4.2.11...v4.3.0