Skip to content

Releases: naim94a/udpt

v3.1.2

29 Jan 18:23

Choose a tag to compare

bump version to 3.1.2

v3.1.1

13 Jan 20:39

Choose a tag to compare

udpt v3.1.0

13 May 22:21
udpt-3.1.0

Choose a tag to compare

  • Converted code to be Rust 2018 instead of the previous Rust 2015. This allows the use of async and await from the Future's system.
  • Moved from actix-web to warp web framework for the API server.
  • API server now provides more details about active torrents.
  • UDP server uses tokio as well as the web server.