Skip to content

Commit a3a05d6

Browse files
docs: add 4.0.0-beta02 release notes entry
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>
1 parent 3442e11 commit a3a05d6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 4.0.0-beta02 - April 18, 2026
2+
3+
- fix: preserve declared properties when schema has both `properties` and `additionalProperties` (#383)
4+
- refactor: `CallAsync` returns `HttpResponseMessage` internally for cleaner response handling (#385)
5+
- eng: remove stale YamlDotNet dependency (removed with v2 parser in #377) (#386)
6+
- test: extend OperationCompiler unit tests (+12 tests for asAsync mode, DELETE/PUT, header params) (#380)
7+
- test: add coverage for cookie params, text/plain response, and default response (+6 tests) (#386)
8+
- docs: update homepage README for v4.0 (remove SwaggerClientProvider references, update targets) (#379)
9+
- docs: improve VitePress site — fix badges, flatten nav, dark theme, add features table (#382)
10+
- ci: bump actions/configure-pages 5→6, deploy-pages 4→5, setup-node 4→6, upload-artifact 7.0.0→7.0.1
11+
112
#### 4.0.0-beta01 - April 14, 2026
213

314
- BREAKING: remove SwaggerClientProvider and v2 compiler, simplify folder structure (#377)

0 commit comments

Comments
 (0)