File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ Change Log
5
5
6
6
See [ 4.x Change log] ( https://square.github.io/okhttp/changelogs/changelog_4x/ ) for the stable version changelogs.
7
7
8
+ ## Version 5.0.0-alpha.14
9
+
10
+ _ 2024-04-17_
11
+
12
+ * Breaking: Move coroutines extensions to okhttp3.coroutines. Previously this artifact shared the
13
+ ` okhttp3 ` package name with our core module, which is incompatible with the Java Platform Module
14
+ System.
15
+
16
+ * Fix in okhttp-coroutines: Publish a valid artifact. The coroutines JAR file in 5.0.0-alpha.13
17
+ was corrupt and should not be used.
18
+
19
+
8
20
## Version 5.0.0-alpha.13
9
21
10
22
_ 2024-04-16_
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ configure<SpotlessExtension> {
47
47
48
48
allprojects {
49
49
group = " com.squareup.okhttp3"
50
- version = " 5.0.0-SNAPSHOT "
50
+ version = " 5.0.0-alpha.14 "
51
51
52
52
repositories {
53
53
mavenCentral()
You can’t perform that action at this time.
0 commit comments