Skip to content

Commit 1be492c

Browse files
Update changelogs from fern repo (#816)
Co-authored-by: tstanmay13 <[email protected]>
1 parent d887a28 commit 1be492c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/products/sdks/overview/java/changelog/2025-09-15.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.0
2+
**`(feat):`** Wire tests now automatically configure authentication based on the API's auth scheme (Bearer, Basic, Header/Custom,
3+
OAuth, or Inferred) instead of using hardcoded tokens. Real authentication values are extracted from IR examples
4+
when available, making tests more accurate and maintainable.
5+
6+
17
## 3.2.2
28
**`(fix):`** Fix nullable request bodies with Optional fields to correctly generate .isPresent() checks
39
on the Optional field itself, rather than on the entire request object.

0 commit comments

Comments
 (0)