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
+27-8Lines changed: 27 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,36 +18,55 @@ 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.1
22
+
23
+
Release date: April 28th, 2025
24
+
25
+
This release mainly adresses an issue that was affecting FIDO2 on YubiKey 5.7.4 and greater as well as adds support for compressed certificates within the PIV application. It also contains miscellaneous and documentation updates.
26
+
27
+
Features:
28
+
- Support for compressed certificates in the PIV application [#219](https://github.com/Yubico/Yubico.NET.SDK/pull/219)
29
+
- Ability to create a FirmwareVersion object through parsing a version string (e.g. 1.0.0) [#220](https://github.com/Yubico/Yubico.NET.SDK/pull/220)
30
+
31
+
Bug Fixes:
32
+
- PinUvAuthParam was erroneously truncated which caused failures on multiple FIDO2 commands for YubiKey v 5.7.4 [#222](https://github.com/Yubico/Yubico.NET.SDK/pull/222)
33
+
34
+
Documentation:
35
+
- Updates to challenge-response documentation to improve clarity [#221](https://github.com/Yubico/Yubico.NET.SDK/pull/221)
36
+
37
+
Miscellaneous:
38
+
- Integration tests will now run on Bio USB C keys as well [a4c4df](https://github.com/Yubico/Yubico.NET.SDK/commit/a4c4df10047bedf507e4ce36b80ed5001b996b9a).
39
+
21
40
### 1.13.0
22
41
23
42
Release date: April 9th, 2025
24
43
25
44
Features:
26
45
27
-
- Curve25519 support has been added for PIV [#210](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
46
+
- Curve25519 support has been added for PIV [(#210)](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
28
47
29
48
- Keys can now be imported or generated using the Ed25519 and X25519 algorithms.
30
49
- The key agreement operation can be performed with an X25519 key.
31
50
- Digital signatures can now be created with a Ed25519 key.
32
51
- New related unit tests have been added.
33
52
34
-
- Unit tests have been added for RSA-3072 and RSA-4096 keys[#197](https://github.com/Yubico/Yubico.NET.SDK/pull/197).
53
+
- Unit tests have been added for RSA-3072 and RSA-4096 keys. [(#197)](https://github.com/Yubico/Yubico.NET.SDK/pull/197)
35
54
36
-
- Support for large APDUs has been improved [#208](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
55
+
- Support for large APDUs has been improved [(#208)](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
37
56
38
-
- When sending large APDU commands to a YubiKey via the smartcard connection, the CommandChainingTransform will now throw an exception when the cumulative APDU data (sent in chunks of up to 255 bytes) exceeds the max APDU size for the given YubiKey (varies based on firmware version; see SmartCardMaxApduSizes).
57
+
- When sending large APDU commands to a YubiKey via the smartcard connection, the CommandChainingTransform will now throw an exception when the cumulative APDU data (sent in chunks of up to 255 bytes) exceeds the max APDU size for the given YubiKey (varies based on firmware version; see [SmartCardMaxApduSizes](xref:Yubico.YubiKey.SmartCardMaxApduSizes)).
39
58
40
-
- Support for Ed25519 and P384 credentials has been added for FIDO[#186](https://github.com/Yubico/Yubico.NET.SDK/pull/186).
59
+
- Support for Ed25519 and P384 credentials has been added for FIDO. [(#186)](https://github.com/Yubico/Yubico.NET.SDK/pull/186)
41
60
42
-
- Ubuntu runners have been upgraded from version 20.04 to 22.04 to support the compilation of Yubico.NativeShims[#188](https://github.com/Yubico/Yubico.NET.SDK/pull/188).
61
+
- Ubuntu runners have been upgraded from version 20.04 to 22.04 to support the compilation of Yubico.NativeShims. [(#188)](https://github.com/Yubico/Yubico.NET.SDK/pull/188)
43
62
44
63
Bug Fixes:
45
64
46
-
- The default logger now only writes output for the "Error" log level unless another level is specified[#185](https://github.com/Yubico/Yubico.NET.SDK/pull/185). Previously, the logger wrote output for all log levels, which could become overly long and difficult to evaluate.
65
+
- The default logger now only writes output for the "Error" log level unless another level is specified. Previously, the logger wrote output for all log levels, which could become overly long and difficult to evaluate.[(#185)](https://github.com/Yubico/Yubico.NET.SDK/pull/185)
47
66
48
67
Miscellaneous:
49
68
50
-
- The [License](https://github.com/Yubico/Yubico.NET.SDK/blob/develop/LICENSE.txt) was updated to remove the information for the AesCmac.cs file from the Bouncy Castle library[#196](https://github.com/Yubico/Yubico.NET.SDK/pull/196).
69
+
- The [License](https://github.com/Yubico/Yubico.NET.SDK/blob/develop/LICENSE.txt) was updated to remove the information for the AesCmac.cs file from the Bouncy Castle library. [(#196)](https://github.com/Yubico/Yubico.NET.SDK/pull/196)
0 commit comments