v1.3.2 TBD
- Fix URL params decoding.
v1.3.1 (Unreleased)
- Update base container to Alpine 3.7 (#437)
- Fix bugs in SCEP enrollment (#451)
- Fix issue with APNS timeouts -- Issue #215 (#446)
- Add device_information and security_info commands with curl API (#448)
- Add support for InstallEnterpriseApplication command (#452)
v1.3.0 (Unreleased)
- Reorganize/refactor MDM, device, webhook services. #423, #424, #425, #426, #427
- Do not allow
mdmctl config setwithout args. #421 - Fix for multiple UDID records. #422
- Added/refactored logging. #405, #425
- Added
-homepageswitch. #420 - Warn about deprecated APNS switches. #412
- Disallow bad TLS configuration with
-tls=false. #414 - Refactored MDM types. #341, #415
- Added DEP auto-assigner feature. #405
- Fixed bug with authentication error messages. #411
- Added support for querying devices by serial(s). #363
- Added support for triggering a DEP sync via API. #404
- Added support for mdmcert.download directly to
mdmctl#401 - Reject network MDM user attempts until we add support. #379
- Warn when starting without an API key. #396
- Added tools and documentation for ngrok, curl, and APIs. #392
- Fix issue with MDM command
AvailableOSUpdatesparsing. #368 - Validate APNs Push Certificate Topic. #373
mdmctlnow outputs to stdout vs. stderr. #360- Added common HTTP library
httputil. #350 - Added project Code of Conduct. #334
- Refactored services (mostly for HA). #348, #349, #351, #352, #353, #354, #355, #359
- Reorganized project layout. #333, #335, #336, #338, #340, #347
- Added support for version API. #327
- Added command response webhook feature. #315
- Added support for supplied
depsimURL. #318 - Added Dockerfile. #316
v1.2.0 October 31 2017
- Added support for modifying the default enrollment profile.
- Added support for user level profiles.
- Added support for AccountConfiguration during DEP Enrollment. Specified in blueprints
- Addes support for multiple server configs in
mdmctl. - Added
mdmctl mdmcert uploadcommand which uploads/replaces the servers push certificate. - Incorporated certhelper into mdmctl. See
mdmctl mdmcert -h - Added ENV variables for sensitive flags:
MICROMDM_APNS_KEY_PASSWORD,MICROMDM_API_KEY - Removed the
-redir-addrflag. Redirect to HTTPS is only enabled when the 443 port is used.
v1.1.0 June 05 2017
- Import and sign pkgs, generate appmanifest on import.
- Support syncing devices from DEP when token is added.
- Option to include SSL certificates in DEP profile template (-anchor and -use-server-cert) #107
- /push and /v1/commands API endpoints require API authentication #157
- Add
mdmctlbinary for interacting with the server over API. #127 - Save DEP cursor for use after restart. #109
- Add
-examplesflag to micromdm serve. #119 - Add HTTP logger (with apache format) for all endpoints. #85
- Serve a basic homepage at
/. #113 - Decrypt armored private keys if the
-apns-passwordflag is specified by the user. #105 - Improved command queue handling of NotNow and other responses. #96
- Fixed bug that allowed for duplicate device records on re-enrollment. #125
- Fixed data race in pubsub package. #97
- Fixed bug that would cause PushInfo Token for the device to be replaced by one for the user. #90