Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 3.01 KB

CHANGELOG.md

File metadata and controls

96 lines (59 loc) · 3.01 KB

2.0.2 (2024-12-12)

Features:

  • added support for Zabbix 7.2
  • added support of proxy groups for Sender and AsyncSender

Changes:

  • 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

Bug fixes:

  • 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)

Features:

  • 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)

Features:

  • added asynchronous modules: AsyncZabbixAPI, AsyncSender, AsyncGetter
  • added examples of working with asynchronous modules

Bug fixes:

  • fixed issue #7 in examples of PSK using on Linux
  • fixed small bugs and flaws

1.1.1 (2024-03-06)

Changes:

  • removed external requirements

1.1.0 (2024-01-23)

Breaking Changes:

  • changed the format of the Sender response
  • changed the format of the Getter response

Features:

  • implemented support for specifying Zabbix clusters in Sender
  • implemented pre-processing of the agent response

Bug fixes:

  • fixed issue with hiding private (sensitive) fields in the log
  • fixed small bugs and flaws

1.0.3 (2024-01-09)

Documentation

  • added support for Python 3.12
  • discontinued support for Python 3.7

Bug fixes:

  • fixed issue with hiding private (sensitive) information in the log.
  • fixed small bugs and flaws.

1.0.2 (2023-12-15)

Bug fixes:

  • 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)

Bug fixes:

  • 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