release: 2.1.0 - #97
Merged
Merged
Conversation
Bump Version to 2.1.0 and cut the CHANGELOG [Unreleased] section to [2.1.0] — 2026-09-21, adding the compare/tag link refs. Minor, not major: no provider-facing interface changed, so the provider packages need no re-cut and their [2.0.0, 3.0.0) range resolves against 2.1.0 unchanged. The headline is a data-loss fix in the local file backend — a Windows feature update rotated the machine-derived KEK and left credentials undecryptable — and the redesign behind it: the KEK now derives from a random per-keystore salt with no machine/user/OS identity, so no OS update or rename can break the store again; existing v1/v2 keystores migrate themselves on first load. Behaviour change called out for upgraders: a default-mode credentials directory is now portable (machine binding removed — it was a tripwire, not a boundary). Also raises the net10 dependency floor to 10.0.12. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
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.
Cuts 2.1.0. Bumps
<Version>to 2.1.0 and finalizes the CHANGELOG[Unreleased]→[2.1.0] — 2026-09-21with the compare/tag link refs.Why minor
No provider-facing interface changed (
ICredentialManager,IAuthenticationService<,>,ICredentialCollector,ICredentialSummaryProviderall untouched), so the provider packages need no re-cut and their[2.0.0, 3.0.0)range resolves against 2.1.0. No public API break; existing keystores migrate on upgrade.Headlines
AdditionalEntropy/ DPAPI / keychain.10.0.12.Release build produces
NextIteration.SpectreConsole.Auth.2.1.0.nupkg(+ symbols) cleanly.🤖 Generated with Claude Code