11Change Log
22==========
33
4+ ## Version 5.4.0
5+
6+ _ 2026-06-08_
7+
8+ * New: Add superpowers to interceptors. Interceptors can now override anything settable on
9+ ` OkHttpClient.Builder ` , such as the cache, connection pool, socket factory, and DNS. We expect
10+ this will allow most users to use interceptors everywhere, insted of mixing and matching
11+ interceptors with custom ` Call.Factory ` wrappers.
12+ * Fix: Limit each HTTP/2 response to 256 KiB of total headers.
13+ * Upgrade: [ kotlinx.coroutines 1.11.0] [ coroutines_1_11_0 ] . This is used by the optional
14+ ` okhttp-coroutines ` artifact.
15+ * Upgrade: [ GraalVM 25.0.3] [ graalvm_25 ] .
16+ * Upgrade: [ Okio 3.17.0] [ okio_3_17_0 ] .
17+
18+
419## Version 5.3.2
520
621_ 2025-11-18_
@@ -765,11 +780,13 @@ See [4.x Change log](https://square.github.io/okhttp/changelogs/changelog_4x/) f
765780[annotation_1_9_1]: https: // developer.android.com/jetpack/androidx/releases/annotation#annotation-1.9.1
766781[assertk]: https: // github.com/willowtreeapps/assertk
767782[coroutines_1_10_2]: https: // github.com/Kotlin/kotlinx.coroutines/releases/tag/1.10.2
783+ [coroutines_1_11_0]: https: // github.com/Kotlin/kotlinx.coroutines/releases/tag/1.11.0
768784[curl]: https: // curl.se/
769785[elf_alignment]: https: // developer.android.com/guide/practices/page-sizes
770786[graalvm]: https: // www.graalvm.org/
771787[graalvm_21]: https: // www.graalvm.org/release-notes/21_0/
772788[graalvm_22]: https: // www.graalvm.org/release-notes/22_2/
789+ [graalvm_25]: https: // www.graalvm.org/release-notes/JDK_25/
773790[idna_15_1_0]: https: // www.unicode.org/reports/tr46/#Modifications
774791[kotlin_1_4_20]: https: // github.com/JetBrains/kotlin/releases/tag/v1.4.20
775792[kotlin_1_5_31]: https: // github.com/JetBrains/kotlin/releases/tag/v1.5.31
@@ -793,6 +810,7 @@ See [4.x Change log](https://square.github.io/okhttp/changelogs/changelog_4x/) f
793810[okio_3_16_2]: https: // square.github.io/okio/changelog/#version-3162
794811[okio_3_16_3]: https: // square.github.io/okio/changelog/#version-3163
795812[okio_3_16_4]: https: // square.github.io/okio/changelog/#version-3164
813+ [okio_3_17_0]: https: // square.github.io/okio/changelog/#version-3170
796814[okio_3_1_0]: https: // square.github.io/okio/changelog/#version-310
797815[okio_3_2_0]: https: // square.github.io/okio/changelog/#version-320
798816[okio_3_7_0]: https: // square.github.io/okio/changelog/#version-370
0 commit comments