Skip to content

v0.2.0

Compare
Choose a tag to compare
@jessepeterson jessepeterson released this 10 May 19:28
· 57 commits to main since this release

New

  • Allow "single-target" MDM enqueue endpoints (186f5dd)
    • Allows use with MicroMDM!
    • MicroMDM v1.11 is required: this version brought support for both raw command enqueueing and DDM protocol hand-off (micromdm/micromdm#864, micromdm/micromdm#882)
    • Use the -micromdm switch to KMFDDM (in addition to the enqueue URL per the Quickstart guide). This will change the HTTP calling semantics to be compatible with MicroMDM as well as limit commands to a single device.
    • Use the -dm switch with MicroMDM (similar to NanoMDM).

Fixed

  • Use proper URL joining for enqueue endpoints and add a trailing slash (76a8a29, 16f302d)

Other