Skip to content

Releases: ProtoThis/python-synology

0.6.0

16 Apr 20:17
Compare
Choose a tag to compare

NEW

  • [SynologyDSM] Add 2SA login/authentication (@Quentame #29)

IMPROVEMENTS

https://github.com/ProtoThis/python-synology/milestone/2?closed=1

https://pypi.org/project/python-synology/0.6.0/

0.5.0

31 Mar 21:27
Compare
Choose a tag to compare

NEW

  • [*] use API_KEY const on each of APIs/services (@Quentame #23)
  • [SynologyDSM] Make login unitary (@Quentame #12)
  • [SynoDSMInformation] Add SynoInformation (SYNO.DSM.Info) API (@Quentame #13) EDIT: SynoDSMInformation
  • [SynoStorage] env property (@Quentame #23)
  • [SynoStorage] storage_pools property (@Quentame #23)

BUG FIXES

  • [*] UTF-8 encoding (@Quentame #23)
  • [SynoCoreUtilization] cpu_total_load returns None if one load is 0 (@Quentame #23)
  • [SynoStorage] volume_disk_temp_avg + volume_disk_temp_max were global, not volume related (@Quentame #23)
  • [SynoStorage] temperature divisions where not complient to Python 3 division (@Quentame #23)

BREAKING CHANGES

  • [*] Rename SynologyDSM modules to synology_dsm (@Quentame #18)
  • [SynologyDSM] api.password is now private (@Quentame #23)
  • [SynologyDSM] api.storage_url is now private (@Quentame #23)
  • [SynoStorage] disks does not return disks ids anymore but a list of all disks, use disks_ids (disks -> disks_ids) (@Quentame #18)
  • [SynoStorage] volumes does not return volumes ids anymore but a list of all volumes, use volumes_ids (volumes -> volumes_ids ) (@Quentame #18)

IMPROVEMENTS

https://github.com/ProtoThis/python-synology/milestone/1?closed=1

https://pypi.org/project/python-synology/0.5.0/

0.4.0

20 Jan 19:53
Compare
Choose a tag to compare

New release with DSM 5 support and fixes

0.2.0

02 Jul 20:04
a5446a0
Compare
Choose a tag to compare

HTTPS Support