Skip to content

Commit 39c29a1

Browse files
committed
Merge branch 'docs-1.13-release-notes' into release/1.13.0
2 parents dc117e3 + 6786bc4 commit 39c29a1

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
@@ -16,6 +16,39 @@ limitations under the License. -->
1616

1717
Here you can find all of the updates and release notes for published versions of the SDK.
1818

19+
## 1.13.x Releases
20+
21+
### 1.13.0
22+
23+
Release date: April 9th, 2025
24+
25+
Features:
26+
27+
- Curve25519 support has been added for PIV [#210](https://github.com/Yubico/Yubico.NET.SDK/pull/210):
28+
29+
- Keys can now be imported or generated using the Ed25519 and X25519 algorithms.
30+
- The key agreement operation can be performed with an X25519 key.
31+
- Digital signatures can now be created with a Ed25519 key.
32+
- New related unit tests have been added.
33+
34+
- Unit tests have been added for RSA-3072 and RSA-4096 keys [#197](https://github.com/Yubico/Yubico.NET.SDK/pull/197).
35+
36+
- Support for large APDUs has been improved [#208](https://github.com/Yubico/Yubico.NET.SDK/pull/208):
37+
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).
43+
44+
Bug Fixes:
45+
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+
1952
## 1.12.x Releases
2053

2154
### 1.12.1

0 commit comments

Comments
 (0)