mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Prepare for release 5.0.0-alpha.6.
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 5.0.0-alpha.6
|
||||
|
||||
_2022-03-14_
|
||||
|
||||
* Fix: Don't attempt to close pooled connections. We saw occasional fast fallback calls crash in
|
||||
the previous alpha due to an unexpected race.
|
||||
|
||||
|
||||
## Version 5.0.0-alpha.5
|
||||
|
||||
_2022-02-21_
|
||||
|
||||
@@ -34,7 +34,7 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
group = "com.squareup.okhttp3"
|
||||
version = "5.0.0-SNAPSHOT"
|
||||
version = "5.0.0-alpha.6"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user