diff --git a/fern/docs.yml b/fern/docs.yml index 0442b9c68..a94214532 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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* diff --git a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx index 196fc59bf..8d5fbcd7c 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx @@ -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 support. +for unions/nullable/generic types, and full pagination testing with `Iterable` support. ## 3.4.1