Skip to content

Releases: mostertb/transmission-php

v1.1.0

12 Apr 16:37

Choose a tag to compare

  • Upgraded Test Suite to support PHPUnit 8
  • Added support for configuring HTTP timeouts between the library and Transmission client
  • Added support for all torrent stats cached in the transmission tr_stat struct as of Transmission 2.94 (22 new fields on the Torrent class)
  • Fixed loose version constraint on kriswallsmith/buzz causing installs with versions > 0.16.1 to fail
  • Saving a session that is not backed by a Transmission Client now throws an exception rather than failing silently