[repo-assist] docs: add 4.0.0-beta04 release notes entry#437
Merged
sergey-tihon merged 3 commits intoMay 16, 2026
Merged
Conversation
Documents the improvements since beta03: - XmlDoc improvements (schema descriptions, returns tag) - Performance improvements (escapeXml fast-path, StringBuilder, fast-path scalars) - Refactoring (validateContentType, Regex→String.Replace) - Engineering (version pin relaxation, FCS bump) - Test additions (+57 tests across 3 PRs) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
@copilot update it with latest merged changes |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the 4.0.0-beta04 section to the project release notes, summarizing improvements merged since 4.0.0-beta03 for the upcoming beta release.
Changes:
- Adds a new
4.0.0-beta04 - May 15, 2026entry at the top of the release notes. - Documents performance, refactor, improvements, engineering, and testing items with associated PR references.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/fsprojects/SwaggerProvider/sessions/04c97cb8-b665-4681-9159-e464646a5542 Co-authored-by: sergey-tihon <1197905+sergey-tihon@users.noreply.github.com>
Contributor
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
Documents the 15 improvements merged since beta03 (May 1 → May 15, 2026).
Categories covered:
escapeXmlfast-path,StringBuilderinbuildXmlDoc, string concat fast-paths in runtime helpers,UriBuilderskip,toParamscalar fast-pathsvalidateContentTypesimplification,Regex.Replace→String.Replace<returns>XmlDoc tagThe previous release notes PR (#428) was closed as premature — this PR captures the full picture after the accumulated improvements.