1.13.2 - Patch release #273
DennisDyallo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release date: July 3rd, 2025
Features:
RawData
property, which exposes raw CBOR-encoded data, has been added to the FIDO2MakeCredentialData
class. (#225)VersionQualifier
has been added for handling YubiKey firmware (by version number, type, and iteration). TheYubiKeyDeviceInfo
class has also been updated to supportVersionQualifier
. (#240)windows-2022
runner instead ofwindows-2019
, which ensures compatibility with newer environments and improves the consistency of the build and publish pipelines. (#242)Documentation:
DeviceReset()
method, has been added. (#237)AuthenticateSignCommand()
have been corrected. (#239)Bug Fixes:
CoreFoundation
,IOKitFramework
, andWinSCard
constants have been updated to use absolute paths (/System/Library/Frameworks/...
) instead of relative paths (.framework/...
) to align with macOS system conventions. (#255)PivPrivateKey
andPivPublicKey
types when importing into the new PIV methods is now handled correctly (by throwing an exception). (#231)Dependencies:
nuget
anddotnet-sdk
package ecosystems. (#244)Deprecations:
PivEccPublic
,PivEccPrivateKey
,PivRsaPublic
, andPivRsaPrivateKey
have been marked as obsolete. Use implementations ofECPublicKey
,ECPrivateKey
,RSAPublicKey
, andRSAPrivateKey
instead. (#231)CreateFromPkcs8
methods in theCurve25519PublicKey
,ECPublicKey
, andRSAPublicKey
classes have been marked as obsolete and replaced with newCreateFromSubjectPublicKeyInfo
methods. (#243)All changes:
New Contributors
Full Changelog: 1.13.1...1.13.2
This discussion was created from the release 1.13.2.
Beta Was this translation helpful? Give feedback.
All reactions