Skip to content

Commit 6d1e95e

Browse files
authored
Add release notes for Build 10.0.26100.7627
Added release notes for Build 10.0.26100.7627, including new WinRT and Win32 API features, updates, and error codes.
1 parent cf9cd80 commit 6d1e95e

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

hub/apps/windows-sdk/release-notes.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,71 @@ You can update the SDK by manually installing the new build, updating in Visual
1515

1616
For the the latest builds, see [Downloads for the Windows SDK](./downloads.md).
1717

18+
## Build 10.0.26100.7627
19+
20+
Released: **January, 2026** <br><br>
21+
22+
<details>
23+
<summary>WinRT API additions and updates</summary>
24+
25+
> **Windows.Security.Credentials**:
26+
> <br/>
27+
> New interfaces:
28+
>
29+
> - `IKeyCredentialManagerCreateWithWindowStatics` - Provides methods for creating key credentials with an associated window handle
30+
> - `IKeyCredentialWithWindow` - Extends key credential functionality with window association support
31+
>
32+
> New methods:
33+
>
34+
> - `KeyCredentialManager.RequestCreateForWindowAsync` - Creates a key credential associated with a specific window
35+
36+
</details>
37+
38+
<details>
39+
<summary>Win32 API additions and updates</summary>
40+
41+
> **SQLite (winsqlite3.h / winsqlite3ext.h)**
42+
> <br/>
43+
> SQLite version update:
44+
>
45+
> - Updated SQLite from version 3.43.2 to 3.51.1
46+
>
47+
> New error codes:
48+
>
49+
> - `SQLITE_ERROR_RESERVESIZE`
50+
> - `SQLITE_ERROR_KEY`
51+
> - `SQLITE_ERROR_UNABLE`
52+
>
53+
> New IO error codes:
54+
>
55+
> - `SQLITE_IOERR_BADKEY`
56+
> - `SQLITE_IOERR_CODEC`
57+
>
58+
> New capabilities:
59+
>
60+
> - `SQLITE_IOCAP_SUBPAGE_READ`
61+
>
62+
> New file control codes:
63+
>
64+
> - `SQLITE_FCNTL_NULL_IO`
65+
> - `SQLITE_FCNTL_BLOCK_ON_CONNECT`
66+
>
67+
> New source control management constants:
68+
>
69+
> - `SQLITE_SCM_BRANCH`
70+
> - `SQLITE_SCM_TAGS`
71+
> - `SQLITE_SCM_DATETIME`
72+
>
73+
> **winnt.h**
74+
> <br/>
75+
> New definitions:
76+
>
77+
> - `SECURITY_MANDATORY_MEDIUM_PLUS_CREDUI_RID` - New security mandatory integrity level RID for Credential UI contexts
78+
79+
</details>
80+
81+
---
82+
1883
## Build 10.0.26100.7463
1984

2085
Released: **December, 2025** <br><br>

0 commit comments

Comments
 (0)