mirror of
https://github.com/square/okhttp.git
synced 2025-07-31 05:04:26 +03:00
Prepare for release 4.7.2.
This commit is contained in:
@ -1,6 +1,15 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
## Version 4.7.2
|
||||||
|
|
||||||
|
_2020-05-20_
|
||||||
|
|
||||||
|
* Fix: Don't crash inspecting whether the host platform is JVM or Android. With 4.7.0 and 4.7.1 we
|
||||||
|
had a crash `IllegalArgumentException: Not a Conscrypt trust manager` because we depended on
|
||||||
|
initialization order of companion objects.
|
||||||
|
|
||||||
|
|
||||||
## Version 4.7.1
|
## Version 4.7.1
|
||||||
|
|
||||||
_2020-05-18_
|
_2020-05-18_
|
||||||
|
@ -99,10 +99,10 @@ Releases
|
|||||||
|
|
||||||
Our [change log][changelog] has release history.
|
Our [change log][changelog] has release history.
|
||||||
|
|
||||||
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.squareup.okhttp3/okhttp/4.7.1/jar).
|
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.squareup.okhttp3/okhttp/4.7.2/jar).
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.squareup.okhttp3:okhttp:4.7.1")
|
implementation("com.squareup.okhttp3:okhttp:4.7.2")
|
||||||
```
|
```
|
||||||
|
|
||||||
Snapshot builds are [available][snap]. [R8 and ProGuard][r8_proguard] rules are available.
|
Snapshot builds are [available][snap]. [R8 and ProGuard][r8_proguard] rules are available.
|
||||||
@ -113,10 +113,10 @@ MockWebServer
|
|||||||
|
|
||||||
OkHttp includes a library for testing HTTP, HTTPS, and HTTP/2 clients.
|
OkHttp includes a library for testing HTTP, HTTPS, and HTTP/2 clients.
|
||||||
|
|
||||||
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/4.7.1/jar).
|
The latest release is available on [Maven Central](https://search.maven.org/artifact/com.squareup.okhttp3/mockwebserver/4.7.2/jar).
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
testImplementation("com.squareup.okhttp3:mockwebserver:4.7.1")
|
testImplementation("com.squareup.okhttp3:mockwebserver:4.7.2")
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
|
@ -89,7 +89,7 @@ ext.publishedArtifactId = { project ->
|
|||||||
allprojects {
|
allprojects {
|
||||||
group = 'com.squareup.okhttp3'
|
group = 'com.squareup.okhttp3'
|
||||||
project.ext.artifactId = rootProject.ext.publishedArtifactId(project)
|
project.ext.artifactId = rootProject.ext.publishedArtifactId(project)
|
||||||
version = '4.8.0-SNAPSHOT'
|
version = '4.7.2'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
@ -142,7 +142,7 @@ server.setDispatcher(dispatcher);
|
|||||||
### Download
|
### Download
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
testImplementation("com.squareup.okhttp3:mockwebserver:4.7.1")
|
testImplementation("com.squareup.okhttp3:mockwebserver:4.7.2")
|
||||||
```
|
```
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
@ -14,7 +14,7 @@ OkHttpClient client = new OkHttpClient.Builder()
|
|||||||
```
|
```
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.squareup.okhttp3:okhttp-brotli:4.7.1")
|
implementation("com.squareup.okhttp3:okhttp-brotli:4.7.2")
|
||||||
```
|
```
|
||||||
|
|
||||||
[1]: https://github.com/google/brotli
|
[1]: https://github.com/google/brotli
|
||||||
|
@ -7,5 +7,5 @@ API is not considered stable and may change at any time.
|
|||||||
### Download
|
### Download
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.7.1")
|
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.7.2")
|
||||||
```
|
```
|
||||||
|
@ -37,7 +37,7 @@ Download
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:4.7.1")
|
implementation("com.squareup.okhttp3:logging-interceptor:4.7.2")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@ API is not considered stable and may change at any time.
|
|||||||
### Download
|
### Download
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
testImplementation("com.squareup.okhttp3:okhttp-sse:4.7.1")
|
testImplementation("com.squareup.okhttp3:okhttp-sse:4.7.2")
|
||||||
```
|
```
|
||||||
|
@ -227,7 +227,7 @@ Download
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.squareup.okhttp3:okhttp-tls:4.7.1")
|
implementation("com.squareup.okhttp3:okhttp-tls:4.7.2")
|
||||||
```
|
```
|
||||||
|
|
||||||
[held_certificate]: http://square.github.io/okhttp/4.x/okhttp-tls/okhttp3.tls/-held-certificate/
|
[held_certificate]: http://square.github.io/okhttp/4.x/okhttp-tls/okhttp3.tls/-held-certificate/
|
||||||
|
@ -6,5 +6,5 @@ This module integrates OkHttp with `Authenticator` and `CookieHandler` from `jav
|
|||||||
### Download
|
### Download
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
testImplementation("com.squareup.okhttp3:okhttp-urlconnection:4.7.1")
|
testImplementation("com.squareup.okhttp3:okhttp-urlconnection:4.7.2")
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user