1.3.1 (2023-12-18)
1.3.0 (2023-04-08)
- add zabbix 6.4 header authentication
1.2.1 (2022-08-25)
- improve deprecation message for confimport
1.2.0 (2022-08-04)
- catch ValueError during json parsing
- parse version using packaging.version
1.1.0 (2022-07-28)
- api object/method attributes should be private
- auto correct server url trailing slash
- replace custom handler with logging.NullHandler
- package is typed
- deprecate ZabbixAPI.confimport alias
- allow creating calls using dict syntax
- replace dynamic func with ZabbixAPIMethod
- rename ZabbixAPIObjectClass to ZabbixAPIObject
- require >=python3.6
- chore: add more typings