docs(changelog): correct preview.2 retroactively + cut preview.3#24
Merged
docs(changelog): correct preview.2 retroactively + cut preview.3#24
Conversation
PR #23 incorrectly bumped CHANGELOG to [1.0.0-preview.2] - 2026-04-26 with the quality-sweep entries, but tag v1.0.0-preview.2 was already cut on 2026-04-25 from a different commit set (PRs #1-7) and published to nuget.org. This commit: - Rewrites [1.0.0-preview.2] - 2026-04-25 with the actual published content (Adapters.Shared, OSS governance, security fixes #1-3, Dependabot bumps #4-7) — derived from the auto-generated GitHub release notes for v1.0.0-preview.2. - Adds [1.0.0-preview.3] - 2026-04-26 with everything since v1.0.0-preview.2: documentation buildout (#14, #15, #17, #20-22), CodeQL extended query suite, softprops/action-gh-release SHA pin (#16, alert #28). After merge, tag v1.0.0-preview.3 will be cut to publish.
There was a problem hiding this comment.
Pull request overview
Reconciles CHANGELOG.md with the already-published v1.0.0-preview.2 release (dated 2026-04-25) and rolls subsequent work into a new 1.0.0-preview.3 entry dated 2026-04-26.
Changes:
- Adds a new
[1.0.0-preview.3] - 2026-04-26section containing the docs and CI/security items that were previously (incorrectly) attributed to preview.2. - Rewrites
[1.0.0-preview.2]to match the already-cut/published tag date (2026-04-25) and its actual contents. - Updates link references at the bottom so
[Unreleased]compares fromv1.0.0-preview.3, and adds a[1.0.0-preview.3]link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
# Conflicts: # CHANGELOG.md
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.
Summary
PR #23 incorrectly bumped CHANGELOG to
[1.0.0-preview.2] - 2026-04-26with the quality-sweep entries — but tagv1.0.0-preview.2was already cut on 2026-04-25 from a different commit set (PRs #1-7) and already published to nuget.org (Compendium.Core 1.0.0-preview.2is live). Reusing that version was a mistake.This PR reconciles the CHANGELOG with the published reality and rolls today's work into a new preview.3:
[1.0.0-preview.2] - 2026-04-25— rewritten retroactivelyNow matches the auto-generated GitHub release notes for
v1.0.0-preview.2:Compendium.Adapters.Shared(PII masking utilities, introduced in fix(security): remove email from adapter logs for GDPR data minimization #3).permissions:block (ci: add minimal permissions block to workflows #1), tenant log sanitization (fix(security): sanitize user-controlled path in tenant validation logs #2), email removal from adapter logs / GDPR (fix(security): remove email from adapter logs for GDPR data minimization #3).[1.0.0-preview.3] - 2026-04-26— newEverything since
v1.0.0-preview.2:extendedquery suite.softprops/action-gh-releasepinned to commit SHA (chore(ci): pin softprops/action-gh-release to commit SHA #16, alert chore(deps): bump actions/setup-dotnet from 4 to 5 #28 closed).Test plan
v1.0.0-preview.3triggers Release workflow successfully.Compendium.* @ 1.0.0-preview.3published on nuget.org.v1.0.0-preview.3created with auto-generated notes.VK: POM-186 (Code Quality sweep parent).