[Repo Assist] docs: add 4.0.0-beta03 release notes entry#417
Merged
sergey-tihon merged 2 commits intoMay 1, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new release-notes entry for 4.0.0-beta03, documenting changes merged since 4.0.0-beta02.
Changes:
- Add a
4.0.0-beta03section with bullets for fixes/features/perf/refactors/tests/engineering/CI updates since beta02.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - fix: handle `DateOnly` in `toParam` and `toQueryParams` for correct serialization (#393) | ||
| - fix: use `toParam` in `toFormUrlEncodedContent`/`toMultipartFormDataContent` for correct date/time serialization (#395) | ||
| - feat: add `TimeOnly` support — `format: time` maps to `System.TimeOnly` when `UseDateOnly=true` (#394) |
2 tasks
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 is a draft PR created by Repo Assist, an automated AI assistant.
Summary
Adds the
4.0.0-beta03entry todocs/RELEASE_NOTES.md, documenting all changes merged since4.0.0-beta02(April 18, 2026).Changes since beta02 (PRs #393–#415)
toParam, form content helpers ([Repo Assist] fix: handle DateOnly in toParam and toQueryParams #393, [Repo Assist] fix: use toParam in form content helpers for correct date/time serialization (+4 tests, 296→300) #395)TimeOnlytype mapping forformat: time([Repo Assist] eng: add TimeOnly support for format:time schemas (+11 tests, 295→306) #394), CLI enum types for named enum schemas ([Repo Assist] feat: generate CLI enum types for top-level named enum schemas #409), allowed-values in XmlDocs ([Repo Assist] improve: surface enum allowed-values in operation parameter XmlDocs (+3 tests, 324→327) #398)toParam([Repo Assist] perf: avoid FSharpValue.GetUnionFields in toParam via cached tag reader #399), eliminate redundantGetType()([Repo Assist] perf: eliminate redundant GetType() calls in toParam #410), cached type lookups ([Repo Assist] perf: cache DateOnly/TimeOnly type lookups in DefinitionCompiler #412), cachedHttpMethodlookups ([Repo Assist] perf+refactor: cache HttpMethod lookups; extract XmlDoc.combineDescAndEnum helper #415)fetchUrlContenthelper ([Repo Assist] refactor: extract fetchUrlContent helper to eliminate HTTP fetch duplication in Utils.fs #406),XmlDoc.combineDescAndEnum([Repo Assist] perf+refactor: cache HttpMethod lookups; extract XmlDoc.combineDescAndEnum helper #415)Test Status
Documentation-only change — no code was modified. Existing 348-test suite continues to pass.