Skip to content

Releases: infrasonar/python-libprobe

v2.0.0

13 Nov 15:38

Choose a tag to compare

  • Use Class Checks instead of functions.
  • Add support for unchanged_eol setting.

v1.0.2

19 Aug 07:24

Choose a tag to compare

  • Add set_on_close method to configure a method to be called when the collector will be closed.

v1.0.1

04 Jul 07:05

Choose a tag to compare

  • Fix Download API

v1.0.0

03 Jul 12:40

Choose a tag to compare

  • Added async Probe.upload_file(..)
  • Added async Probe.download_file(..)

v0.3.4

27 Jun 12:00

Choose a tag to compare

  • First write to tmp file, then rename for prevent empty file.

v0.3.3

29 Apr 13:33

Choose a tag to compare

  • Exception logging for alpha version with debug logging for both dry-run and actual run.

v0.3.2

29 Apr 13:23

Choose a tag to compare

  • Log exceptions for alpha* versions and debug logging enabled.

v0.3.1

29 Apr 13:03

Choose a tag to compare

  • Added logger.exception(msg: str = '') for exception logging, only when DEBUG logging is enabled

v0.3.0

12 Sep 14:49

Choose a tag to compare

  • Upgraded to Python 3.12.
  • Fixed logging issues.

v0.2.36

25 Oct 08:53

Choose a tag to compare

  • Update Cryptography library.
  • Added OUTPUT_TYPE environment variable for a dry run (either JSON (default) or PPRINT),