Releases: j0rsa/transmission-rpc
Releases · j0rsa/transmission-rpc
v0.4.3
What's Changed
- Add bandwidth_priority to torrent set args by @takaki in #73
- Fix enum Priority derive by @takaki in #74
- Add trackeStats and trackerList to Torrent params by @takaki in #75
- fixed Rpc error when RpcResponseArgument is empty after torrent_add call by @PetitVerglas in #87
- Clippy replacement by @red-avtovo in #89
- Update env_logger requirement from 0.10.0 to 0.11.3 by @dependabot in #80
- Update enum-iterator requirement from 1.4.1 to 2.1.0 by @dependabot in #90
- Update reqwest requirement from 0.11.22 to 0.12.5 by @dependabot in #91
New Contributors
- @PetitVerglas made their first contribution in #87
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Fix test for torrent-add by @takaki in #68
- implement session-set method by @takaki in #67
- Add torrent file-count field by @quietvoid in #70
- Expose RpcResponseArgument type by @quietvoid in #69
New Contributors
- @takaki made their first contribution in #68
- @quietvoid made their first contribution in #70
Full Changelog: v1.4.1...v0.4.2
v0.4.1
What's Changed
- fix: wrong logging level by @George-Miao in #62
- chore by @George-Miao in #63
- Update env_logger requirement from 0.9.1 to 0.10.0 by @dependabot in #64
- Enumify the torrent error type by @leopith in #65
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Enum iterator 1.2.0 by @red-avtovo in #54
- Use reqwest::Url for TransClient argument by @vorot93 in #55
- Clippy fix by @vorot93 in #56
- Expand torrent-set by @vorot93 in #57
- Add torrentFile field by @vorot93 in #58
- Use serde's rename_all everywhere by @vorot93 in #59
- Represent torrent status as enum by @vorot93 in #60
- SharableTransClient: take
&self
for rpc methods by @George-Miao in #61
New Contributors
- @George-Miao made their first contribution in #61
Full Changelog: v0.3.7...v0.4.0
v0.3.7
What's Changed
- Fix link to RPC spec by @Maarrk in #42
- Update enum-iterator requirement from 0.7.0 to 0.8.1 by @dependabot in #43
- Handle csrf protection according to spec by @ngoquang2708 in #39
- Handle adding duplicated torrent. by @lexa in #48
- Edition 2021, rustfmt, clippy, expanded CI by @vorot93 in #51
- Implement torrent-set rpc, support more torrent fields, upgrade, fmt by @leopith in #52
- Dotenvy by @red-avtovo in #53
New Contributors
- @Maarrk made their first contribution in #42
- @lexa made their first contribution in #48
- @vorot93 made their first contribution in #51
- @leopith made their first contribution in #52
Full Changelog: v0.3.6...v0.3.7
v0.3.6
Update Cargo.toml bump version
v0.3.6
What's Changed
- Check for HTTP response errors. by @ngoquang2708 in #27
- Add blocklist-update. by @ngoquang2708 in #26
- Add port-test. by @ngoquang2708 in #28
- Add free-space. by @ngoquang2708 in #31
- blocklist-update: fix example comment. by @ngoquang2708 in #33
- Fix typo by @k0ur0x in #35
- Remove deprecated
rustc-serialize
by @ngoquang2708 in #36 - Integrational Tests by @ngoquang2708 in #34
- Session close by @ngoquang2708 in #37
- Make FreeSpace's fields
public
. by @ngoquang2708 in #38 - Add support for doneDate Torrent field by @antifuchs in #41
New Contributors
- @k0ur0x made their first contribution in #35
- @antifuchs made their first contribution in #41
Full Changelog: v0.3.5...v0.3.6
version 0.3.5
What was changed:
- Fix Examples to support configuration with no authentication (Thanks to @nickzana)
- Management of files within a single torrent (Thanks to @Yneluki)
- Added support for torrent-rename-path (Thanks to @chrhasse)
- Added session-stats (Thanks to @ngoquang2708)
Dependencies:
- Update enum-iterator requirement from 0.6.0 to 0.7.0
- Update env_logger requirement from 0.8.3 to 0.9.0
- Replace outdated Ubuntu 20.04 with 20.04.2.0 (Thanks to @nickzana)
Cleanup + Dependencies bump
Merge pull request #14 from j0rsa/env_examples [0.3.4] Dependencies bump
Update dependencies
update ci added automatic release pipeline