Skip to content

Commit b759767

Browse files
Update changelogs from fern repo (#2030)
Co-authored-by: patrickthornton <70873350+patrickthornton@users.noreply.github.com>
1 parent c7ab7a4 commit b759767

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

fern/products/sdks/overview/java/changelog/2025-11-11.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
## 3.14.5
9-
**`(fix):`** Fix SDK generation failures for OpenAPI specs with nullable container types. The generator now properly handles nullable containers in response parsing and pagination, treating them distinctly from optional containers. Also adds support for literal container detection with improved error diagnostics.
9+
**`(fix):`** Fix SDK generation failures for OpenAPI specs with nullable container types. The generator now properly handles nullable containers in response parsing and pagination, treating them distinctly from optional containers. Also adds support for literal container detection with improved error diagnostics.
1010
This fixes "Unexpected container type" errors that occurred when processing APIs with nullable types or array examples in query parameters.
1111

1212

fern/products/sdks/overview/java/changelog/2025-11-13.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.15.0
2+
**`(feat):`** Upgrade dependencies:
3+
okhttp 4.12.0 -> 5.2.1,
4+
jackson 2.17.2 -> 2.18.2,
5+
[internal use only] mockito 3.11.2 -> 4.11.0.
6+
7+
18
## 3.14.14
29
**`(fix):`** Fix streaming method names and request types in wire tests. Wire tests now correctly normalize streaming endpoints to use `.methodStream()` naming pattern and `MethodStreamRequest` types, while non-streaming endpoints use `.method()` and `MethodRequest`. This eliminates "incompatible types" compilation errors where streaming method calls were paired with non-streaming response types.
310

0 commit comments

Comments
 (0)