Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 1.52 KB

Changelog

1.3.1 (2023-12-18)

Documentation

1.3.0 (2023-04-08)

🚀 Features

  • add zabbix 6.4 header authentication

1.2.1 (2022-08-25)

🐛 Bug Fixes

  • improve deprecation message for confimport

1.2.0 (2022-08-04)

🐛 Bug Fixes

  • catch ValueError during json parsing

🚀 Features

  • parse version using packaging.version

1.1.0 (2022-07-28)

🐛 Bug Fixes

  • api object/method attributes should be private
  • auto correct server url trailing slash

🚀 Features

  • 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

Reverts

  • chore: add more typings