From f681a2bb95ec66acca97ad401c41daa33026c0ab Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Sun, 10 Oct 2021 13:35:53 -0700 Subject: [PATCH] CHANGELOG shore-up --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39d38a9..a4c7bb48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,19 @@ ## [Unreleased](https://github.com/micromdm/micromdm/compare/v1.8.0...main) TBD +- New in-memory-only command queue (#736) +- Bootstrap token support (#781, #782) +- Fix potential DEP sync data loss (#779) +- Support logging proxy IP headers `X-Forwarded-For`, `X-Real-IP`. Enable with `-http-proxy-headers` switch (#744) +- Allow MDM check-in messages to return data (#764) - Added support for SetRecoveryLock and VerifyRecoveryLock (#757) - Fix SetFirmwarePassword and VerifyFirmwarePassword parameters (#743) - Command UUID can now be passed in as as a request parameter (#754) -- Update to SCEP v2, switch to Mozilla PKCS7 fork, interface cleanup (#737) +- Update to SCEP v2, switch to Mozilla PKCS7, interface cleanup (#737, #772, #778) - Fix panic when using DEP mdmctl commands with no DEP tokens configured (#750) - Spruce up built-in landing page including better accessibility (#721, #751) - Documentation & CLI usage improvements (#729, #730, #748, #749) -Thanks to our contributors for this release: @discentem, @korylprince, @williamtheaker, @bpmcneilly, @daemonsy +Thanks to our contributors for this release: @discentem, @korylprince, @williamtheaker, @bpmcneilly, @daemonsy, @ivanhata ## [v1.8.0](https://github.com/micromdm/micromdm/compare/v1.7.1...v1.8.0) February, 2021