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
3 changes: 3 additions & 0 deletions fern/products/sdks/overview/java/changelog/2026-02-17.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.36.3
**`(fix):`** Use correct Long literals (3600L) instead of int literals (3600) for `Optional<Long>` expires_in fields in OAuth token suppliers

## 3.36.2
**`(fix):`** Disable OkHttp callTimeout for streaming (SSE) endpoints. The default 60-second
callTimeout was terminating SSE connections after ~1 minute instead of allowing
Expand Down
Loading