Files
fleet/android/CHANGELOG.md
T
Victor Lyuboslavsky 7dd0a0f7f5 Update version and CHANGELOG for fleetd-android-v1.6.0 (#46022)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
  * Updated app version to 1.6.0.

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/46022?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-21 16:36:01 -05:00

39 lines
2.1 KiB
Markdown

## Android agent 1.6.0 (May 19, 2026)
* Added subject alternative name (SAN) support to SCEP certificate requests on Android. When a certificate template carries a `subject_alternative_name` value, the agent now includes a non-critical SAN extension on the PKCS#10 CSR, supporting `DNS`, `EMAIL`, `URI`, `IP`, and `UPN` (Microsoft otherName, OID 1.3.6.1.4.1.311.20.2.3) attribute types.
## Android agent 1.5.0 (May 14, 2026)
* Fixed certificate serial number truncation by sending serials to Fleet as hexadecimal.
* Made the agent retry DNS resolution failures during certificate enrollment when waking from Doze mode, and defer remaining certificates in the batch to the next cycle when DNS still fails.
* Made the agent always send the `platform` field on enrollment so the device is registered as Android.
## Android agent 1.4.0 (Apr 07, 2026)
* Made the certificate list scrollable
* Fixed background DNS resolution failures.
* Stopped polling certificates when the server reported them as permanently failed.
* Marked non-retryable SCEP failures (e.g. server rejection) as failed immediately instead of retrying 3 times.
* Fixed duplicate FAILED status reports.
* Made the agent treat HTTP 404 responses on certificate status updates as a signal that the template had been deleted server-side.
* Made enrollment failure messages include SCEP failInfo details instead of a generic error.
* Made certificate enrollment wait for CERT_INSTALL delegation to be available, preventing permanent failures after fresh MDM enrollment.
* Improved certificate installation failure messages to include delegation status and certificate alias.
## Android agent 1.3.0 (Feb 27, 2026)
* Improved debug screen, including adding last error message and logs.
## Android agent 1.2.0 (Feb 13, 2026)
* Fixed issue where certification installations incorrectly show failed statuses.
* Fixed issue where agent does not re-enroll after the host is deleted in Fleet.
## Android agent 1.1.0 (Jan 12, 2026)
* Automatically renew SCEP certs. Requires Fleet server v4.80 or higher.
## Android agent 1.0.2 (Jan 6, 2026)
* First release, supporting installing and removing certs with custom SCEP CAs.