From 932674330af8727484f9af3a9ad05154de6f169a Mon Sep 17 00:00:00 2001 From: "Patrick K. Clark" Date: Mon, 29 Jun 2026 14:56:19 -0700 Subject: [PATCH 1/2] APPTS v16.11.1-v16.13.0 release notes --- .../release_notes/16_0_0_release_notes.md | 79 +++++++++++++++++-- 1 file changed, 74 insertions(+), 5 deletions(-) diff --git a/content/en/docs/release_notes/16_0_0_release_notes.md b/content/en/docs/release_notes/16_0_0_release_notes.md index f08b7eb..c895456 100644 --- a/content/en/docs/release_notes/16_0_0_release_notes.md +++ b/content/en/docs/release_notes/16_0_0_release_notes.md @@ -1,18 +1,87 @@ --- -title: Platform Management 16.0.0 - 16.11.0 release notes -linkTitle: Platform Management 16.0.0 - 16.11.0 release notes +title: Platform Management 16.0.0 - 16.13.0 release notes +linkTitle: Platform Management 16.0.0 - 16.13.0 release notes weight: 47 simple_list: true -date: 2026-05-04 +date: 2026-06-29 --- -New features, improvements, and fixed issues for releases 16.0.0 - 16.11.0. +New features, improvements, and fixed issues for releases 16.0.0 - 16.13.0. + +--- + +## 16.13.0 - 29 Jun 2026 + +Platform Management 16.13.0 is a feature release which includes one new feature and several fixed issue. + +__New features__ + +* Added flag on the *Marketplace Settings* view to allow marketplace managers to prohibit consunmer organization administrators from deleting their organizations. This action is permitted by default. + +__Fixed issues__ + +* Fixed an issue where developer organization role users who are not members of any teams may not be able to view their organization user view. +* Fixed appearance issues in email notifications for marketplace consumer organization signup approval and certificate expiry. + +--- + +## 16.12.1 - 11 Jun 2026 + +Platform Management 16.13.0 is a patch release which includes one fixed issue. + +__Fixed issue__ + +* Fixed an issue where interactions in the support messenger window may not behave as expected. + +--- + +## 16.12.0 - 28 May 2026 + +Platform Management 16.12.0 is a feature release which includes two new features and one fixed issue. + +__New features__ + +* Added support for marketplace consumer organiations to configure services accounts. This feature can be enabled on the *Marketplace Settings* view. +* Added the ability for organization administrators to disable or enable services accounts. The option is available on the *Service Accounts* table from the row's actions dropdown. + +__Fixed issue__ + +* Fixed an issue where some __Amplify Engage__ quotas may not be shown on the organization *Monthly Usage* view unless some consumption of that quota existed. + +--- + +## 16.11.2 - 15 May 2026 + +Platform Management 16.11.2 is a patch release which includes several fixed issues. + +__Fixed issues__ + +* Fixed an issue where correlated metrics for __SecureTransport__ usage may show under the wrong governance for organizations with multiple subscriptions. +* Fixed an issue where users signing up for a marketplace may receive an email that did not reflect the configured marketplace's appearance. +* Fixed an issue where date range values supplied via query string parametered may not be applied on the *Custom Query* view. + +--- + +## 16.11.1 - 14 May 2026 + +Platform Management 16.11.1 is a patch release which includes several improvements and two fixed issues. + +__Improvements__ + +* Improve autocomplete handling for password type input fields. +* Added validation to service account client secret values to require 12 character minimum length. +* Revised links in emailed notifications to consistently use organization GUID values instead of organization ID. + +__Fixed issues__ + +* Fixed an issue where password changes attempted from the user *Credentials* view may not require current password. +* Fixed an issue where values supplied via query string parametered may not be applied on the *Custom Query* view. --- ## 16.11.0 - 4 May 2026 -Platform Management 16.11.0 is a feature release which includes two new features and several fixed issue. +Platform Management 16.11.0 is a feature release which includes two new features and several fixed issues. __New features__ From 2999dce5f40b8103e987429b2d3a2a5f8eb8b95b Mon Sep 17 00:00:00 2001 From: "Patrick K. Clark" Date: Tue, 30 Jun 2026 14:00:43 -0700 Subject: [PATCH 2/2] APPTS v16.13.1 release note --- .../release_notes/16_0_0_release_notes.md | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/content/en/docs/release_notes/16_0_0_release_notes.md b/content/en/docs/release_notes/16_0_0_release_notes.md index c895456..dcf49d7 100644 --- a/content/en/docs/release_notes/16_0_0_release_notes.md +++ b/content/en/docs/release_notes/16_0_0_release_notes.md @@ -1,12 +1,25 @@ --- -title: Platform Management 16.0.0 - 16.13.0 release notes -linkTitle: Platform Management 16.0.0 - 16.13.0 release notes +title: Platform Management 16.0.0 - 16.13.1 release notes +linkTitle: Platform Management 16.0.0 - 16.13.1 release notes weight: 47 simple_list: true -date: 2026-06-29 +date: 2026-06-30 --- -New features, improvements, and fixed issues for releases 16.0.0 - 16.13.0. +New features, improvements, and fixed issues for releases 16.0.0 - 16.13.1. + +--- + +## 16.13.1 - 30 Jun 2026 + +Platform Management 16.13.1 is a patch release which includes several fixed issues. + +__Fixed issue__ + +* Fixed an issue where assigned roles may not be displayed on the user's *Organizations* view. +* Fixed an issue where the *Devices* view may be display properly for users with multi-factor authentication enabled. +* Fixed an issue where the common navigation menu may fail to render properly for users assigned developer organization role, but not added as a member in any teams. +* Fixed an issue where users failing multiple consecutive sign-in attempts may not be shown the expected error message once attempts are no longer permitted. ---