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 them to stream indefinitely. Streaming endpoints now set callTimeout to 0 (disabled) so the iterator blocks on each next() call waiting for new events until the connection is closed or an error occurs.