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
In smithy-swift, PlatformOperationSystemVersion gets OS versions for Linux and macOS. This OS version information gets included in OSMetadata segment of the user agent header.
Turns out Apple recently implemented getting OS versions for Linux & Windows for us using compiler directives in their Foundation.ProcessInfo. Closing #1526.
Background
In
smithy-swift
,PlatformOperationSystemVersion
gets OS versions for Linux and macOS. This OS version information gets included inOSMetadata
segment of the user agent header.To Do
Add support for Windows as well.
Other Info
Related issue: #1206
The text was updated successfully, but these errors were encountered: