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
3 changes: 3 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,9 @@ redirects:
- source: /learn/api-definitions/grpc/overlay-customizations
destination: /learn/api-definitions/overview/overrides
permanent: true
- source: /learn/api-definitions/openapi/automatic-updates
destination: /learn/api-definitions/openapi/sync-your-open-api-specification
permanent: true

# API Definition Fern specific redirects first
- source: /learn/api-definition/fern/endpoints/:slug*
Expand Down
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