Skip to content

v0.2.0

Compare
Choose a tag to compare
@jessepeterson jessepeterson released this 02 Sep 21:45
· 114 commits to main since this release
fce958e

NOTE: This release has MySQL storage backend schema changes. Please apply the schema.00001.sql through schema.00007.sql files if you have a previous installation.

Thank you to our contributors for this release: @gmarnin, @daemonsy, @w0de, @leojh

New Features/Capabilities

  • Added enrollment migration nano2nano tools: ability to migrate between NanoMDM storage backends: f99f83a
  • Added new signature (only) certificate verifier (not enabled by default): fb68ac0
  • Bootstrap Token support: #15
  • Support basic UserAuthenticate enrollment: #8, 4a54502, 4d5561f
  • TokenUpdate "tally": a simple counter for TokenUpdates per enrollment. Allows seeing which TokenUpdates are the first (and thus enroll-time) and is propagated to the webhook: #16
  • Added Storage backend tests: af61878
  • Support HTTP parameter pass-through to webhook: #17
  • Better tracking of NotNow responses in MySQL backend: #13

Bug fixes

  • Fixes to MySQL schema #22, #23, #25
  • Use larger column type for commands and responses in MySQL storage backend: #26, 419b2ef
  • Log server shutdown (previously silently ignoring): 5fe88c6
  • Fix push expiration handling: f46dad5

Other