Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@almenscorner almenscorner released this 17 Apr 08:36
· 1 commit to main since this release
96095e4

Release Notes - 1.2.0

New Features:

  • Graph calls to get devices and users groups is batched concurrently
  • Per device operations is run concurrently

Enhancements:

  • Prints is changed to logging module for better output
    • Configurable by setting --log to either DEBUG, INFO, WARNING, ERROR, CRITICAL. Default is INFO
  • -l for --group_list is changed to -g as -l has been assigned to --log instead
  • Required packages has had their versions updated and additional requirements has been added
    • Python version: 3.6 -> 3.7 and above
    • merest: 0.6.21 -> 0.7.1
    • azure_storage_blob: 12.13.1 -> 12.15.0
    • retrying: NEW

Bug Fixes:

Full Changelog: v1.1.2...v1.2.0