Api changes from version 1.1 to 2.0¶
Download Api Changes¶
Added 2 new error_code:
- invalid_address
- port_conflict
Added a new ‘cookies’ parameter when adding a download by url. This allow browser plugins to pass cookies along with url. This can be useful for session based authentication.
Added new
DownloadStats
attributes:- conn_ready
- nb_peer
- blocklist_entries
- blocklist_hits
- dht_stats
Deprecate path attribute for
DownloadFile
Add new attributes to
DownloadFile
- filepath
- name
- mimetype
Added a blacklist API to control bittorrent peers blacklist entries
Download Configuration Api Changes¶
Added new
DownloadConfiguration
attributes- main_port
- dht_port
Connection api Changes¶
- Added a ipv6ll property to
ConnectionIpv6Configuration
- Added a snr_10, attn_10 property to
XdslStats
RRD Api Changes¶
System Api Changes¶
- Added uptime_val attribute to
SystemConfig
Wifi Api Changes¶
- Completely rework Wifi API to be able to handle multiple Access Points.
New API¶
- Added an Incoming port configuration Api
- Added a VPN Client Api
- Added a VPN Server Api