AWS appstream2 documentation change
Summary
Added markdown version link and new client version 1.2.1792 with release notes including a fix for certificate-based authentication
Security assessment
The change adds a new client version with release notes that mention fixing an issue with certificate-based authentication to better handle certificate errors. While this relates to authentication (a security feature), there is no explicit mention of a security vulnerability, weakness, or incident being addressed. The note describes an improvement in error handling rather than a security patch.
Diff
diff --git a/appstream2/latest/developerguide/client-release-versions.md b/appstream2/latest/developerguide/client-release-versions.md index ee93b277d..7fe4b4f95 100644 --- a//appstream2/latest/developerguide/client-release-versions.md +++ b//appstream2/latest/developerguide/client-release-versions.md @@ -0,0 +1,2 @@ +[View a markdown version of this page](client-release-versions.md) + @@ -12,0 +15,7 @@ Client version | Release date | Changes +1.2.1792 | 04-13-2026 | + + * Made an improvement so that the client automatically attempts to reconnect your session after temporary network interruptions. + * Fixed an issue with certificate-based authentication to better handle certificate errors. + * Other bug fixes and enhancements. + +