Releases: aerialls/synology-srm
Releases · aerialls/synology-srm
0.2.3
0.2.2
0.2.0
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
andexport_certificate
) to list and download TLS certificates.
0.1.4
0.0.7
0.0.6
- Add explicit messages for common and API errors (#4)
- BREAKING Add
SynologyCommonError
andSynologyApiError
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
)