Immutable
release. Only release title and notes can be modified.
What's new
- Fix response stream not propagating backpressure to the underlying socket.
When a consumer paused the stream, the source subscription was never paused,
so the network kept buffering response data into memory, risking OOM on
constrained platforms. - Make the
badCertificateCallbackpinning test deterministic by pinning a
fingerprint that cannot match the served certificate, instead of relying on
badssl.com hosts serving different certificates. - Fix
NoSuchMethodErrorwhen using a class thatimplements Interceptor
instead ofextends Interceptor. The interceptor pipeline was calling private
dispatch methods that only exist onInterceptorsubclasses, breaking any
class using interface implementation.