AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2026-07-01 · Documentation low

File: transform/latest/userguide/discovery-tool-release-notes.md

Summary

Updated release notes with new Oracle Database discovery feature, Kerberos multi-domain support, legacy OS improvements, and Hyper-V Kerberos fix

Security assessment

Added feature descriptions and bug fixes. Kerberos authentication fix resolves functional issues but lacks evidence of patching a security vulnerability.

Diff

diff --git a/transform/latest/userguide/discovery-tool-release-notes.md b/transform/latest/userguide/discovery-tool-release-notes.md
index 650400b93..912a0f71e 100644
--- a//transform/latest/userguide/discovery-tool-release-notes.md
+++ b//transform/latest/userguide/discovery-tool-release-notes.md
@@ -13 +13,15 @@ Date | Version | Release notes
-May 14, 2026 | 1.0.1363.0 | **New features**
+June 30, 2026 | 1.0.1646 | **New features**
+
+  * Added Oracle Database discovery. The tool collects CDB and PDB topology, version, edition, installed options, feature usage, and component inventory. The discovery tool supports direct SQL connections (using SELECT_CATALOG_ROLE) and OS-level fallback detection through SSH or WinRM.
+  * Added support for multiple Kerberos credentials across different Active Directory domains. Each credential authenticates independently, enabling collection from Windows servers in multiple domains without authentication conflicts.
+
+**Improvements**
+
+  * Improved OS metrics collection for legacy hosts. Added fallback data collection for older operating systems (RHEL 5, SLES 11, Windows Server 2008 R2) where modern commands are unavailable. Storage, performance, and network interface data is now collected using alternative system interfaces.
+
+**Bug fixes**
+
+  * Fixed Kerberos authentication failures for servers discovered through Hyper-V. The discovery tool now correctly resolves the server hostname (FQDN) from Hyper-V guest metadata, which is required for Kerberos SPN matching.
+
+  
+May 14, 2026 | 1.0.1363 | **New features**