Skip to content

Commit 6786bc4

Browse files
committed
more release notes
1 parent 600b95e commit 6786bc4

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,31 @@ Release date: April 9th, 2025
2424

2525
Features:
2626

27-
- Curve25519 support has been added for PIV:
27+
- Curve25519 support has been added for PIV [#210](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
2828

2929
- Keys can now be imported or generated using the Ed25519 and X25519 algorithms.
3030
- The key agreement operation can be performed with an X25519 key.
3131
- Digital signatures can now be created with a Ed25519 key.
32+
- New related unit tests have been added.
3233

33-
- Unit tests have been added for RSA-3072 and RSA-4096 keys.
34-
- Support for large APDUs has been improved:
34+
- Unit tests have been added for RSA-3072 and RSA-4096 keys [#197](https://github.com/Yubico/Yubico.NET.SDK/pull/197).
3535

36-
-
36+
- Support for large APDUs has been improved [#208](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
3737

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).
39+
40+
- Support for Ed25519 and P384 credentials has been added for FIDO [#186](https://github.com/Yubico/Yubico.NET.SDK/pull/186).
41+
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).
3843

3944
Bug Fixes:
4045

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.
47+
48+
Miscellaneous:
49+
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).
51+
4152
## 1.12.x Releases
4253

4354
### 1.12.1

0 commit comments

Comments
 (0)