MonoTorrent 3.0.0-beta.rev0240

This is a prerelease version of MonoTorrent.
dotnet add package MonoTorrent --version 3.0.0-beta.rev0240
NuGet\Install-Package MonoTorrent -Version 3.0.0-beta.rev0240
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MonoTorrent" Version="3.0.0-beta.rev0240" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MonoTorrent --version 3.0.0-beta.rev0240
#r "nuget: MonoTorrent, 3.0.0-beta.rev0240"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MonoTorrent as a Cake Addin
#addin nuget:?package=MonoTorrent&version=3.0.0-beta.rev0240&prerelease

// Install MonoTorrent as a Cake Tool
#tool nuget:?package=MonoTorrent&version=3.0.0-beta.rev0240&prerelease

What's Changed

  • [core] Add logging when handling requests in the Tracker server by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/620
  • [core] Try harder to send a valid port to the tracker by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/624
  • [core] Remove the restriction on 'MoveFileAsync' by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/625
  • [server] Properly handle invalid port values by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/623
  • [core] Don't require peer_ids to match expectations by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/628
  • [PieceWriter] Fix a threading bug and clean up stale state by @alanmcgovern in https://github.com/alanmcgovern/monotorrent/pull/629
  • Fixing "Contribute" links. by @MarioFinale in https://github.com/alanmcgovern/monotorrent/pull/641
  • The ReusableTask dependency has been updated to incorporate recent performance optimisations
  • Several performance improvements made to BitField. Additional optimisations were made for .NET7 and newer by using more modern APIs.
  • Improved DiskManager behaviour by ensuring expensive operations (opening or truncating files) are consistently executed asynchronously by a threadpool thread.
  • Sparse files are now created using the built-in API, when it's available.
  • Optimised the RC4 encryption routines by migrating to Span based APIs.
  • Further improvements to BitTorrent v2 support - fixing several more corner cases exposed when trying to download a torrent consisting of ~100GB of data, but which used a piece length of 16kB.
  • Relaxed the restriction on he upper size for a message received from another peer. The limit is now 64kB or the size of the BitField needed to represent all pieces in the torrent. If you have 1,000,000 pieces in your torrent, you'll have a bitfield which is substantially larger than 64kB.

New Contributors

Full Changelog: https://github.com/alanmcgovern/monotorrent/compare/release-v3.0.0-beta-0159...release-v3.0.0-beta-0240

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 is compatible.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MonoTorrent:

Package Downloads
H.Runners.TorrentRunner

Allows you to download torrents.

BitTorrentStorage

Bit Torrent Storage

GitHub repositories (10)

Showing the top 5 popular GitHub repositories that depend on MonoTorrent:

Repository Stars
Sonarr/Sonarr
Smart PVR for newsgroup and bittorrent users.
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
Prowlarr/Prowlarr
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
Version Downloads Last updated
3.0.0-beta.rev0240 30 6/30/2024
3.0.0-beta.rev0159 2,102 2/1/2023
3.0.0-beta.rev0157 125 2/1/2023
3.0.0-beta.rev0106 669 12/23/2022
3.0.0-beta.rev0104 109 12/15/2022
3.0.0-beta.rev0102 355 12/6/2022
3.0.0-beta.rev0068 215 11/12/2022
3.0.0-beta.rev0064 119 11/6/2022
3.0.0-beta.rev0050 108 11/2/2022
3.0.0-beta.rev0034 157 10/18/2022
3.0.0-beta.rev0015 153 9/26/2022
3.0.0-beta.rev0010 220 8/7/2022
3.0.0-beta.rev0000 182 7/10/2022
3.0.0-alpha.unstable.rev0233 122 7/8/2022
3.0.0-alpha.unstable.rev0217 121 6/25/2022
2.0.7 64,731 12/23/2022
2.0.6 5,331 7/19/2022
2.0.5 16,804 3/27/2022
2.0.4 321,823 1/13/2022
2.0.3 1,436 12/22/2021
2.0.2 1,281 12/4/2021
2.0.1 5,353 10/29/2021
2.0.0 15,150 5/4/2021
2.0.0-alpha.unstable.rev0193 208 4/3/2021
2.0.0-alpha.unstable.rev0192 179 4/2/2021
2.0.0-alpha.unstable.rev0167 180 3/18/2021
2.0.0-alpha.unstable.rev0147 190 3/13/2021
2.0.0-alpha.unstable.rev0132 192 2/25/2021
2.0.0-alpha.unstable.rev0123 192 2/20/2021
2.0.0-alpha.unstable.rev0122 165 2/18/2021
2.0.0-alpha.unstable.rev0112 188 2/17/2021
2.0.0-alpha.unstable.rev0107 207 2/10/2021
2.0.0-alpha.unstable.rev0037 258 12/19/2020
2.0.0-alpha.unstable.rev0031 235 12/18/2020
2.0.0-alpha.unstable.rev0017 210 12/10/2020
2.0.0-alpha.unstable.build1 254 12/7/2020
1.0.30 1,306 1/7/2022
1.0.29 11,328 2/16/2021
1.0.28 6,596 11/25/2020
1.0.27 1,509 11/24/2020
1.0.26 1,340 11/24/2020
1.0.25 1,457 11/14/2020
1.0.24 2,409 8/12/2020
1.0.23 2,205 7/6/2020
1.0.22 4,952 5/26/2020
1.0.21 2,932 4/24/2020
1.0.20 1,864 4/13/2020
1.0.19 20,883 3/27/2020
1.0.18 2,361 3/16/2020
1.0.17 1,455 3/9/2020
1.0.16 1,472 3/3/2020
1.0.16-alpha 1,247 2/5/2020
1.0.15 1,513 2/2/2020
1.0.14 1,378 1/30/2020
1.0.13 1,475 1/30/2020
1.0.12 1,513 1/16/2020
1.0.11 4,040 1/8/2020
1.0.10 1,949 12/11/2019
1.0.9 1,743 12/2/2019
1.0.9-beta 1,168 11/28/2019
1.0.8 1,490 11/19/2019
1.0.7 1,508 11/2/2019
1.0.6 1,425 11/1/2019
1.0.5 1,380 11/1/2019
1.0.4 1,448 10/30/2019
1.0.3 1,535 10/16/2019
1.0.2 1,515 9/27/2019
1.0.1 1,528 9/6/2019
1.0.0 1,614 9/6/2019
0.99.136-beta 1,227 9/6/2019
0.99.134-beta 1,205 9/5/2019
0.99.119-alpha 1,148 9/4/2019
0.9.0 10,469 6/10/2011