File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ Change Log
55
66 * None yet.
77
8+ ## Version 3.16.3
9+
10+ _ 2025-11-14_
11+
12+ * Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a regression that caused timeouts
13+ to fire later than they were supposed to.
14+
15+
816## Version 3.16.2
917
1018_ 2025-10-14_
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ Releases
9898Our [ change log] [ changelog ] has release history.
9999
100100``` kotlin
101- implementation(" com.squareup.okio:okio:3.16.2 " )
101+ implementation(" com.squareup.okio:okio:3.16.3 " )
102102```
103103
104104<details >
@@ -110,7 +110,7 @@ repositories {
110110}
111111
112112dependencies {
113- implementation(" com.squareup.okio:okio:3.17.0 -SNAPSHOT" )
113+ implementation(" com.squareup.okio:okio:3.16.4 -SNAPSHOT" )
114114}
115115```
116116
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ kotlin.mpp.commonizerLogLevel=info
1212kotlin.mpp.stability.nowarn =true
1313
1414GROUP =com.squareup.okio
15- VERSION_NAME =3.16.2
15+ VERSION_NAME =3.16.3
You can’t perform that action at this time.
0 commit comments