Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@jessepeterson jessepeterson released this 10 Jan 17:19
· 14 commits to main since this release

New

  • nanopush: new default APNs push provider: #78
  • authproxy: MDM device identity authenticated HTTP requests: #80
  • The -dsn command-line flag changed to -storage-dsn. The old switch should also still work: 67ef453 (also reported in #82, #84)
  • Show expiration of APNs cert when uploading to web API: #79
    • In output JSON: "not_after": "2024-08-24T13:36:21Z"
  • cmdr.py: command aliases for DeviceInformation command: 2142a7e
    • Can now just ./tools/cmdr.py DevInfo
  • API: Add fallback certificate verifier and make verifiers context aware: #85
  • API: Can now optionize logging of Mdm-Signature header check: #87

Fixed

  • Fix HTTP body closing in webhook and likely more reliable body closing in DM handler: 3abd0dc
  • Fix missing error return in MySQL deleter: 6d0d00b
  • Remove PayloadScope=System from example enrollment profile: fa78f29

Other