Skip to content

Releases: kleiram/transmission-php

First stable release

20 Oct 13:54
Compare
Choose a tag to compare

This is the first 1.x release of the library. It can now be safely used in production.

0.5.2

13 Aug 14:46
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

This release fixes a bug in the tests. If you are on version 0.5.0 or 0.5.1 it is not necessary to update.

0.5.0

13 Aug 14:45
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Clients actually authenticate
  • The Transmission session can be managed

And a whole other lot of stuff that I did not document properly during development!

0.4.0

13 Aug 14:41
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • The library now requires at least PHP 5.3.2
  • Added support for getting the files downloaded by torrent
  • Added support for getting the trackers used by a torrent
  • Added support for getting peers connected to the torrent
  • The torrent now contains information about:
    • Whether it is finished
    • The up- and download rate (in bytes/s)
    • The ETA of the download
    • The percentage of the download that's complete
  • Authentication is more flexible
  • The client sends an User-Agent header with each request
  • Torrents can be started, stopped and verified
  • Requesting a reannounce of a torrent is supported

0.3.0

13 Aug 14:46
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Added support for authentication

0.2.0

13 Aug 14:39
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Entire public API rewritten.

Initial release

13 Aug 14:38
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release of the library. Far from production ready!