Skip to content

Commit e0ee9b3

Browse files
Update changelogs from fern repo (#4745)
Co-authored-by: Swimburger <3382717+Swimburger@users.noreply.github.com>
1 parent b175742 commit e0ee9b3

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 2.56.5
2+
**`(fix):`** Fix mock server test generation to omit null values for non-nullable
3+
properties in inlined request bodies, matching the SDK's
4+
JsonIgnoreCondition.WhenWritingNull serialization behavior. When
5+
enableExplicitNullableOptional is disabled (default), all nulls are
6+
now unconditionally omitted from expected request JSON.
7+
8+
9+
**`(fix):`** Fix pagination test build errors (CS8411) when generatePaginatedClients
10+
is disabled. The test generator now checks the config flag before emitting
11+
`await foreach` code, preventing attempts to iterate over plain response
12+
types that do not implement IAsyncEnumerable.
13+
14+

0 commit comments

Comments
 (0)