Skip to content

Commit fb6d1e7

Browse files
Update changelogs from fern repo (#5094)
Co-authored-by: dsinghvi <10870189+dsinghvi@users.noreply.github.com>
1 parent 594b0f6 commit fb6d1e7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/sdks/generators/csharp/changelog/2026-04-22.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.61.1
2+
**`(fix):`** Emit a `Body` property of type `System.IO.Stream` on wrapped request records
3+
for endpoints whose request body is `bytes`. Previously the endpoint client
4+
method emitted `Body = request.Body` but the generated request record did
5+
not declare a `Body` property, producing a CS1061 compile error on any
6+
endpoint that combined a binary body with other wrapped parameters
7+
(e.g. query parameters, headers, or path parameters).
8+
9+
110
## 2.61.0
211
**`(feat):`** Add `offset-semantics` config option. When set to `"page-index"`, offset pagination increments by 1 each page instead of by the number of items returned (`"item-index"`, the default).
312

0 commit comments

Comments
 (0)