Skip to content

Releases: aerialls/synology-srm

0.2.3

05 Dec 21:12
f53c50e
Compare
Choose a tag to compare
  • Add official support of Python 3.10 and Python 3.11.
  • Drop support for Python 3.6 and Python 3.7.

0.2.2

07 Oct 11:06
Compare
Choose a tag to compare
  • Add official support of Python 3.9.

0.2.0

10 Mar 21:03
Compare
Choose a tag to compare

WARNING: This release renamed all public endpoints with a prefix (get_, list_, ...). Please, read the documentation (the wiki section) to see the new naming convention.

  • Add SYNO.Core.Certificate endpoint (list_certificate and export_certificate) to list and download TLS certificates.

0.1.4

23 Feb 14:30
Compare
Choose a tag to compare
  • Add SYNO.Core.NGFW.Traffic endpoint (ngfw_traffic) to get traffic statistics.

0.0.7

25 May 18:55
Compare
Choose a tag to compare
  • Add SYNO.Core.Network.NSM.Device endpoint (network_nsm_device). It's possible to filter results with a list of constraints as a first parameter.

0.0.6

18 Feb 20:58
Compare
Choose a tag to compare
  • Add explicit messages for common and API errors (#4)
  • BREAKING Add SynologyCommonError and SynologyApiError instead of dedicated exceptions (SynologyIncorrectPasswordException, ...)
  • Add SYNO.API.Encryption endpoint (base.encryption)
  • Add SYNO.Core.DDNS.ExtIP endpoint (core.ddns_extip)
  • Add SYNO.Core.DDNS.Record endpoint (core.ddns_record)
  • Add SYNO.Mesh.System.Info endpoint (mesh.system_info)

0.0.5

31 Jan 21:53
Compare
Choose a tag to compare
  • Add new endpoint base.info

0.0.4

30 Jan 21:38
Compare
Choose a tag to compare
  • Fix error 119 with SID tokens starting with a digit (#3)
  • Add new endpoint core.system_utilization
  • Add new endpoint mesh.network_wanstatus

0.0.3

30 Jan 10:26
Compare
Choose a tag to compare
  • Refresh the SID token automatically when it expires (a97a8ec)