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
|**✅**| Stable ([release notes](stable-channel.md)) | This channel is supported for use by apps in production environments. It includes only stable APIs. | No more frequent than every six months<br>(+ servicing) | Yes |[1.8.2 (1.8.251003001)](stable-channel.md#version-182-18251003001) (10/14/2025) |
19
+
|**✅**| Stable ([release notes](stable-channel.md)) | This channel is supported for use by apps in production environments. It includes only stable APIs. | No more frequent than every six months<br>(+ servicing) | Yes |[1.8.3 (1.8.251106002)](stable-channel.md#version-183-18251106002) (11/11/2025) |
20
20
|**❇️**| Preview ([release notes](preview-channel.md)) | This channel provides a preview of the next stable release. There may be breaking API changes between a given preview channel release and the next stable release. | At least one preview per stable version | No |[Version 1.8 Preview (1.8-preview)](preview-channel.md#version-18-preview-18-preview) (08/19/2025) |
21
21
|**🔄️**| Experimental ([release notes](experimental-channel.md)) | This channel includes experimental features that are in early stages of development. Experimental features may be removed from the next release, or may never be released. | As needed when requiring feedback for features in early design or prototype stages | No |[2.0.0-experimental3](experimental-channel.md#version-20-experimental-200-experimental3) (11/11/2025) |
22
22
@@ -51,7 +51,7 @@ The Windows App SDK has a lifecycle. A lifecycle begins when a version or servic
51
51
52
52
| Windows App SDK version | Original release date | Latest patch version | Patch release date | Support level | End of servicing |
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/stable-channel.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,44 @@ In an existing Windows App SDK app, you can update your Nuget package to 1.8.250
26
26
27
27
For the updated runtime and MSIX, see [Downloads for the Windows App SDK](./downloads.md).
28
28
29
-
### Version 1.8.2 (1.8.251003001)
29
+
### Version 1.8.3 (1.8.251106002)
30
30
31
31
This is the latest service release for Version 1.8 of the Windows App SDK.
32
32
33
+
#### Bug fixes
34
+
35
+
* Fixed a potential crash if OrientedVirtualizingPanel hits an overflow when computing bounds. ([RuntimeCompatibilityChange](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.windowsappruntime.runtimecompatibilityoptions.disabledchanges): OrientedVirtualizingPanel_FixBoundsOverflow).
36
+
37
+
#### Windows ML Updates
38
+
39
+
##### Expanded OS Support
40
+
Windows ML now supports Windows 10 (version 1809 and later) and Windows Server 2019 and later for CPU and GPU workloads with select execution providers.
These APIs enable your app or library to dynamically discover and download large AI model files from your own online model catalogs, and share them across apps on the PC—without bundling those large files directly with your app or library. [See the docs](/windows/ai/new-windows-ml/model-catalog/overview) to learn how to use these APIs!
51
+
52
+
#### New APIs for 1.8.3:
53
+
```
54
+
Microsoft.Windows.AI.MachineLearning
55
+
56
+
CatalogModelInfo
57
+
CatalogModelInstance
58
+
CatalogModelInstanceResult
59
+
CatalogModelInstanceStatus
60
+
CatalogModelStatus
61
+
ModelCatalog
62
+
ModelCatalogSource
63
+
```
64
+
65
+
### Version 1.8.2 (1.8.251003001)
66
+
33
67
#### Updated ONNX Runtime
34
68
Updated the `onnxruntime.dll` to 1.23.1 introducing several enhancements to ONNX Runtime's Python and C++ APIs, focusing on improved device and memory information handling, synchronization stream support, and tensor copy functionality. It adds new Python bindings for device/memory types, exposes more detailed session input/output metadata, and provides a Python-accessible tensor copy API. The changes also refactor and extend the C++ API for better stream and memory info management.
35
69
@@ -67,7 +101,7 @@ See [Get started with Phi Silica in the Windows App SDK](/windows/ai/apis/phi-si
67
101
-**Broad hardware support** - Runs on all Windows 11 PCs (x64 and ARM64) with any hardware configuration
68
102
69
103
70
-
### New APIs for 1.8.1
104
+
####New APIs for 1.8.1
71
105
72
106
This release includes the following new APIs compared to the previous 1.8 release:
0 commit comments