Jesse Wilson
acfae325f0
Revert "Add minimal HttpLoggingInterceptor support for streaming request and responses. ( #8993 )" ( #9115 )
...
This reverts commit c998c2c57b .
Co-authored-by: Jesse Wilson <jwilson@squareup.com >
2025-10-07 11:15:46 -04:00
Jesse Wilson
e6250bdb2d
Introduce events for the dispatcher queue ( #9106 )
...
So event listeners can see how long calls are waiting for
resources to become available.
This is the API only. I'll do the implementation in
follow-up.
Also note that I'm going to try my best to implement
this event pair to only fire for calls that actually
spend time in the queue. Calls that are immediately
promoted out of the queue should not get events.
2025-10-06 09:40:20 -04:00
Yuri Schimke
c998c2c57b
Add minimal HttpLoggingInterceptor support for streaming request and responses. ( #8993 )
...
* Add a minimal HttpLoggingInterceptor support for streaming.
These use cases are much more common with protocols like MCP adopting
Streaming HTTP.
https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http
2025-09-21 07:24:36 +01:00
Minh
b4614e466c
Hide the value of sensitive query parameters in log ( #8242 )
...
Add option to redact sensitive query params.
2024-04-06 10:14:38 +01:00
Yuri Schimke
3bed816c91
Add a configurable AndroidLogging API ( #7844 )
2024-04-01 12:07:32 +01:00
Yuri Schimke
d03decd45a
Kotlin 1.9 ( #7952 )
2023-07-22 13:28:51 +01:00
Jesse Wilson
3e16ec28fe
Adopt Kotlin's binary compatibility validator ( #7112 )
2022-02-26 14:17:33 -05:00