chore(release): 2.3.0 - #94
Merged
Merged
Conversation
Bumps ModuleVersion 2.2.0 -> 2.3.0, adds the 2.3.0 CHANGELOG entry, and refreshes the manifest ReleaseNotes highlight. This is the release-gating PR and should merge LAST, after the three reviewed-ready PRs it documents: #91 (array-connection remote_names / #64), #92 (HTTP status in errors), and #93 (RemoteDefaultExports suppression / #55). Includes two disclosed breaking changes (see CHANGELOG "Changed"): the Update-PfbArrayConnection -Name/-RemoteName alias collision, and New-PfbFileSystemReplicaLink -RemoteDefaultExports becoming [Nullable[bool]]. 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.
2.3.0 release
Bumps
ModuleVersion2.2.0 → 2.3.0, adds the 2.3.0 CHANGELOG entry, and refreshes the manifestReleaseNoteshighlight.Merge order — this PR goes LAST
It documents three PRs that are reviewed merge-ready and green but not yet merged. Land them first, then this:
remote_namesfilter (fixes Deadnamesquery key breaks -Name on five array-connection cmdlets and Update-PfbAsyncLog (unfiltered-PATCH risk falsified by live testing) #64) — breakingNew-PfbFileSystemReplicaLink -RemoteDefaultExportssuppression (refs New-PfbFilesystem: safe-by-default creation (no implicit exports, snapshot dir, or open SMB permissions) #55) — breakingIf any of those is held back, edit the CHANGELOG here before merging so it matches what actually shipped.
Breaking changes (also called out in the CHANGELOG)
Update-PfbArrayConnection:-Nameis now an alias of-RemoteName; supplying both together is a bind error.New-PfbFileSystemReplicaLink:-RemoteDefaultExportsis now[Nullable[bool]]; the bare form needs a value.Update-PfbAsyncLog:-Name/-Idremoved (endpoint has no selector).Two breaking changes in a minor is consistent with repo practice (2.1.2 removed cmdlets), but if we'd rather signal them with a major, this becomes 3.0.0 — one-line change here.
After merge (maintainer)
v2.3.0and cut the GitHub release.Publish-Gallery.ps1reads this manifest version).Manifest verified to parse (
Import-PowerShellDataFile→ ModuleVersion 2.3.0).