From c3a106ecb33ae5c1dd1d6ce329df98ed15dc655f Mon Sep 17 00:00:00 2001 From: tstanmay13 <29681256+tstanmay13@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:48:34 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/java/changelog/2025-09-15.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/sdks/overview/java/changelog/2025-09-15.mdx b/fern/products/sdks/overview/java/changelog/2025-09-15.mdx index 4dc598e2b..9ba7cd2a0 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-15.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-15.mdx @@ -1,3 +1,9 @@ +## 3.3.0 +**`(feat):`** Wire tests now automatically configure authentication based on the API's auth scheme (Bearer, Basic, Header/Custom, +OAuth, or Inferred) instead of using hardcoded tokens. Real authentication values are extracted from IR examples +when available, making tests more accurate and maintainable. + + ## 3.2.2 **`(fix):`** Fix nullable request bodies with Optional fields to correctly generate .isPresent() checks on the Optional field itself, rather than on the entire request object.