Skip to content

Commit 9b175ea

Browse files
committed
Better release notes for 8.3.0
1 parent 3f6e189 commit 9b175ea

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

SafeguardDotNet/SafeguardDotNet.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,17 @@ Provides an easy way to connect to Safeguard and call the Safeguard API.
3030
- Real-time event notifications
3131
- Persistent event listeners that reconnect even after an appliance goes offline
3232

33-
Updates:
34-
- Bug fixes and dependency updates.</PackageReleaseNotes>
33+
What's new in 8.3.0:
34+
35+
New features:
36+
- Device Code Login: new OneIdentity.SafeguardDotNet.DeviceCodeLogin package implementing OAuth 2.0 Device Authorization Grant (RFC 8628). Enables authentication from headless environments where no local browser is available.
37+
- ConnectAsync: DefaultBrowserLogin, PkceNoninteractiveLogin, and DeviceCodeLogin now offer async login methods with cancellation and timeout support.
38+
39+
Bug fixes:
40+
- ignoreSsl is now honored for all token exchange calls. Previously, internal HTTP calls during the OAuth token exchange always bypassed SSL validation regardless of the ignoreSsl parameter.
41+
42+
Behavioral changes:
43+
- DefaultBrowserLogin.Connect() no longer registers a non-functional Console.CancelKeyPress handler. Ctrl+C already terminated the process in practice; this removes dead code.</PackageReleaseNotes>
3544
</PropertyGroup>
3645

3746
<ItemGroup>

0 commit comments

Comments
 (0)