mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Update changelogs for 4.9.1 and 3.12.13
We cherry-picked fixes for the bio == null crash.
This commit is contained in:
@@ -70,6 +70,15 @@ Note that this was originally released on 2020-10-06 as 4.10.0-RC1. The only cha
|
|||||||
release is the version name.
|
release is the version name.
|
||||||
|
|
||||||
|
|
||||||
|
## Version 4.9.1
|
||||||
|
|
||||||
|
_2021-01-30_
|
||||||
|
|
||||||
|
* Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads
|
||||||
|
concurrently close an SSL socket. This would have appeared in crash logs as
|
||||||
|
`NullPointerException: bio == null`.
|
||||||
|
|
||||||
|
|
||||||
## Version 4.9.0
|
## Version 4.9.0
|
||||||
|
|
||||||
_2020-09-11_
|
_2020-09-11_
|
||||||
|
|||||||
@@ -217,6 +217,14 @@ _2019-02-04_
|
|||||||
* New: Fail fast if a `SSLSocketFactory` is used as a `SocketFactory`.
|
* New: Fail fast if a `SSLSocketFactory` is used as a `SocketFactory`.
|
||||||
* New: Log the TLS handshake in `LoggingEventListener`.
|
* New: Log the TLS handshake in `LoggingEventListener`.
|
||||||
|
|
||||||
|
## Version 3.12.13
|
||||||
|
|
||||||
|
_2021-01-30_
|
||||||
|
|
||||||
|
* Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads
|
||||||
|
concurrently close an SSL socket. This would have appeared in crash logs as
|
||||||
|
`NullPointerException: bio == null`.
|
||||||
|
|
||||||
|
|
||||||
## Version 3.12.12
|
## Version 3.12.12
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user