github code42/py42 v0.3.0

latest releases: v1.27.1, v1.27.0, v1.26.2...
4 years ago

0.3.0 - 2020-02-03

Removed

  • py42.sdk.util.queued_logger. Use loggers in Python's logging namespace instead (they are threadsafe).
  • is_async option from sdk.create_from_local_account. This was an intentionally undocumented feature.
  • force_sync, then, and catch options from all client requests. These were only meaningful when used with is_async.
  • users.for_each_user(). Loop over response["data"]["users"] instead.
  • devices.for_each_device(). Loop over response["data"]["computers"] instead.
  • py42.settings.global_exception_receiver. Handle your exceptions as you otherwise normally would instead.

Don't miss a new py42 release

NewReleases is sending notifications on new releases.