[Repo Assist] docs: add 4.0.0-beta02 release notes entry#392
Draft
github-actions[bot] wants to merge 2 commits intomasterfrom
Draft
[Repo Assist] docs: add 4.0.0-beta02 release notes entry#392github-actions[bot] wants to merge 2 commits intomasterfrom
github-actions[bot] wants to merge 2 commits intomasterfrom
Conversation
Capture the 9 PRs merged since beta01 (April 14 – April 18): - fix: preserve properties+additionalProperties (#383) - refactor: CallAsync returns HttpResponseMessage (#385) - eng: remove stale YamlDotNet dependency (#386) - test: +18 OperationCompiler tests (#380, #386) - docs: README and VitePress site updates (#379, #382) - ci: Dependabot action bumps (#387-#390) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
🤖 This PR was created by Repo Assist, an automated AI assistant.
Summary
Adds a
4.0.0-beta02entry todocs/RELEASE_NOTES.mdcapturing the 9 PRs merged between the beta01 entry (April 14) and today (April 18).Changes captured
propertiesandadditionalPropertiesCallAsyncreturnsHttpResponseMessageinternallyThe beta01 entry is unchanged.
Rationale
Since
4.0.0-beta01was added on April 14 without a corresponding GitHub release, the next NuGet publish will use4.0.0-beta01as the version. Bumping to4.0.0-beta02ensures the new package captures the bug fix (#383), refactor (#385), and cleanup (#386) that arrived after beta01.Alternatively, if the maintainer prefers to go straight to
4.0.0(the breaking changes are stable), the entry header can simply be changed from4.0.0-beta02to4.0.0.Test Status
Documentation-only change — no code changes, no build/test run required.