You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@
5
5
6
6
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
+
## [Unreleased]
9
+
10
+
### Added
11
+
12
+
- Instructions and prompts for GitHub Copilot.
13
+
14
+
### Changed
15
+
16
+
- A new code signing certificate has been obtained from [DigiCert](https://www.digicert.com/).
17
+
- Merged the `*.psm1` script bootstrapper of the binary PowerShell module into the `*.psd1` module manifest.
18
+
- Improved the structure of the `DSInternals.Replication` NuGet package,
19
+
which now includes assemblies for all processor architectures and the Visual C++ runtime.
20
+
21
+
### Fixed
22
+
23
+
- Improved generation of NGC keys stored in the `msDS-KeyCredentialLink` AD attribute
24
+
to pass new validation constraints introduced in January 2026 Windows updates.
25
+
26
+
### Removed
27
+
28
+
- PowerShell cmdlets and all code related to the [decommissioned Azure AD Graph API](https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview)
0 commit comments