Skip to content

v0.3.0

Compare
Choose a tag to compare
@jessepeterson jessepeterson released this 07 Jun 11:17
· 75 commits to main since this release

New

  • File storage backend. Zero-dependency storage backend enabled by default: fa276e0, #24
    • The -storage-dsn flag specifies the directory to write DDM storage files to when using -storage file (the default). If no DSN is provided then a default of db is used.
    • To use the MySQL backend as before you'll need to provide the -storage mysql flag (and of course the -storage-dsn flag).

Other

  • Dump status to files (instead of just stdout): bacb284
    • A filename (or -) is now required for the -dump-status flag.
  • Minor update to latest admgen-generated MDM command: d468e08
  • Docs update to the QuickStart guide that mentioned MicroMDM v1.11 support.