-
Notifications
You must be signed in to change notification settings - Fork 58
Release 1.13.2 #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 1.13.2 #259
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add tests to verify private key with piv and asn encoding/decoding works add tests to verify functionality of RSAPublicKey.CreateFromPkcs8
refactor rsaformat refactor cryptosupport
use TestKeys class use common base class for Piv remove SampleKeyPairs.cs removed CertConverter
* github: add issue type to issue templates
Added a summary for the RawResponse property. Direct assignment to rawresponse
Co-authored-by: Copilot <[email protected]>
…all_packages-105db3ace3 deps: Bump Microsoft.SourceLink.GitHub and System.Memory
Bumps Microsoft.Extensions.Logging.Console from 8.0.0 to 9.0.6 Bumps Serilog from 3.1.1 to 4.3.0 Bumps Serilog.Extensions.Logging from 7.0.0 to 9.0.2 Bumps Serilog.Sinks.Console from 5.0.1 to 6.0.0 Bumps System.Configuration.ConfigurationManager from 7.0.0 to 9.0.6 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_packages - dependency-name: Serilog dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_packages - dependency-name: Serilog.Extensions.Logging dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_packages - dependency-name: Serilog.Sinks.Console dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_packages - dependency-name: System.Configuration.ConfigurationManager dependency-version: 9.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all_packages ... Signed-off-by: dependabot[bot] <[email protected]>
…ests/sandbox/all_packages-bdd8bb8ced deps: Bump Microsoft.Extensions.Logging.Console and 4 others
…ests/integration/all_packages-f3c719d53c Bump coverlet.collector and 11 others
fix(net47): NativeShims correctly outputs net47 dlls in the correct folders
fix(macOS): Hard coding the default frameworks path in order to resolve macOS frameworks
Update dependencies
Replace Moq with NSubstitute
Test Results: Windows 2 files 2 suites 10s ⏱️ Results for commit fa06e67. |
Test Results: Ubuntu 2 files 2 suites 16s ⏱️ Results for commit fa06e67. |
Test Results: MacOS 2 files 2 suites 13s ⏱️ Results for commit fa06e67. |
This was
linked to
issues
Jun 25, 2025
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.13.2
Release date: July 3, 2025
This release introduces several new features for developers, including new version qualifiers for testing purposes, and raw access to the authenticators
MakeCredential
response message viaFido2.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.Features:
Documentation:
(Docs can be found https://docs.yubico.com/yesdk/index.html)
Bug fixes:
Dependencies:
Deprecations: