2.0.2 (2024-12-12)
- added support for Zabbix 7.2
- added support of proxy groups for Sender and AsyncSender
- discontinued support for HTTP authentication for Zabbix 7.2 and newer
- discontinued support for Zabbix 6.4
- added examples of deleting items
- added examples of how to clear item history
- added examples of how to pass get request parameters
- fixed issue #21 with non-obvious format of ID array passing
- fixed issue #26 with Sender and AsyncSender working with proxy groups
- fixed small bugs and flaws
2.0.1 (2024-09-18)
- added ssl_context argument to ZabbixAPI to allow more flexible configuration of SSL connections
- added support of SSL connection configuration to AsyncZabbixAPI
2.0.0 (2024-04-12)
- added asynchronous modules: AsyncZabbixAPI, AsyncSender, AsyncGetter
- added examples of working with asynchronous modules
- fixed issue #7 in examples of PSK using on Linux
- fixed small bugs and flaws
1.1.1 (2024-03-06)
- removed external requirements
1.1.0 (2024-01-23)
- changed the format of the Sender response
- changed the format of the Getter response
- implemented support for specifying Zabbix clusters in Sender
- implemented pre-processing of the agent response
- fixed issue with hiding private (sensitive) fields in the log
- fixed small bugs and flaws
1.0.3 (2024-01-09)
- added support for Python 3.12
- discontinued support for Python 3.7
- fixed issue with hiding private (sensitive) information in the log.
- fixed small bugs and flaws.
1.0.2 (2023-12-15)
- added trailing underscores as workaround to use Python keywords as names of API object or method
- changed TypeError to ValueError for the exception during version parsing.
- fixed compression support for Sender and Getter.
- made refactoring of some parts of the code.
- fixed small bugs and flaws.
1.0.1 (2023-11-27)
- removed deprecated API fields from examples and README.
- removed "Get started" section from README for PyPI.
- fixed small flaws.
1.0.0 (2023-11-17)
Initial release