Releases: colinodell/python-qnapstats
Releases · colinodell/python-qnapstats
0.5.0
0.5.0 (2022-06-07)
Bug Fixes
- add missing token (2b9eefa)
- change main branch in releaserc.json (c976249)
Features
- add external devices informations (508f385)
- add external devices informations (1b73056)
0.4.0
- Added support for Python 3.8 & 3.9; dropped support for 3.4
- Updated login method to support QTS 4.5.1 (#49)
- Fixed broken
get_bandwidth()
on QTS 4.5.4 (#62)
- Fixed TypeError when fetching dnsInfo (#63)
0.3.1
Fixed errors fetching volume stats on non-standard volumes (#53, #54)
0.3.0
- Added new
get_firmware_update()
method (#21)
0.2.7
- Add support for Python 3.7
- Removed object base class
0.2.6
- Add support for TS-659 on 4.2.6
- Fix exception caused by disks which don't report temperatures (#16)
0.2.5
- Added error handling to account for sharenames with no folder (#15)
0.2.4
- Fixed issue fetching disk health for devices with a single disk (#11, #12)
0.2.3
- Fixed empty drive bays, volumes with labels, and HDD vs SSD detection (#6)
- Fixed CPU temperature errors on devices which provide this stat (#8, #9)
- Added configurable timeout option (#10)
0.2.2
- Fixed compatibility with TS-639 models (#4)
- Fixed host check logic bug (#2)
- Added
verify_ssl
option to avoid errors with self-signed certs (#3)
Huge thanks to @jumpkick for helping to identify and resolve these!