1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00

Update the changelog for OkHttp 3.12.7 and 3.14.5

This commit is contained in:
Jesse Wilson
2020-01-03 18:22:27 -05:00
parent 51fa06cfa7
commit 6661e1489b

View File

@@ -1,6 +1,15 @@
OkHttp 3.x Change Log
=====================
## Version 3.14.5
_2020-01-03_
* Fix: Degrade HTTP/2 connections after a timeout. When an HTTP/2 stream times out it may impact
the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
a stream timeout to determine whether the connection should remain eligible for pooling.
## Version 3.14.4
_2019-09-29_
@@ -176,6 +185,15 @@ _2019-02-04_
* New: Log the TLS handshake in `LoggingEventListener`.
## Version 3.12.7
_2020-01-03_
* Fix: Degrade HTTP/2 connections after a timeout. When an HTTP/2 stream times out it may impact
the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
a stream timeout to determine whether the connection should remain eligible for pooling.
## Version 3.12.6
_2019-09-29_