Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/products/sdks/overview/go/changelog/2025-09-17.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.11.0
**`(feat):`** Add config flag `exportAllRequestsAtRoot`, which restructures the repo
such that all request types are exposed through the root-level namespace.


2 changes: 1 addition & 1 deletion fern/products/sdks/overview/java/changelog/2025-09-16.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 3.5.0
**`(feat):`** Enhanced wire testing framework with comprehensive SDK validation capabilities. Wire tests now include
header validation from IR examples, multi-URL environment configuration support, complex type validation
for unions/nullable/generic types, and full pagination testing with `Iterable<T>` support.
for unions/nullable/generic types, and full pagination testing with Iterable<T> support.


## 3.4.1
Expand Down
Loading