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: docs/users-manual/getting-started/whats-new.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,39 @@ Here you can find all of the updates and release notes for published versions of
18
18
19
19
## 1.13.x Releases
20
20
21
+
### 1.13.2
22
+
23
+
Release date: July 3, 2025
24
+
25
+
This release introduces several new features for developers, including new version qualifiers for testing purposes, and raw access to the authenticators `MakeCredential` response message via `Fido2.MakeCredentialData.RawData`. It also includes method renamings for improved clarity. The documentation site has been significantly enhanced with light/dark mode, search functionality, and improved navigation. This version also addresses key bugs related to DLL resolution, attestation certificates, and PIV private key imports, and updates Nuget dependencies.
26
+
27
+
Features:
28
+
- New version qualifiers [#240](https://github.com/Yubico/Yubico.NET.SDK/pull/240)
29
+
- Raw access to MakeCredential response message [#225](https://github.com/Yubico/Yubico.NET.SDK/pull/225)
30
+
- Method renaming, e.g. RsaPublicKey.CreateFromPkcs8 to RsaPublicKey.CreateFromSubjectPublicKeyInfo [#243](https://github.com/Yubico/Yubico.NET.SDK/pull/243)
- Improved docs surrounding YubiKey Bio Multiprotocol [#237](https://github.com/Yubico/Yubico.NET.SDK/pull/237)
37
+
- Fixed discrepancy in docs on attestation statement generation [#236](https://github.com/Yubico/Yubico.NET.SDK/pull/236)
38
+
- Changed wording for default management key value and algorithm [#233](https://github.com/Yubico/Yubico.NET.SDK/pull/233)
39
+
- Fix docs about encodings for PIV signing command [#239](https://github.com/Yubico/Yubico.NET.SDK/pull/239)
40
+
41
+
_(Docs can be found https://docs.yubico.com/yesdk/index.html)_
42
+
43
+
Bug fixes:
44
+
- Fixed issues related to DLL resolution and MacOS framework path [#255](https://github.com/Yubico/Yubico.NET.SDK/pull/255), [#211](https://github.com/Yubico/Yubico.NET.SDK/pull/211)
45
+
- Fixed issues related to attestation certs [#230](https://github.com/Yubico/Yubico.NET.SDK/pull/230)
46
+
- Fixed a problem related to PIV private key imports [#231](https://github.com/Yubico/Yubico.NET.SDK/pull/231)
- Marked PivEccPublic, PivEccPrivateKey, PivRsaPublic, and PivRsaPrivateKey as obsolete, encouraging the use of ECPublicKey, ECPrivateKey, RSAPublicKey, and similar implementations instead [#231](https://github.com/Yubico/Yubico.NET.SDK/pull/231)
0 commit comments