11Change Log
22==========
33
4+ ## Version 4.0.0
5+
6+ _ 2019-06-26_
7+
8+ ** This release upgrades OkHttp to Kotlin.** We tried our best to make fast and safe to upgrade
9+ from OkHttp 3.x. We wrote an [ upgrade guide] [ upgrading_to_okhttp_4 ] to help with the migration and a
10+ [ blog post] [ okhttp4_blog_post ] to explain it.
11+
12+ * Fix: Target Java 8 bytecode for Java and Kotlin.
13+
14+
415## Version 4.0.0-RC3
516
617_ 2019-06-24_
@@ -26,11 +37,7 @@ _2019-06-21_
2637
2738_ 2019-06-03_
2839
29- ** OkHttp 4 upgrades OkHttp to Kotlin.** This is the first stable preview of OkHttp 4. Use it to find
30- bugs or performance regressions before the final 4.0.0 release.
31-
32- We tried our best to make it fast and safe to upgrade from OkHttp 3.x.
33- [ We even wrote a guide] [ upgrading_to_okhttp_4 ] to help you with it!
40+ * First stable preview of OkHttp 4.
3441
3542
3643## Version 3.14.2
@@ -1794,7 +1801,7 @@ Initial release.
17941801
17951802 [brick]: https://noncombatant.org/2015/05/01/about-http-public-key-pinning/
17961803 [webdav]: https://tools.ietf.org/html/rfc4918
1797- [major_versions]: http ://jakewharton.com/java-interoperability-policy-for-major-version-updates/
1804+ [major_versions]: https ://jakewharton.com/java-interoperability-policy-for-major-version-updates/
17981805 [nginx_959]: https://trac.nginx.org/nginx/ticket/959
17991806 [okhttp_idling_resource]: https://github.com/JakeWharton/okhttp-idling-resource
18001807 [bom]: https://en.wikipedia.org/wiki/Byte_order_mark
@@ -1808,7 +1815,8 @@ Initial release.
18081815 [require_android_5]: https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce
18091816 [obsolete_apache_client]: https://gist.github.com/swankjesse/09721f72039e3a46cf50f94323deb82d
18101817 [obsolete_url_factory]: https://gist.github.com/swankjesse/dd91c0a8854e1559b00f5fc9c7bfae70
1811- [tls_configuration_history]: http ://square.github.io/okhttp/tls_configuration_history/
1818+ [tls_configuration_history]: https ://square.github.io/okhttp/tls_configuration_history/
18121819 [grpc_http2]: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
1813- [upgrading_to_okhttp_4]: http://square.github.io/okhttp/upgrading_to_okhttp_4/
1814- [interceptors]: http://square.github.io/okhttp/interceptors/
1820+ [upgrading_to_okhttp_4]: https://square.github.io/okhttp/upgrading_to_okhttp_4/
1821+ [interceptors]: https://square.github.io/okhttp/interceptors/
1822+ [okhttp4_blog_post]: https://cashapp.github.io/2019-06-26/okhttp-4-goes-kotlin
0 commit comments