- Add official support of Python 3.10 and Python 3.11. - Drop support for Python 3.6 and Python 3.7.
0.2.2
* Add official support of Python 3.9.
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` and `export_certificate`) to list and download TLS certificates.
0.1.4
* Add `SYNO.Core.NGFW.Traffic` endpoint (`ngfw_traffic`) to get traffic statistics.
0.0.7
* 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
* Add explicit messages for common and API errors (https://github.com/aerialls/synology-srm/pull/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`)