Skip to content
Merged
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
6 changes: 6 additions & 0 deletions fern/products/sdks/overview/java/changelog/2025-09-15.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down