This repository has been archived by the owner on May 17, 2022. It is now read-only.
Releases: cyb3rd4d/transmission-api
Releases · cyb3rd4d/transmission-api
New major version
Fix wrong expectation of the Transmission response in case of duplicate torrents
1.1.6 Fix wrong expectation of the Transmission response in case of duplica…
Fix wrong interface implementations
This release fixes 2 errors:
- The freeSpace method did not return data. Now it returns an array containing the torrents path and its current size.
- The torrentAdd method now throws a DuplicateTorrentException when the API returns a "duplicate torrent" error. This exception stores the ID, the name and the hash of the torrent. These data can be retrieved with the methods DuplicateTorrentException::getTorrentId(), DuplicateTorrentException::getTorrentName() and DuplicateTorrentException::getTorrentHashString()
1.1.4
1.1.3: Merge pull request #4 from MartialGeek/hotfix/associated_array_ids
Fix #2 json_encode with associated array of IDs
Update the log messages
1.1.2 Update the log messages
1.1.1
1.1.0
1.0.3
Fix bad index in the torrent-add response
Also add a usage example.