Skip to content

Version 1.0.0

szuro requested to merge v1 into master

This will solve #23 (closed) and #20 (closed).

There were some changes in types that are accepted/returned by functions. A blind update is guaranteed to break existing scripts.

Major changes

Breaking changes

  • Support for Python 3.6 has been dropped.
  • Exceptions are now not caught by this package - it's your job now (#23 (closed))
  • Sender.send_bulk method signature changed. Use a list of SenderData objects instead of a request.
  • AgentActive.send_collected_data, Sender.send_value, Sender.send_file and Sender.send_bulk Now return an instance of ServerInfo instead of a dict.
  • PING is no longer a field in ServerRequestTypeEnum, also there is an alias now.

Updated

  • Pipelines now use newer Python versions

Fixed

  • Some docstrings contained wrong information.

Merge request reports