Skip to content

Releases: macadmins/simpleMDMpy

v3.0.7

02 Dec 17:25
2e26fbf
Compare
Choose a tag to compare

Added

  • setup.cfg - Python package setup file (#29) - TY @bryanheinz
  • pyproject.toml - Python package meta setup file (#29) - TY @bryanheinz
  • tests - Added a few basic tests and including a readme on how to setup testing - TY @bryanheinz

Changes

  • Added ability to update the actual device name via SimpleMDM (#24, #38) - TY @bryanheinz
  • Replaced get_logs() id_override input parameter with starting_after and limit (#25) - TY @bryanheinz
  • Fixes calls that return a single item (#26) - TY @MagerValp
  • Add method to download profiles (#40) - TY @joncrain
  • Adds option for get_devices to include_awaiting_enrollment (#43) - TY @joncrain
  • Fixes Devices.delete_device() - TY @MagerValp
  • Add Devices methods for enabling/disabling remote desktop, and profile and user listing (@MagerValp)
  • Add /devices request rate limiting to _get_data - TY @MagerValp
  • Add retry on 5xx errors to GET requests to _get_data - TY @MagerValp
  • Fixes _get_data so that it properly preserves all input parameters (#45) - TY @bryanheinz
  • Adds help docs to Devices.get_device() - TY @bryanheinz
  • Add Scripts and ScriptJobs - TY @MagerValp
  • Fix pagination - TY @jcfrt
  • Fix rate limiting - TY @MagerValp

Issues

  • Closes issue #24
  • Closes issue #25
  • Closes issue #26
  • Closes issue #29
  • Closes issue #38
  • Closes issue #40
  • Closes issue #43
  • Closes issue #45
  • Closes issue #57

v3.0.6

27 Jul 22:36
Compare
Choose a tag to compare

PRs Included

Changes

Add method to get all custom attributes for a device

v3.0.5

02 Mar 17:49
Compare
Choose a tag to compare

Issues

Added

  • CODEOWNERS

v3.0.2

12 Jan 17:14
Compare
Choose a tag to compare

Added

  • _get_data now has id_override=None so you can override &starting_after= as you wish
  • id_override=0 implemented in Logs get_logs()

Changed

  • Changed paginaition to work without compounding to a 414

v3.0.1

21 Dec 17:51
Compare
Choose a tag to compare

Issues

Closes #9

Changed

Changed pagination to work, now returns obj not response
good catch @bryanheinz