Skip to content

Commit 4ff4587

Browse files
committed
added release notes 1.13.2
1 parent 9b6e69c commit 4ff4587

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/users-manual/getting-started/whats-new.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,39 @@ Here you can find all of the updates and release notes for published versions of
1818

1919
## 1.13.x Releases
2020

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)
31+
32+
Documentation:
33+
- Light/Dark Mode [#241](https://github.com/Yubico/Yubico.NET.SDK/pull/241)
34+
- Search functionality [#241](https://github.com/Yubico/Yubico.NET.SDK/pull/241)
35+
- Navigational improvements [#241](https://github.com/Yubico/Yubico.NET.SDK/pull/241)
36+
- 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)
47+
48+
Dependencies:
49+
- Updated Nuget dependenices [#256](https://github.com/Yubico/Yubico.NET.SDK/pull/256), [#254](https://github.com/Yubico/Yubico.NET.SDK/pull/254), [#250](https://github.com/Yubico/Yubico.NET.SDK/pull/250)
50+
51+
Deprecations:
52+
- 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)
53+
2154
### 1.13.1
2255

2356
Release date: April 28th, 2025

0 commit comments

Comments
 (0)